SndFormat Struct Reference

Defines a structure for holding sound describing parameters, but no sample data itself. More...

#include <SndFormat.h>

List of all members.

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.


Detailed Description

Defines a structure for holding sound describing parameters, but no sample data itself.

This is the replacement for the now deprecated SndSoundStruct.


The documentation for this struct was generated from the following file:

Generated on Sat Dec 5 17:01:16 2009 for MusicKit by  doxygen 1.5.6