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, AudioChannelTemplate)
'Usage
Dim instance As AudioControlTemplate
Dim returnValue As IDictionary(Of ChannelLabel, AudioChannelTemplate)
returnValue = instance.GetChannels()
public IDictionary<ChannelLabel, AudioChannelTemplate> GetChannels()
Return Value
Type: System.Collections.Generic..::..IDictionary<(Of <(<'ChannelLabel, AudioChannelTemplate>)>)>