Class AudioChannelType
Class AudioChannelType
Namespace: Aspose.Imaging.Xmp.Schemas.XmpDm
Assembly: Aspose.Imaging.dll (25.2.0)
Represents audio channel type.
public sealed class AudioChannelType
Inheritance
Inherited Members
object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Properties
Audio16Channel
Gets the 16 audio channel.
public static AudioChannelType Audio16Channel { get; }
Property Value
Audio51
Gets the 5.1 audio channel.
public static AudioChannelType Audio51 { get; }
Property Value
Audio71
Gets the 7.1 audio channel.
public static AudioChannelType Audio71 { get; }
Property Value
Mono
Gets the mono audio channel.
public static AudioChannelType Mono { get; }
Property Value
OtherChannel
Gets the other channel.
public static AudioChannelType OtherChannel { get; }
Property Value
Stereo
Gets the stereo audio channel.
public static AudioChannelType Stereo { get; }
Property Value
Methods
ToString()
Returns a System.String that represents this instance.
public override string ToString()
Returns
A System.String that represents this instance.