Carbon


SoundDescription

Header: Movies.h

struct SoundDescription {
    SInt32 descSize; 
    SInt32 dataFormat; 
    SInt32 resvd1; 
    SInt16 resvd2; 
    SInt16 dataRefIndex; 
    SInt16 version; 
    SInt16 revlevel; 
    SInt32 vendor; 
    SInt16 numChannels; 
    SInt16 sampleSize; 
    SInt16 compressionID; 
    SInt16 packetSize; 
    UnsignedFixed sampleRate;
};
typedef SoundDescription SoundDescriptionPtr;

© 2000 Apple Computer, Inc. (Last Updated 6/26/2000)