|
MusicKit
0.0.0
|
Defines a structure for holding sound describing parameters, but no sample data itself. More...
#include <SndFormat.h>
Public Attributes | |
| SndSampleFormat | dataFormat |
| The data format code of enumerated type SndSampleFormat. | |
| long | frameCount |
| The number of multichannel samples in the sound. Total data size = frameCount * channelCount * SndSampleWidth(dataFormat). | |
| int | channelCount |
| The number of channels. | |
| double | sampleRate |
| The sampling rate in Hertz. Fractional sampling rates are supported. | |
Defines a structure for holding sound describing parameters, but no sample data itself.
This is the replacement for the now deprecated SndSoundStruct.
1.7.6.1