XmpAudioChannelType
Inheritance: java.lang.Object, com.groupdocs.metadata.core.XmpClosedChoice
public final class XmpAudioChannelType extends XmpClosedChoice<String>
Represents audio channel type.
Methods
Method | Description |
---|---|
getMono() | Gets mono audio channel. |
getStereo() | Gets stereo audio channel. |
getAudio51() | Gets 5.1 audio channel. |
getAudio71() | Gets 7.1 audio channel. |
getAudio16Channel() | Gets 16 audio channel. |
getOtherChannel() | Gets other channel. |
getMono()
public static XmpAudioChannelType getMono()
Gets mono audio channel.
Returns: XmpAudioChannelType - The mono.
getStereo()
public static XmpAudioChannelType getStereo()
Gets stereo audio channel.
Returns: XmpAudioChannelType - The stereo.
getAudio51()
public static XmpAudioChannelType getAudio51()
Gets 5.1 audio channel.
Returns: XmpAudioChannelType - The audio 5.1.
getAudio71()
public static XmpAudioChannelType getAudio71()
Gets 7.1 audio channel.
Returns: XmpAudioChannelType - The audio 7.1.
getAudio16Channel()
public static XmpAudioChannelType getAudio16Channel()
Gets 16 audio channel.
Returns: XmpAudioChannelType - 16 channel audio.
getOtherChannel()
public static XmpAudioChannelType getOtherChannel()
Gets other channel.
Returns: XmpAudioChannelType - The other channel.