Class AudioChannelType

Class AudioChannelType

Nazwa przestrzeń: Aspose.Imaging.Xmp.Schemas.XmpDm Zgromadzenie: Aspose.Imaging.dll (25.4.0)

Przedstawia typ kanału audio.

public sealed class AudioChannelType

Inheritance

object AudioChannelType

Dziedziczeni członkowie

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

Properties

Audio16Channel

Dostęp do 16 kanałów audio.

public static AudioChannelType Audio16Channel { get; }

Wartość nieruchomości

AudioChannelType

Audio51

Dostęp do kanału audio 5.1.

public static AudioChannelType Audio51 { get; }

Wartość nieruchomości

AudioChannelType

Audio71

Dostęp do kanału audio 7.1.

public static AudioChannelType Audio71 { get; }

Wartość nieruchomości

AudioChannelType

Mono

Dostęp do kanału audio mono.

public static AudioChannelType Mono { get; }

Wartość nieruchomości

AudioChannelType

OtherChannel

Zacznij od innego kanału.

public static AudioChannelType OtherChannel { get; }

Wartość nieruchomości

AudioChannelType

Stereo

Dostęp do kanału audio stereo.

public static AudioChannelType Stereo { get; }

Wartość nieruchomości

AudioChannelType

Methods

ToString()

Powraca system.String, który reprezentuje tę instancję.

public override string ToString()

Returns

string

System.String, który reprezentuje tę instancję.

 Polski