GetChannels Method

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

Syntax

'Declaration
Public Function GetChannels As IDictionary(Of ChannelLabel, AudioChannel)
'Usage
Dim instance As AudioControl
Dim returnValue As IDictionary(Of ChannelLabel, AudioChannel)

returnValue = instance.GetChannels()
public IDictionary<ChannelLabel, AudioChannel> GetChannels()

Return Value

Type: System.Collections.Generic..::..IDictionary<(Of <(<'ChannelLabel, AudioChannel>)>)>

See Also

Reference

AudioControl Class

AudioControl Members

Microsoft.Rtc.Collaboration.AudioVideo Namespace