MixerChannel

Inheritance: java.lang.Object

public abstract class MixerChannel

MixerChannel. It’s wrapper for channel raw data. Used in MixrResource

Methods

MethodDescription
equals(Object arg0)
getClass()
getConstant()Gets or sets the constant.of channel.
getRawData()Gets the raw data.
hashCode()
notify()
notifyAll()
setConstant(short value)Gets or sets the constant.of channel.
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypeDescription
arg0java.lang.Object

Returns: boolean

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getConstant()

public final short getConstant()

Gets or sets the constant.of channel.

Value: The constant.

Returns: short

getRawData()

public final byte[] getRawData()

Gets the raw data.

Returns: byte[] - Raw byte data

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

setConstant(short value)

public final void setConstant(short value)

Gets or sets the constant.of channel.

Value: The constant.

Parameters:

ParameterTypeDescription
valueshort

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final void wait(long arg0)

Parameters:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int