public final class XmpAudioChannelType extends XmpClosedChoice<String>
Represents audio channel type.
Modifier and Type | Method and Description |
---|---|
static XmpAudioChannelType |
getAudio16Channel()
Gets 16 audio channel.
|
static XmpAudioChannelType |
getAudio51()
Gets 5.1 audio channel.
|
static XmpAudioChannelType |
getAudio71()
Gets 7.1 audio channel.
|
static XmpAudioChannelType |
getMono()
Gets mono audio channel.
|
static XmpAudioChannelType |
getOtherChannel()
Gets other channel.
|
static XmpAudioChannelType |
getStereo()
Gets stereo audio channel.
|
equals, equals, hashCode, toString
public static XmpAudioChannelType getMono()
Gets mono audio channel.
public static XmpAudioChannelType getStereo()
Gets stereo audio channel.
public static XmpAudioChannelType getAudio51()
Gets 5.1 audio channel.
public static XmpAudioChannelType getAudio71()
Gets 7.1 audio channel.
public static XmpAudioChannelType getAudio16Channel()
Gets 16 audio channel.
public static XmpAudioChannelType getOtherChannel()
Gets other channel.