|
|
| RawAudioSample (const uint8 *buffer, uint32 size, uint32 rate, bool signeddata, bool stereo) |
| |
|
Audio::SeekableAudioStream * | makeStream () const override |
| |
|
| AudioSample (const uint8 *buffer, uint32 size, uint32 bits, bool stereo, bool deleteBuffer) |
| |
|
uint32 | getRate () const |
| |
|
uint32 | getBits () const |
| |
|
bool | isStereo () const |
| |
|
uint32 | getLength () const |
| | get AudioSample _length (in samples)
|
| |
|
|
bool | _signedData |
| |
|
uint32 | _sampleRate |
| |
|
uint32 | _bits |
| |
|
bool | _stereo |
| |
|
uint32 | _length |
| |
|
uint32 | _bufferSize |
| |
|
uint8 const * | _buffer |
| |
|
bool | _deleteBuffer |
| |
The documentation for this class was generated from the following file: