Table of Contents

Class AudioSampleType

Namespace
Aspose.Imaging.Xmp.Schemas.XmpDm
Assembly
Aspose.Imaging.dll

Represents Audio sample type in XmpDynamicMediaPackage.

public sealed class AudioSampleType
Inheritance
AudioSampleType
Inherited Members

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 string that represents this instance.

public override string ToString()

Returns

string

A string that represents this instance.