MIDIEntityGetDevice(_:_:)
Returns an entity’s device.
Declaration
func MIDIEntityGetDevice(_ inEntity: MIDIEntityRef, _ outDevice: UnsafeMutablePointer<MIDIDeviceRef>?) -> OSStatusParameters
- inEntity:
The entity to query.
- outDevice:
On successful return, the entity’s owning device.
Return Value
An OSStatus result code.