public final class AUMIDIEventList
extends org.moe.natj.c.StructObject
| Modifier | Constructor and Description |
|---|---|
|
AUMIDIEventList() |
protected |
AUMIDIEventList(org.moe.natj.general.Pointer peer) |
| Modifier and Type | Method and Description |
|---|---|
byte |
cable()
!< The virtual cable number.
|
MIDIEventList |
eventList()
!< A structure containing UMP packets.
|
long |
eventSampleTime()
!< The sample time at which the event is scheduled to occur.
|
byte |
eventType()
!< AURenderEventMIDI or AURenderEventMIDISysEx.
|
org.moe.natj.general.ptr.VoidPtr |
next()
!< The next event in a linked list of events.
|
byte |
reserved()
!< Must be 0.
|
void |
setCable(byte value)
!< The virtual cable number.
|
void |
setEventList(MIDIEventList value)
!< A structure containing UMP packets.
|
void |
setEventSampleTime(long value)
!< The sample time at which the event is scheduled to occur.
|
void |
setEventType(byte value)
!< AURenderEventMIDI or AURenderEventMIDISysEx.
|
void |
setNext(org.moe.natj.general.ptr.VoidPtr value)
!< The next event in a linked list of events.
|
void |
setReserved(byte value)
!< Must be 0.
|
public AUMIDIEventList()
protected AUMIDIEventList(org.moe.natj.general.Pointer peer)
public org.moe.natj.general.ptr.VoidPtr next()
public void setNext(org.moe.natj.general.ptr.VoidPtr value)
public long eventSampleTime()
public void setEventSampleTime(long value)
public byte eventType()
public void setEventType(byte value)
public byte reserved()
public void setReserved(byte value)
public byte cable()
public void setCable(byte value)
public MIDIEventList eventList()
public void setEventList(MIDIEventList value)