Package org.robovm.apple.coremidi
Class MIDIThruConnection
java.lang.Object
org.robovm.rt.bro.NativeObject
org.robovm.apple.coremidi.MIDIObject
org.robovm.apple.coremidi.MIDIThruConnection
public class MIDIThruConnection extends MIDIObject
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMIDIThruConnection.MIDIThruConnectionPtrNested 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 MIDIThruConnection() -
Method Summary
Modifier and Type Method Description static MIDIThruConnectioncreate(String inPersistentOwnerID, NSData inConnectionParams)protected static MIDIErrorcreate(String inPersistentOwnerID, NSData inConnectionParams, MIDIThruConnection.MIDIThruConnectionPtr outConnection)MIDIErrordispose()NSDatafind(String persistentOwnerID)protected static MIDIErrorfind(String inPersistentOwnerID, NSData.NSDataPtr outConnectionList)NSDatagetParams()protected MIDIErrorgetParams(NSData.NSDataPtr outConnectionParams)MIDIErrorsetParams(NSData inConnectionParams)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
-
MIDIThruConnection
public MIDIThruConnection()
-
-
Method Details
-
create
- Since:
- Available in iOS 4.2 and later.
-
getParams
- Since:
- Available in iOS 4.2 and later.
-
find
- Since:
- Available in iOS 4.2 and later.
-
create
protected static MIDIError create(String inPersistentOwnerID, NSData inConnectionParams, MIDIThruConnection.MIDIThruConnectionPtr outConnection) -
dispose
-
getParams
-
setParams
-
find
-