Skip to main content

MIDIDestinationCreate

Function MIDIDestinationCreate 

Source
pub unsafe extern "C" fn MIDIDestinationCreate(
    client: MIDIClientRef,
    name: CFStringRef,
    readProc: MIDIReadProc,
    refCon: *mut c_void,
    outDest: *mut MIDIEndpointRef,
) -> OSStatus