Carbon


SoundComponentLink

Header: Sound.h

struct SoundComponentLink {
    ComponentDescription description; 
    SoundSource mixerID; 
    SoundSource *linkID;
};
typedef SoundComponentLink SoundComponentLinkPtr;

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