public interface SongEventMuteStatus extends SongEvent
The following features are supported:
EsxPackage.getSongEventMuteStatus()
Modifier and Type | Method and Description |
---|---|
short |
getMuteStatus()
Returns the value of the 'Mute Status' attribute.
|
short |
getReservedShort()
Returns the value of the 'Reserved Short' attribute.
|
void |
init(byte[] b) |
void |
setMuteStatus(short value)
Sets the value of the '
Mute Status ' attribute. |
void |
setReservedShort(short value)
Sets the value of the '
Reserved Short ' attribute. |
byte[] |
toByteArray() |
getCurrentPosition, getEventInfo, getEventType, getMeasure, getOperationNumber, getPositionNumber, getStep, setMeasure, setOperationNumber, setPositionNumber, setStep
short getReservedShort()
If the meaning of the 'Reserved Short' attribute isn't clear, there really should be more of a description here...
setReservedShort(short)
,
EsxPackage.getSongEventMuteStatus_ReservedShort()
void setReservedShort(short value)
Reserved Short
' attribute.
value
- the new value of the 'Reserved Short' attribute.getReservedShort()
short getMuteStatus()
If the meaning of the 'Mute Status' attribute isn't clear, there really should be more of a description here...
setMuteStatus(short)
,
EsxPackage.getSongEventMuteStatus_MuteStatus()
void setMuteStatus(short value)
Mute Status
' attribute.
value
- the new value of the 'Mute Status' attribute.getMuteStatus()
void init(byte[] b)
byte[] toByteArray()