Uses of Class
org.robovm.apple.coremidi.MIDICISession
| Package | Description |
|---|---|
| org.robovm.apple.coremidi |
-
Uses of MIDICISession in org.robovm.apple.coremidi
Methods in org.robovm.apple.coremidi that return types with arguments of type MIDICISession Modifier and Type Method Description VoidBlock4<MIDICISession,Byte,MIDICIProfile,Boolean>MIDICISession. getProfileChangedCallback()VoidBlock4<MIDICISession,Byte,MIDICIProfile,NSData>MIDICISession. getProfileSpecificDataHandler()Method parameters in org.robovm.apple.coremidi with type arguments of type MIDICISession Modifier and Type Method Description protected longMIDICISession. init(MIDICIDiscoveredNode discoveredNode, Runnable handler, VoidBlock2<MIDICISession,NSError> disconnectHandler)voidMIDICISession. setProfileChangedCallback(VoidBlock4<MIDICISession,Byte,MIDICIProfile,Boolean> v)voidMIDICISession. setProfileSpecificDataHandler(VoidBlock4<MIDICISession,Byte,MIDICIProfile,NSData> v)Constructor parameters in org.robovm.apple.coremidi with type arguments of type MIDICISession Constructor Description MIDICISession(MIDICIDiscoveredNode discoveredNode, Runnable handler, VoidBlock2<MIDICISession,NSError> disconnectHandler)