Skip to main content

MIDIDestinationCreateWithBlock

Function MIDIDestinationCreateWithBlock 

Source
pub unsafe extern "C" fn MIDIDestinationCreateWithBlock(
    client: MIDIClientRef,
    name: CFStringRef,
    outDest: *mut MIDIEndpointRef,
    readBlock: MIDIReadBlock,
) -> OSStatus