Package bpy :: Module types :: Class Sound
[hide private]
[frames] | no frames]

Class Sound


The Sound Object

Sound datablock referencing an external or packed sound file.

References

Instance Methods [hide private]
 
animation_data_clear()
Clear animation on this this ID. (Inherited from bpy.types.ID)
AnimData
animation_data_create()
Create animation data to this ID, note that not all ID types support this. (Inherited from bpy.types.ID)
ID
copy()
Create a copy of this datablock (not supported for all datablocks). (Inherited from bpy.types.ID)
Instance Variables [hide private]
boolean caching
The sound file is decoded and loaded into RAM.
boolean fake_user
Saves this datablock even if it has no users (Inherited from bpy.types.ID)
string filename
Sound sample file used by this Sound datablock.
Library (readonly) library
Library file the datablock is linked from. (Inherited from bpy.types.ID)
string name
Unique datablock ID name. (Inherited from bpy.types.ID)
PackedFile (readonly) packed_file
Packed File
boolean tag
Tools can use this to tag data, (initial state is undefined). (Inherited from bpy.types.ID)
int (readonly) in [0, 32767] users
Number of times this datablock is referenced. (Inherited from bpy.types.ID)
Instance Variable Details [hide private]

filename

Sound sample file used by this Sound datablock. (maximum length of 160)
Type:
string