Uses of Class
org.robovm.apple.audiotoolbox.AUMIDIEventList
| Package | Description |
|---|---|
| org.robovm.apple.audiotoolbox |
-
Uses of AUMIDIEventList in org.robovm.apple.audiotoolbox
Methods in org.robovm.apple.audiotoolbox that return AUMIDIEventList Modifier and Type Method Description AUMIDIEventListAURenderEvent. getMIDIEventsList()AUMIDIEventListAUMIDIEventList. setCable(byte cable)AUMIDIEventListAUMIDIEventList. setEventList(MIDIEventList eventList)AUMIDIEventListAUMIDIEventList. setEventSampleTime(AUEventSampleTime eventSampleTime)AUMIDIEventListAUMIDIEventList. setEventType(AURenderEventType eventType)AUMIDIEventListAUMIDIEventList. setNext(AURenderEvent next)AUMIDIEventListAUMIDIEventList. setReserved(byte reserved)Methods in org.robovm.apple.audiotoolbox with parameters of type AUMIDIEventList Modifier and Type Method Description AURenderEventAURenderEvent. setMIDIEventsList(AUMIDIEventList MIDIEventsList)Constructors in org.robovm.apple.audiotoolbox with parameters of type AUMIDIEventList Constructor Description AURenderEvent(AURenderEventHeader head, AUParameterEvent parameter, AUMIDIEvent MIDI, AUMIDIEventList MIDIEventsList)