|
Blender V4.5
|
#include <BKE_sound.h>
Public Attributes | ||
| struct { | ||
| eSoundChannels channels | ||
| int samplerate | ||
| } | specs | |
| float | length | |
Definition at line 74 of file BKE_sound.h.
| eSoundChannels SoundInfo::channels |
Definition at line 76 of file BKE_sound.h.
| float SoundInfo::length |
Definition at line 79 of file BKE_sound.h.
| int SoundInfo::samplerate |
Definition at line 77 of file BKE_sound.h.
| struct { ... } SoundInfo::specs |