Carbon


InstSampleDescRec

Header: QuickTimeMusic.h

struct InstSampleDescRec {
    BigEndianOSType dataFormat; 
    BigEndianShort numChannels; 
    BigEndianShort sampleSize; 
    BigEndianUnsignedFixed sampleRate; 
    BigEndianShort sampleDataID; 
    BigEndianLong offset; 
    BigEndianLong numSamples; 
    BigEndianLong loopType; 
    BigEndianLong loopStart; 
    BigEndianLong loopEnd; 
    BigEndianLong pitchNormal; 
    BigEndianLong pitchLow; 
    BigEndianLong pitchHigh;
};

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