Packages

 

com.aspose.imaging.xmp.schemas.xmpdm

Class AudioSampleType



  • public final class AudioSampleType
    extends Object

    Represents Audio sample type in XmpDynamicMediaPackage.

    • Method Detail

      • toString

        public String toString()

        Returns a System.String that represents this instance.

        Overrides:
        toString in class Object
        Returns:
        A System.String that represents this instance.
      • getSample8Int

        public static AudioSampleType getSample8Int()

        Represents 8Int audio sample.

      • getSample16Int

        public static AudioSampleType getSample16Int()

        Represents 16Int audio sample.

      • getSample24Int

        public static AudioSampleType getSample24Int()

        Represents 24Int audio sample.

      • getSample32Int

        public static AudioSampleType getSample32Int()

        Represents 32Int audio sample.

      • getSample32Float

        public static AudioSampleType getSample32Float()

        Represents 32Float audio sample.

      • getCompressed

        public static AudioSampleType getCompressed()

        Represents Compressed audio sample.

      • getPacked

        public static AudioSampleType getPacked()

        Represents Packed audio sample.