AudioChannelType

Inheritance: java.lang.Object

public final class AudioChannelType

Represents audio channel type.

Methods

MethodDescription
equals(Object arg0)
getAudio16Channel()Gets the 16 audio channel.
getAudio51()Gets the 5.1 audio channel.
getAudio71()Gets the 7.1 audio channel.
getClass()
getMono()Gets the mono audio channel.
getOtherChannel()Gets the other channel.
getStereo()Gets the stereo audio channel.
hashCode()
notify()
notifyAll()
toString()Returns a System.String that represents this instance.
wait()
wait(long arg0)
wait(long arg0, int arg1)

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypeDescription
arg0java.lang.Object

Returns: boolean

getAudio16Channel()

public static AudioChannelType getAudio16Channel()

Gets the 16 audio channel.

Value: The 16 audio channel.

Returns: AudioChannelType

getAudio51()

public static AudioChannelType getAudio51()

Gets the 5.1 audio channel.

Value: The 5.1 audio channel.

Returns: AudioChannelType

getAudio71()

public static AudioChannelType getAudio71()

Gets the 7.1 audio channel.

Value: The 7.1 audio channel.

Returns: AudioChannelType

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getMono()

public static AudioChannelType getMono()

Gets the mono audio channel.

Value: The mono audio channel.

Returns: AudioChannelType

getOtherChannel()

public static AudioChannelType getOtherChannel()

Gets the other channel.

Value: The other channel.

Returns: AudioChannelType

getStereo()

public static AudioChannelType getStereo()

Gets the stereo audio channel.

Value: The stereo audio channel.

Returns: AudioChannelType

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

toString()

public String toString()

Returns a System.String that represents this instance.

Returns: java.lang.String - A System.String that represents this instance.

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