MusicKit
0.0.0
|
Describes the format and the data in a limited length buffer used for operating on a stream. More...
#include <PerformSound.h>
Public Attributes | |
void * | streamData |
SndSampleFormat | dataFormat |
long | frameCount |
int | channelCount |
double | sampleRate |
Describes the format and the data in a limited length buffer used for operating on a stream.
channelCount The number of channels.
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.
double SNDStreamBuffer::sampleRate |
The sampling rate in Hz.
void * SNDStreamBuffer::streamData |
A pointer to the data itself.