public final class AudioChannelType extends Object
Represents audio channel type.
Modifier and Type | Method and Description |
---|---|
static AudioChannelType |
getAudio16Channel()
Gets the 16 audio channel.
|
static AudioChannelType |
getAudio51()
Gets the 5.1 audio channel.
|
static AudioChannelType |
getAudio71()
Gets the 7.1 audio channel.
|
static AudioChannelType |
getMono()
Gets the mono audio channel.
|
static AudioChannelType |
getOtherChannel()
Gets the other channel.
|
static AudioChannelType |
getStereo()
Gets the stereo audio channel.
|
String |
toString()
Returns a
System.String that represents this instance. |
public String toString()
Returns a System.String
that represents this instance.
public static AudioChannelType getMono()
Gets the mono audio channel.
Value: The mono audio channel.public static AudioChannelType getStereo()
Gets the stereo audio channel.
Value: The stereo audio channel.public static AudioChannelType getAudio51()
Gets the 5.1 audio channel.
Value: The 5.1 audio channel.public static AudioChannelType getAudio71()
Gets the 7.1 audio channel.
Value: The 7.1 audio channel.public static AudioChannelType getAudio16Channel()
Gets the 16 audio channel.
Value: The 16 audio channel.public static AudioChannelType getOtherChannel()
Gets the other channel.
Value: The other channel.