Uses of Class
org.robovm.apple.audiotoolbox.AUMIDIEvent
| Package | Description |
|---|---|
| org.robovm.apple.audiotoolbox |
-
Uses of AUMIDIEvent in org.robovm.apple.audiotoolbox
Methods in org.robovm.apple.audiotoolbox that return AUMIDIEvent Modifier and Type Method Description AUMIDIEventAURenderEvent. getMIDI()AUMIDIEventAUMIDIEvent. setCable(byte cable)AUMIDIEventAUMIDIEvent. setData(ByteBuffer data)AUMIDIEventAUMIDIEvent. setEventSampleTime(AUEventSampleTime eventSampleTime)AUMIDIEventAUMIDIEvent. setEventType(AURenderEventType eventType)AUMIDIEventAUMIDIEvent. setLength(short length)AUMIDIEventAUMIDIEvent. setNext(AURenderEvent next)AUMIDIEventAUMIDIEvent. setReserved(byte reserved)Methods in org.robovm.apple.audiotoolbox with parameters of type AUMIDIEvent Modifier and Type Method Description AURenderEventAURenderEvent. setMIDI(AUMIDIEvent MIDI)Constructors in org.robovm.apple.audiotoolbox with parameters of type AUMIDIEvent Constructor Description AURenderEvent(AURenderEventHeader head, AUParameterEvent parameter, AUMIDIEvent MIDI, AUMIDIEventList MIDIEventsList)