#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. | |
This is the replacement for the now deprecated SndSoundStruct.
1.5.6