Carbon


Snd2ListResource

Header: Sound.h

struct Snd2ListResource {
    SInt16 format; 
    SInt16 refCount; 
    SInt16 numCommands; 
    SndCommand commandPart[1]; 
    UInt8 dataPart[1];
};
typedef Snd2ListResource Snd2ListPtr;

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