Package org.robovm.apple.coremidi
Class MIDIObject
java.lang.Object
org.robovm.rt.bro.NativeObject
org.robovm.apple.coremidi.MIDIObject
- Direct Known Subclasses:
MIDIClient,MIDIDevice,MIDIDeviceList,MIDIEndpoint,MIDIEntity,MIDIPort,MIDIThruConnection
public class MIDIObject extends NativeObject
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMIDIObject.MIDIObjectPtrNested classes/interfaces inherited from class org.robovm.rt.bro.NativeObject
NativeObject.Marshaler -
Constructor Summary
Constructors Constructor Description MIDIObject() -
Method Summary
-
Constructor Details
-
MIDIObject
public MIDIObject()
-
-
Method Details
-
getIntegerProperty
- Since:
- Available in iOS 4.2 and later.
-
getStringProperty
- Since:
- Available in iOS 4.2 and later.
-
getDataProperty
- Since:
- Available in iOS 4.2 and later.
-
getDictionaryProperty
- Since:
- Available in iOS 4.2 and later.
-
getProperties
- Since:
- Available in iOS 4.2 and later.
-
findObjectById
- Since:
- Available in iOS 4.2 and later.
-
findObjectTypeById
- Since:
- Available in iOS 4.2 and later.
-
getIntegerProperty
-
setIntegerProperty
-
getStringProperty
-
setStringProperty
-
getDataProperty
-
setDataProperty
-
getDictionaryProperty
-
setDictionaryProperty
-
getProperties
-
removeProperty
-
findByUniqueID
protected static MIDIError findByUniqueID(int inUniqueID, MIDIObject.MIDIObjectPtr outObject, IntPtr outObjectType)
-