Package org.robovm.apple.coremidi
Interface MIDICIProfileResponderDelegate
- All Superinterfaces:
NSObjectProtocol,ObjCProtocol
- All Known Implementing Classes:
MIDICIProfileResponderDelegateAdapter
public interface MIDICIProfileResponderDelegate extends NSObjectProtocol
- Since:
- Available in iOS 14.0 and later.
-
Method Summary
Modifier and Type Method Description booleanconnectInitiator(NSNumber initiatorMUID, MIDICIDeviceInfo deviceInfo)voidhandleDataForProfile(MIDICIProfile aProfile, byte channel, NSData inData)voidinitiatorDisconnected(NSNumber initiatorMUID)booleanwillSetProfile(MIDICIProfile aProfile, byte channel, boolean shouldEnable)
-
Method Details
-
connectInitiator
-
initiatorDisconnected
-
willSetProfile
-
handleDataForProfile
-