Class AudioSampleType
Class AudioSampleType
Namespace: Aspose.Imaging.Xmp.Schemas.XmpDm
Assembly: Aspose.Imaging.dll (25.2.0)
Represents Audio sample type in Aspose.Imaging.Xmp.Schemas.XmpDm.XmpDynamicMediaPackage.
public sealed class AudioSampleType
Inheritance
Inherited Members
object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Properties
Compressed
Represents Compressed audio sample.
public static AudioSampleType Compressed { get; }
Property Value
Packed
Represents Packed audio sample.
public static AudioSampleType Packed { get; }
Property Value
Sample16Int
Represents 16Int audio sample.
public static AudioSampleType Sample16Int { get; }
Property Value
Sample24Int
Represents 24Int audio sample.
public static AudioSampleType Sample24Int { get; }
Property Value
Sample32Float
Represents 32Float audio sample.
public static AudioSampleType Sample32Float { get; }
Property Value
Sample32Int
Represents 32Int audio sample.
public static AudioSampleType Sample32Int { get; }
Property Value
Sample8Int
Represents 8Int audio sample.
public static AudioSampleType Sample8Int { get; }
Property Value
Methods
ToString()
Returns a System.String that represents this instance.
public override string ToString()
Returns
A System.String that represents this instance.