Class AudioChannelType

Class AudioChannelType

Název místa: Aspose.Imaging.Xmp.Schemas.XmpDm Shromáždění: Aspose.Imaging.dll (25.4.0)

Představuje typ audio kanálu.

public sealed class AudioChannelType

Inheritance

object AudioChannelType

Dědiční členové

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

Properties

Audio16Channel

Obdržíte 16 audio kanál.

public static AudioChannelType Audio16Channel { get; }

Hodnota nemovitosti

AudioChannelType

Audio51

Obdržíte 5.1 audio kanál.

public static AudioChannelType Audio51 { get; }

Hodnota nemovitosti

AudioChannelType

Audio71

Obdržíte 7.1 audio kanál.

public static AudioChannelType Audio71 { get; }

Hodnota nemovitosti

AudioChannelType

Mono

Připravte si mono audio kanál.

public static AudioChannelType Mono { get; }

Hodnota nemovitosti

AudioChannelType

OtherChannel

Zobrazí se druhý kanál.

public static AudioChannelType OtherChannel { get; }

Hodnota nemovitosti

AudioChannelType

Stereo

Dostane stereo audio kanál.

public static AudioChannelType Stereo { get; }

Hodnota nemovitosti

AudioChannelType

Methods

ToString()

Vrátí systém.String, který představuje tuto instanci.

public override string ToString()

Returns

string

Systém.String, který představuje tuto instanci.

 Čeština