Home
last modified time | relevance | path

Searched defs:MIDIEntityRef (Results 1 – 1 of 1) sorted by relevance

/dports/www/firefox/firefox-99.0/third_party/rust/coremidi-sys/src/
H A Dgenerated.rs34 pub type MIDIEntityRef = MIDIObjectRef; typedef
769 pub fn MIDIDeviceGetEntity(device: MIDIDeviceRef, entityIndex0: ItemCount) -> MIDIEntityRef; in MIDIDeviceGetEntity()
775 pub fn MIDIEntityGetSource(entity: MIDIEntityRef, sourceIndex0: ItemCount) -> MIDIEndpointRef; in MIDIEntityGetSource()
782 entity: MIDIEntityRef, in MIDIEntityGetDestination()
787 pub fn MIDIEntityGetDevice(inEntity: MIDIEntityRef, outDevice: *mut MIDIDeviceRef) -> OSStatus; in MIDIEntityGetDevice()
804 outEntity: *mut MIDIEntityRef, in MIDIEndpointGetEntity()