Table of Contents

Class AudioChannelType

Namespace
Aspose.Imaging.Xmp.Schemas.XmpDm
Assembly
Aspose.Imaging.dll

Represents audio channel type.

public sealed class AudioChannelType
Inheritance
AudioChannelType
Inherited Members

Properties

Audio16Channel

Gets the 16 audio channel.

public static AudioChannelType Audio16Channel { get; }

Property Value

AudioChannelType

The 16 audio channel.

Audio51

Gets the 5.1 audio channel.

public static AudioChannelType Audio51 { get; }

Property Value

AudioChannelType

The 5.1 audio channel.

Audio71

Gets the 7.1 audio channel.

public static AudioChannelType Audio71 { get; }

Property Value

AudioChannelType

The 7.1 audio channel.

Mono

Gets the mono audio channel.

public static AudioChannelType Mono { get; }

Property Value

AudioChannelType

The mono audio channel.

OtherChannel

Gets the other channel.

public static AudioChannelType OtherChannel { get; }

Property Value

AudioChannelType

The other channel.

Stereo

Gets the stereo audio channel.

public static AudioChannelType Stereo { get; }

Property Value

AudioChannelType

The stereo audio channel.

Methods

ToString()

Returns a string that represents this instance.

public override string ToString()

Returns

string

A string that represents this instance.