Package apple.audiotoolbox.enums
Class AURenderEventType
- java.lang.Object
-
- apple.audiotoolbox.enums.AURenderEventType
-
public final class AURenderEventType extends java.lang.ObjectDescribes the type of a render event.
-
-
Field Summary
Fields Modifier and Type Field Description static byteMIDIstatic byteMIDISysExstatic byteParameterstatic byteParameterRamp
-
-
-
Field Detail
-
Parameter
public static final byte Parameter
- See Also:
- Constant Field Values
-
ParameterRamp
public static final byte ParameterRamp
- See Also:
- Constant Field Values
-
MIDI
public static final byte MIDI
- See Also:
- Constant Field Values
-
MIDISysEx
public static final byte MIDISysEx
- See Also:
- Constant Field Values
-
-