Carbon


SynthesizerConnections

Header: QuickTimeMusic.h

struct SynthesizerConnections {
    OSType clientID; 
    OSType inputPortID; 
    OSType outputPortID; 
    SInt32 midiChannel; 
    SInt32 flags; 
    SInt32 unique; 
    SInt32 reserved1; 
    SInt32 reserved2;
};

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