![]() |
Blender V2.61 - r43446
|
#include <DNA_sound_types.h>
Public Attributes | |
| ID | id |
| char | name [240] |
| struct PackedFile * | packedfile |
| void * | handle |
| struct PackedFile * | newpackedfile |
| struct Ipo * | ipo |
| float | volume |
| float | attenuation |
| float | pitch |
| float | min_gain |
| float | max_gain |
| float | distance |
| int | flags |
| int | pad |
| void * | cache |
| void * | waveform |
| void * | playback_handle |
Definition at line 46 of file DNA_sound_types.h.
| float bSound::attenuation |
Definition at line 70 of file DNA_sound_types.h.
Referenced by do_versions().
| void* bSound::cache |
currently int type; struct bSound *child_sound; The audaspace handle for cache.
Definition at line 84 of file DNA_sound_types.h.
Referenced by direct_link_sound(), and sound_free().
| float bSound::distance |
Definition at line 74 of file DNA_sound_types.h.
Referenced by do_versions().
| int bSound::flags |
Definition at line 75 of file DNA_sound_types.h.
Referenced by direct_link_sound(), and do_versions().
| void* bSound::handle |
The handle for audaspace.
Definition at line 62 of file DNA_sound_types.h.
Referenced by direct_link_sound(), and sound_free().
Definition at line 47 of file DNA_sound_types.h.
Referenced by copy_speaker(), countPackedFiles(), do_versions(), free_speaker(), lib_link_scene(), lib_link_sound(), lib_link_speaker(), packAll(), seq_dupli(), sound_pack_exec(), sound_unpack_invoke(), unpackAll(), and write_sounds().
| struct Ipo* bSound::ipo |
Definition at line 68 of file DNA_sound_types.h.
Referenced by expand_sound(), and lib_link_sound().
| float bSound::max_gain |
Definition at line 73 of file DNA_sound_types.h.
Referenced by do_versions().
| float bSound::min_gain |
Definition at line 72 of file DNA_sound_types.h.
Referenced by do_versions().
| char bSound::name[240] |
The path to the sound file.
Definition at line 52 of file DNA_sound_types.h.
Referenced by bpath_traverse_id(), draw_seq_text(), get_armature_bone_constraint(), packAll(), sound_new_file(), sound_pack_exec(), sound_unpack_invoke(), and unpackSound().
| struct PackedFile* bSound::newpackedfile |
Deprecated; used for loading pre 2.5 files.
Definition at line 67 of file DNA_sound_types.h.
Referenced by direct_link_sound(), and do_versions().
| struct PackedFile* bSound::packedfile |
The packed file.
Definition at line 57 of file DNA_sound_types.h.
Referenced by bpath_traverse_id(), countPackedFiles(), direct_link_sound(), do_versions(), packAll(), sound_free(), sound_pack_exec(), sound_unpack_exec(), sound_unpack_invoke(), unpackAll(), unpackSound(), and write_sounds().
| int bSound::pad |
Definition at line 76 of file DNA_sound_types.h.
| float bSound::pitch |
Definition at line 71 of file DNA_sound_types.h.
Referenced by do_versions().
| void* bSound::playback_handle |
The audaspace handle that should actually be played back. Should be cache if cache != NULL; otherwise it's handle
Definition at line 95 of file DNA_sound_types.h.
Referenced by add_nla_soundstrip(), BL_ConvertActuators(), direct_link_sound(), reload_sequence_new_file(), sound_free(), and sound_new_file().
| float bSound::volume |
Definition at line 69 of file DNA_sound_types.h.
Referenced by do_versions().
| void* bSound::waveform |
Waveform display data.
Definition at line 89 of file DNA_sound_types.h.
Referenced by direct_link_sound(), and drawseqwave().