public final class AudioChannelType extends StringChoice
Represents audio channel type.
Modifier and Type | Method and Description |
---|---|
static AudioChannelType |
getAudio16Channel()
Gets 16 audio channel.
|
static AudioChannelType |
getAudio5_1()
Gets 5.1 audio channel.
|
static AudioChannelType |
getAudio7_1()
Gets 7.1 audio channel.
|
static AudioChannelType |
getMono()
Gets mono audio channel.
|
static AudioChannelType |
getOtherChannel()
Gets other channel.
|
static AudioChannelType |
getStereo()
Gets stereo audio channel.
|
String |
toString()
Returns a
System.String that represents this instance. |
equals, hashCode
equals
public static AudioChannelType getMono()
Gets mono audio channel.
Value: The mono.public static AudioChannelType getStereo()
Gets stereo audio channel.
Value: The stereo.public static AudioChannelType getAudio5_1()
Gets 5.1 audio channel.
Value: The audio 5.1.public static AudioChannelType getAudio7_1()
Gets 7.1 audio channel.
Value: The audio 7.1.public static AudioChannelType getAudio16Channel()
Gets 16 audio channel.
Value: 16 channel audio.public static AudioChannelType getOtherChannel()
Gets other channel.
Value: The other channel.public String toString()
Returns a System.String
that represents this instance.
toString
in class ClosedChoice<String>
System.String
that represents this instance.Copyright © 2017. All rights reserved.