Class AudioSampleType

Class AudioSampleType

A név: Aspose.Imaging.Xmp.Schemas.XmpDm Összefoglaló: Aspose.Imaging.dll (25.4.0)

Az Audio sample típusát a Aspose.Imaging.Xmp.Schemas.xmpDm. Xmp DynamicMediaPackage formátumban jeleníti meg.

public sealed class AudioSampleType

Inheritance

object AudioSampleType

Örökletes tagok

object.GetType() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Properties

Compressed

Kompressziós hangmintát tartalmaz.

public static AudioSampleType Compressed { get; }

ingatlan értéke

AudioSampleType

Packed

A csomagolt audio sample.

public static AudioSampleType Packed { get; }

ingatlan értéke

AudioSampleType

Sample16Int

16 Int audio minta.

public static AudioSampleType Sample16Int { get; }

ingatlan értéke

AudioSampleType

Sample24Int

24Int hangszóró.

public static AudioSampleType Sample24Int { get; }

ingatlan értéke

AudioSampleType

Sample32Float

32Float hangszóró.

public static AudioSampleType Sample32Float { get; }

ingatlan értéke

AudioSampleType

Sample32Int

32Int hangszóró.

public static AudioSampleType Sample32Int { get; }

ingatlan értéke

AudioSampleType

Sample8Int

A 8Int audio mintát képviseli.

public static AudioSampleType Sample8Int { get; }

ingatlan értéke

AudioSampleType

Methods

ToString()

Visszatér egy System.String, amely ezt az esetet képviseli.

public override string ToString()

Returns

string

Egy System.String, amely ezt az esetet képviseli.

 Magyar