#include <PerformSound.h>
Public Attributes | |
void * | streamData |
SndSampleFormat | dataFormat |
long | frameCount |
int | channelCount |
double | sampleRate |
void * SNDStreamBuffer::streamData |
A pointer to the data itself.
SndSampleFormat SNDStreamBuffer::dataFormat |
dataFormat The format describing the number of bytes for one sample and it's format, signed, float etc.
frameCount The number of sample frames (i.e channel independent) in the buffer.
channelCount The number of channels.
double SNDStreamBuffer::sampleRate |
The sampling rate in Hz.