Enumerated type that identifies the type of the channels.

Namespace:  Microsoft.Rtc.Collaboration.AudioVideo
Assembly:  Microsoft.Rtc.Collaboration(in Microsoft.Rtc.Collaboration.dll)

Syntax

Visual Basic (Declaration)
Public 
Enumeration 
ChannelLabel
C#
public 
enum 
ChannelLabel
Visual C++
public 
enum class 
ChannelLabel
JavaScript

Microsoft.Rtc.Collaboration.AudioVideo.ChannelLabel = 
function();

Microsoft.Rtc.Collaboration.AudioVideo.ChannelLabel.createEnum('

Microsoft.Rtc.Collaboration.AudioVideo.ChannelLabel',
false);

Members

Member name Description
AudioMono
Monaural audio.

See Also