Uses of Class
org.robovm.apple.coremidi.MIDICIDiscoveredNode
| Package | Description |
|---|---|
| org.robovm.apple.coremidi |
-
Uses of MIDICIDiscoveredNode in org.robovm.apple.coremidi
Methods in org.robovm.apple.coremidi with parameters of type MIDICIDiscoveredNode Modifier and Type Method Description protected longMIDICISession. init(MIDICIDiscoveredNode discoveredNode, Runnable handler, VoidBlock2<MIDICISession,NSError> disconnectHandler)Method parameters in org.robovm.apple.coremidi with type arguments of type MIDICIDiscoveredNode Modifier and Type Method Description voidMIDICIDiscoveryManager. discover(VoidBlock1<NSArray<MIDICIDiscoveredNode>> completedHandler)Constructors in org.robovm.apple.coremidi with parameters of type MIDICIDiscoveredNode Constructor Description MIDICISession(MIDICIDiscoveredNode discoveredNode, Runnable handler, VoidBlock2<MIDICISession,NSError> disconnectHandler)