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.
public static AudioChannelType getStereo()
Gets stereo audio channel.
public static AudioChannelType getAudio5_1()
Gets 5.1 audio channel.
public static AudioChannelType getAudio7_1()
Gets 7.1 audio channel.
public static AudioChannelType getAudio16Channel()
Gets 16 audio channel.
public static AudioChannelType getOtherChannel()
Gets 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 © 2018. All rights reserved.