public interface SongEventControl extends SongEvent
The following features are supported:
EsxPackage.getSongEventControl()
Modifier and Type | Method and Description |
---|---|
OperationType |
getOperationType()
Returns the value of the 'Operation Type' attribute.
|
byte |
getReservedByte()
Returns the value of the 'Reserved Byte' attribute.
|
short |
getReservedShort()
Returns the value of the 'Reserved Short' attribute.
|
byte |
getValue()
Returns the value of the 'Value' attribute.
|
void |
init(byte[] b) |
void |
setReservedByte(byte value)
Sets the value of the '
Reserved Byte ' attribute. |
void |
setReservedShort(short value)
Sets the value of the '
Reserved Short ' attribute. |
void |
setValue(byte value)
Sets the value of the '
Value ' attribute. |
byte[] |
toByteArray() |
getCurrentPosition, getEventInfo, getEventType, getMeasure, getOperationNumber, getPositionNumber, getStep, setMeasure, setOperationNumber, setPositionNumber, setStep
OperationType getOperationType()
"-1"
.
The literals are from the enumeration OperationType
.
If the meaning of the 'Operation Type' attribute isn't clear, there really should be more of a description here...
OperationType
,
EsxPackage.getSongEventControl_OperationType()
byte getValue()
If the meaning of the 'Value' attribute isn't clear, there really should be more of a description here...
setValue(byte)
,
EsxPackage.getSongEventControl_Value()
void setValue(byte value)
Value
' attribute.
value
- the new value of the 'Value' attribute.getValue()
byte getReservedByte()
If the meaning of the 'Reserved Byte' attribute isn't clear, there really should be more of a description here...
setReservedByte(byte)
,
EsxPackage.getSongEventControl_ReservedByte()
void setReservedByte(byte value)
Reserved Byte
' attribute.
value
- the new value of the 'Reserved Byte' attribute.getReservedByte()
short getReservedShort()
"-21846"
.
If the meaning of the 'Reserved Short' attribute isn't clear, there really should be more of a description here...
setReservedShort(short)
,
EsxPackage.getSongEventControl_ReservedShort()
void setReservedShort(short value)
Reserved Short
' attribute.
value
- the new value of the 'Reserved Short' attribute.getReservedShort()
void init(byte[] b)
byte[] toByteArray()