Package org.robovm.apple.coremidi
Class MIDIEntity
java.lang.Object
org.robovm.rt.bro.NativeObject
org.robovm.apple.coremidi.MIDIObject
org.robovm.apple.coremidi.MIDIEntity
public class MIDIEntity extends MIDIObject
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMIDIEntity.MIDIEntityPtrNested 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 MIDIEntity() -
Method Summary
Modifier and Type Method Description MIDIErroraddOrRemoveEndpoints(long numSourceEndpoints, long numDestinationEndpoints)MIDIEndpointgetDestination(long destIndex0)MIDIDevicegetDevice()protected MIDIErrorgetDevice(MIDIDevice.MIDIDevicePtr outDevice)longgetNumberOfDestinations()longgetNumberOfSources()MIDIEndpointgetSource(long sourceIndex0)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
-
MIDIEntity
public MIDIEntity()
-
-
Method Details
-
getDevice
-
getNumberOfSources
public long getNumberOfSources() -
getSource
-
getNumberOfDestinations
public long getNumberOfDestinations() -
getDestination
-
getDevice
-
addOrRemoveEndpoints
-