Class AudioSampleType

Class AudioSampleType

Pôvodný názov: Aspose.Imaging.Xmp.Schemas.XmpDm Zhromaždenie: Aspose.Imaging.dll (25.4.0)

Predstavuje zvukový vzorkový typ v Aspose.Imaging.Xmp.Schemas.xmpDm. XmpPackage.

public sealed class AudioSampleType

Inheritance

object AudioSampleType

Z dedičných členov

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

Properties

Compressed

Predstavuje komprimovaný zvukový vzorec.

public static AudioSampleType Compressed { get; }

Hodnota nehnuteľnosti

AudioSampleType

Packed

Predstavuje balené audio vzorky.

public static AudioSampleType Packed { get; }

Hodnota nehnuteľnosti

AudioSampleType

Sample16Int

Representuje 16Int audio vzorku.

public static AudioSampleType Sample16Int { get; }

Hodnota nehnuteľnosti

AudioSampleType

Sample24Int

Predstavuje 24Int audio vzorku.

public static AudioSampleType Sample24Int { get; }

Hodnota nehnuteľnosti

AudioSampleType

Sample32Float

Predstavuje 32Float audio vzorku.

public static AudioSampleType Sample32Float { get; }

Hodnota nehnuteľnosti

AudioSampleType

Sample32Int

Predstavuje 32Int audio vzorku.

public static AudioSampleType Sample32Int { get; }

Hodnota nehnuteľnosti

AudioSampleType

Sample8Int

Predstavuje 8Int audio vzorku.

public static AudioSampleType Sample8Int { get; }

Hodnota nehnuteľnosti

AudioSampleType

Methods

ToString()

Vráti systém.String, ktorý predstavuje túto inštanciu.

public override string ToString()

Returns

string

Systém.String, ktorý predstavuje túto inštanciu.

 Slovenčina