com.groupdocs.metadata.core

Interfaces

Classes

Enums

Exceptions

com.groupdocs.metadata.core

Class XmpAudioSampleType

  • All Implemented Interfaces:
    com.aspose.ms.System.IEquatable<XmpClosedChoice<String>>


    public final class XmpAudioSampleType
    extends XmpClosedChoice<String>

    Represents Audio sample type in XmpDynamicMediaPackage.

    • Method Detail

      • getSample8Int

        public static XmpAudioSampleType getSample8Int()

        Gets 8Int audio sample.

        Returns:
        8Int.
      • getSample16Int

        public static XmpAudioSampleType getSample16Int()

        Gets 16Int audio sample.

        Returns:
        16Int.
      • getSample24Int

        public static XmpAudioSampleType getSample24Int()

        Gets 24Int audio sample.

        Returns:
        24Int.
      • getSample32Int

        public static XmpAudioSampleType getSample32Int()

        Gets 32Int audio sample.

        Returns:
        32Int.
      • getSample32Float

        public static XmpAudioSampleType getSample32Float()

        Gets 32Float audio sample.

        Returns:
        32Float.
      • getCompressed

        public static XmpAudioSampleType getCompressed()

        Gets Compressed audio sample.

        Returns:
        The compressed audio.
      • getPacked

        public static XmpAudioSampleType getPacked()

        Gets Packed audio sample.

        Returns:
        The packed audio.
      • getOther

        public static XmpAudioSampleType getOther()

        Gets Other audio sample.

        Returns:
        The packed audio.