Carbon


ExtendedSoundParamBlock

Header: Sound.h

struct ExtendedSoundParamBlock {
    SoundParamBlock pb; 
    SInt16 reserved; 
    SInt32 extendedFlags; 
    SInt32 bufferSize;
};
typedef ExtendedSoundParamBlock ExtendedSoundParamBlockPtr;

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