orx
1.14
Portable Game Engine
|
#include <orxSound.h>
Data Fields | |
orxU32 | u32ChannelNumber |
orxU32 | u32SampleRate |
const orxSTRING | zName |
Sound stream info
Definition at line 103 of file orxSound.h.
orxU32 orxSOUND_STREAM_INFO::u32ChannelNumber |
Number of channels, either mono (1) or stereo (2) : 12
Definition at line 107 of file orxSound.h.
orxU32 orxSOUND_STREAM_INFO::u32SampleRate |
The sample rate, e.g. 44100 Hertz : 8
Definition at line 106 of file orxSound.h.
const orxSTRING orxSOUND_STREAM_INFO::zName |
Stream name : 4
Definition at line 105 of file orxSound.h.