Package org.robovm.apple.coremidi
Class MIDIClient
java.lang.Object
org.robovm.rt.bro.NativeObject
org.robovm.apple.coremidi.MIDIObject
org.robovm.apple.coremidi.MIDIClient
public class MIDIClient extends MIDIObject
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMIDIClient.MIDIClientPtrNested classes/interfaces inherited from class org.robovm.apple.coremidi.MIDIObject
MIDIObject.MIDIObjectPtrNested classes/interfaces inherited from class org.robovm.rt.bro.NativeObject
NativeObject.Marshaler -
Constructor Summary
Constructors Constructor Description MIDIClient() -
Method Summary
Modifier and Type Method Description protected static MIDIErrorcreate(String name, MIDIClient.MIDIClientPtr outClient, VoidBlock1<MIDINotification> notifyBlock)static MIDIClientcreate(String name, MIDINotifyProc notifyProc)protected static MIDIErrorcreate(String name, FunctionPtr notifyProc, long notifyRefCon, MIDIClient.MIDIClientPtr outClient)MIDIErrordispose()Methods inherited from class org.robovm.apple.coremidi.MIDIObject
findByUniqueID, findObjectById, findObjectTypeById, getDataProperty, getDataProperty, getDictionaryProperty, getDictionaryProperty, getIntegerProperty, getIntegerProperty, getProperties, getProperties, getStringProperty, getStringProperty, removeProperty, setDataProperty, setDictionaryProperty, setIntegerProperty, setStringProperty
-
Constructor Details
-
MIDIClient
public MIDIClient()
-
-
Method Details
-
create
-
create
protected static MIDIError create(String name, FunctionPtr notifyProc, long notifyRefCon, MIDIClient.MIDIClientPtr outClient) -
create
protected static MIDIError create(String name, MIDIClient.MIDIClientPtr outClient, VoidBlock1<MIDINotification> notifyBlock)- Since:
- Available in iOS 9.0 and later.
-
dispose
-