Uses of Class
org.robovm.apple.coremidi.MIDIEntity
| Package | Description |
|---|---|
| org.robovm.apple.coremidi |
-
Uses of MIDIEntity in org.robovm.apple.coremidi
Methods in org.robovm.apple.coremidi that return MIDIEntity Modifier and Type Method Description MIDIEntityMIDICIDiscoveredNode. getDestination()MIDIEntityMIDIDevice. getEntity(long entityIndex0)MIDIEntityMIDIEndpoint. getEntity()MIDIEntityMIDICISession. getMidiDestination()Methods in org.robovm.apple.coremidi with parameters of type MIDIEntity Modifier and Type Method Description MIDIErrorMIDIDevice. addEntity(String name, boolean embedded, long numSourceEndpoints, long numDestinationEndpoints, MIDIEntity newEntity)protected longMIDICIDeviceInfo. init(MIDIEntity midiDestination, NSData manufacturer, NSData family, NSData modelNumber, NSData revisionLevel)MIDIErrorMIDIDevice. removeEntity(MIDIEntity entity)Constructors in org.robovm.apple.coremidi with parameters of type MIDIEntity Constructor Description MIDICIDeviceInfo(MIDIEntity midiDestination, NSData manufacturer, NSData family, NSData modelNumber, NSData revisionLevel)