XmpAudioChannelType
Leave feedback
On this page
Inheritance: java.lang.Object, com.groupdocs.metadata.core.XmpClosedChoice
public final class XmpAudioChannelType extends XmpClosedChoice<String>
Represents audio channel type.
| 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. |
public static XmpAudioChannelType getMono()
Gets mono audio channel.
Returns: XmpAudioChannelType - The mono.
public static XmpAudioChannelType getStereo()
Gets stereo audio channel.
Returns: XmpAudioChannelType - The stereo.
public static XmpAudioChannelType getAudio51()
Gets 5.1 audio channel.
Returns: XmpAudioChannelType - The audio 5.1.
public static XmpAudioChannelType getAudio71()
Gets 7.1 audio channel.
Returns: XmpAudioChannelType - The audio 7.1.
public static XmpAudioChannelType getAudio16Channel()
Gets 16 audio channel.
Returns: XmpAudioChannelType - 16 channel audio.
public static XmpAudioChannelType getOtherChannel()
Gets other channel.
Returns: XmpAudioChannelType - The other channel.
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.