XmpAudioChannelType

XmpAudioChannelType class

Represents audio channel type.

public sealed class XmpAudioChannelType : XmpClosedChoice<string>

Properties

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

Methods

Name Description
override Equals(object)
Equals(XmpClosedChoice<string>)
override GetHashCode()
override ToString()

See Also