Class AudioChannelType
AudioChannelType class
Representa el tipo de canal de audio.
public sealed class AudioChannelType
Propiedades
Nombre | Descripción |
---|
static Audio16Channel { get; } | Obtiene los 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 el otro canal. |
static Stereo { get; } | Obtiene el canal de audio estéreo. |
Métodos
Nombre | Descripción |
---|
override ToString() | Devuelve unString que representa esta instancia. |
Ver también