AudioChannelType
AudioChannelType class
Représente le type de canal audio.
public sealed class AudioChannelType
Propriétés
Nom | La description |
---|
static Audio16Channel { get; } | Obtient le canal audio 16. |
static Audio51 { get; } | Obtient le canal audio 5.1. |
static Audio71 { get; } | Obtient le canal audio 7.1. |
static Mono { get; } | Obtient le canal audio mono. |
static OtherChannel { get; } | Obtient l’autre canal. |
static Stereo { get; } | Obtient le canal audio stéréo. |
Méthodes
Nom | La description |
---|
override ToString() | Renvoie unString qui représente cette instance. |
Voir également