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

objectAudioSampleType

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

AudioSampleType

Packed

Represents Packed audio sample.

public static AudioSampleType Packed { get; }

Property Value

AudioSampleType

Sample16Int

Represents 16Int audio sample.

public static AudioSampleType Sample16Int { get; }

Property Value

AudioSampleType

Sample24Int

Represents 24Int audio sample.

public static AudioSampleType Sample24Int { get; }

Property Value

AudioSampleType

Sample32Float

Represents 32Float audio sample.

public static AudioSampleType Sample32Float { get; }

Property Value

AudioSampleType

Sample32Int

Represents 32Int audio sample.

public static AudioSampleType Sample32Int { get; }

Property Value

AudioSampleType

Sample8Int

Represents 8Int audio sample.

public static AudioSampleType Sample8Int { get; }

Property Value

AudioSampleType

Methods

ToString()

Returns a System.String that represents this instance.

public override string ToString()

Returns

string

A System.String that represents this instance.