MIDIDriverRef |
typedef MIDIDriverInterface ** MIDIDriverRef;
Points to a pointer to a MIDIDriverInterface, a CFPlugIn structure (defined in MIDIDriver.h) containing function pointers for the driver's methods. Only the MIDIServer may call a driver's methods.
MIDIDeviceListRef |
typedef struct OpaqueMIDIDeviceList* MIDIDeviceListRef;
A MIDIDeviceListRef is a list of MIDIDeviceRef's. The devices are not owned by the list (i.e., disposing the list does not dispose the devices it references).
(Last Updated February 25, 2005)