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
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
Audio51
Dostęp do kanału audio 5.1.
public static AudioChannelType Audio51 { get; }
Wartość nieruchomości
Audio71
Dostęp do kanału audio 7.1.
public static AudioChannelType Audio71 { get; }
Wartość nieruchomości
Mono
Dostęp do kanału audio mono.
public static AudioChannelType Mono { get; }
Wartość nieruchomości
OtherChannel
Zacznij od innego kanału.
public static AudioChannelType OtherChannel { get; }
Wartość nieruchomości
Stereo
Dostęp do kanału audio stereo.
public static AudioChannelType Stereo { get; }
Wartość nieruchomości
Methods
ToString()
Powraca system.String, który reprezentuje tę instancję.
public override string ToString()
Returns
System.String, który reprezentuje tę instancję.