Class AudioChannelType

AudioChannelType class

Represents audio channel type.

public sealed class AudioChannelType

Properties

NameDescription
static Audio16Channel { get; }Gets the 16 audio channel.
static Audio51 { get; }Gets the 5.1 audio channel.
static Audio71 { get; }Gets the 7.1 audio channel.
static Mono { get; }Gets the mono audio channel.
static OtherChannel { get; }Gets the other channel.
static Stereo { get; }Gets the stereo audio channel.

Methods

NameDescription
override ToString()Returns a String that represents this instance.

See Also