com.groupdocs.metadata.core

Interfaces

Classes

Enums

Exceptions

com.groupdocs.metadata.core

Class XmpAudioChannelType

    • Method Detail

      • getMono

        public static XmpAudioChannelType getMono()

        Gets mono audio channel.

        Returns:
        The mono.
      • getStereo

        public static XmpAudioChannelType getStereo()

        Gets stereo audio channel.

        Returns:
        The stereo.
      • getAudio51

        public static XmpAudioChannelType getAudio51()

        Gets 5.1 audio channel.

        Returns:
        The audio 5.1.
      • getAudio71

        public static XmpAudioChannelType getAudio71()

        Gets 7.1 audio channel.

        Returns:
        The audio 7.1.
      • getAudio16Channel

        public static XmpAudioChannelType getAudio16Channel()

        Gets 16 audio channel.

        Returns:
        16 channel audio.
      • getOtherChannel

        public static XmpAudioChannelType getOtherChannel()

        Gets other channel.

        Returns:
        The other channel.