![]() |
LeftOverBlock |
Header: Sound.h |
struct LeftOverBlock { UInt32 count; SInt8 sampleArea[32]; }; typedef LeftOverBlock LeftOverBlockPtr;
The number of bytes in the sampleArea field.
An array of bytes. This field contains samples that are truncated across invocations of the compression algorithm. The size of this field is defined by the constant leftOverBlockSize (which has a value of 32).
The leftOverSamples field of a compressed sound header contains a pointer to a leftover block, defined by the LeftOverBlock data type.
You should use this data structure only if you need to access this information or to customize sound play.
© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)