Class AudioSampleType

Class AudioSampleType

Namn på plats: Aspose.Imaging.Xmp.Schemas.XmpDm Församling: Aspose.Imaging.dll (25.4.0)

Representerar ljudprovstyp i Aspose.Imaging.Xmp.Schemas.XmpDm.XmpDynamicMediaPackage.

public sealed class AudioSampleType

Inheritance

object AudioSampleType

Arvsmedlemmar

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

Properties

Compressed

Representerar komprimerad ljudmönster.

public static AudioSampleType Compressed { get; }

Fastighetsvärde

AudioSampleType

Packed

Representerar förpackad ljudmönster.

public static AudioSampleType Packed { get; }

Fastighetsvärde

AudioSampleType

Sample16Int

Representerar 16Int ljudprov.

public static AudioSampleType Sample16Int { get; }

Fastighetsvärde

AudioSampleType

Sample24Int

Det finns 24Int ljudmönster.

public static AudioSampleType Sample24Int { get; }

Fastighetsvärde

AudioSampleType

Sample32Float

Representerar 32Float ljudprov.

public static AudioSampleType Sample32Float { get; }

Fastighetsvärde

AudioSampleType

Sample32Int

Representerar 32Int ljudprov.

public static AudioSampleType Sample32Int { get; }

Fastighetsvärde

AudioSampleType

Sample8Int

Representerar 8Int ljudprov.

public static AudioSampleType Sample8Int { get; }

Fastighetsvärde

AudioSampleType

Methods

ToString()

Returnerar en System.String som representerar denna instans.

public override string ToString()

Returns

string

Ett System.String som representerar denna instans.

 Svenska