XmpAudioChannelType

XmpAudioChannelType class

Representa el tipo de canal de audio.

public sealed class XmpAudioChannelType : XmpClosedChoice<string>

Propiedades

Nombre Descripción
static Audio16Channel { get; } Obtiene 16 canales de audio.
static Audio51 { get; } Obtiene el canal de audio 5.1.
static Audio71 { get; } Obtiene el canal de audio 7.1.
static Mono { get; } Obtiene el canal de audio mono.
static OtherChannel { get; } Obtiene otro canal.
static Stereo { get; } Obtiene el canal de audio estéreo.

Métodos

Nombre Descripción
override Equals(object)
Equals(XmpClosedChoice<string>)
override GetHashCode()
override ToString()

Ver también