Carbon


SoundDescriptionV1

Header: Movies.h

struct SoundDescriptionV1 {
    SoundDescription desc; 
    UInt32 samplesPerPacket; 
    UInt32 bytesPerPacket; 
    UInt32 bytesPerFrame; 
    UInt32 bytesPerSample;
};
typedef SoundDescriptionV1 SoundDescriptionV1Ptr;

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