Class AudioChannelType

Class AudioChannelType

Namespace: Aspose.Imaging.Xmp.Schemas.XmpDm
Assembly: Aspose.Imaging.dll (25.4.0)

Represents audio channel type.

public sealed class AudioChannelType

Inheritance

object AudioChannelType

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

AudioChannelType

Audio51

Gets the 5.1 audio channel.

public static AudioChannelType Audio51 { get; }

Property Value

AudioChannelType

Audio71

Gets the 7.1 audio channel.

public static AudioChannelType Audio71 { get; }

Property Value

AudioChannelType

Mono

Gets the mono audio channel.

public static AudioChannelType Mono { get; }

Property Value

AudioChannelType

OtherChannel

Gets the other channel.

public static AudioChannelType OtherChannel { get; }

Property Value

AudioChannelType

Stereo

Gets the stereo audio channel.

public static AudioChannelType Stereo { get; }

Property Value

AudioChannelType

Methods

ToString()

Returns a System.String that represents this instance.

public override string ToString()

Returns

string

A System.String that represents this instance.

 English