|
Blender V4.3
|
#include <BKE_sound.h>
Public Attributes | ||
| struct { | ||
| eSoundChannels channels | ||
| int samplerate | ||
| } | specs | |
| float | length | |
Definition at line 80 of file BKE_sound.h.
| eSoundChannels SoundInfo::channels |
Definition at line 82 of file BKE_sound.h.
Referenced by BKE_sound_new_file().
| float SoundInfo::length |
Definition at line 85 of file BKE_sound.h.
Referenced by BKE_nla_add_soundstrip().
| int SoundInfo::samplerate |
Definition at line 83 of file BKE_sound.h.
Referenced by BKE_sound_new_file().
| struct { ... } SoundInfo::specs |
Referenced by BKE_sound_new_file().