Uses of Class
org.robovm.apple.audiotoolbox.AURenderEventType
| Package | Description |
|---|---|
| org.robovm.apple.audiotoolbox |
-
Uses of AURenderEventType in org.robovm.apple.audiotoolbox
Methods in org.robovm.apple.audiotoolbox that return AURenderEventType Modifier and Type Method Description AURenderEventTypeAUMIDIEvent. getEventType()AURenderEventTypeAUMIDIEventList. getEventType()AURenderEventTypeAURenderEventHeader. getEventType()static AURenderEventTypeAURenderEventType. valueOf(long n)Returns the enum constant of this type with the specified name.static AURenderEventTypeAURenderEventType. valueOf(String name)Returns the enum constant of this type with the specified name.static AURenderEventType[]AURenderEventType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.robovm.apple.audiotoolbox with parameters of type AURenderEventType Modifier and Type Method Description AUMIDIEventAUMIDIEvent. setEventType(AURenderEventType eventType)AUMIDIEventListAUMIDIEventList. setEventType(AURenderEventType eventType)AURenderEventHeaderAURenderEventHeader. setEventType(AURenderEventType eventType)Constructors in org.robovm.apple.audiotoolbox with parameters of type AURenderEventType Constructor Description AUMIDIEvent(AURenderEvent next, AUEventSampleTime eventSampleTime, AURenderEventType eventType, byte reserved, short length, byte cable, ByteBuffer data)AUMIDIEventList(AURenderEvent next, AUEventSampleTime eventSampleTime, AURenderEventType eventType, byte reserved, byte cable, MIDIEventList eventList)AURenderEventHeader(AURenderEvent next, AUEventSampleTime eventSampleTime, AURenderEventType eventType, byte reserved)