public abstract class MixerChannel extends Object
MixerChannel. It's wrapper for channel raw data. Used in MixrResource
Modifier and Type | Method and Description |
---|---|
short |
getConstant()
Gets the constant of channel.
|
byte[] |
getRawData()
Gets the raw data.
|
void |
setConstant(short value)
Sets the constant of channel.
|
public final short getConstant()
Gets the constant of channel.
public final void setConstant(short value)
Sets the constant of channel.
value
- the constant of channel.public final byte[] getRawData()
Gets the raw data.