Gets a read-only collection of AudioVideoFlow instances that are attached to the player.

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

Syntax

Visual Basic (Declaration)
Public 
ReadOnly 
Property 
AudioVideoFlows 
As 
ReadOnlyCollection(
Of 

AudioVideoFlow)
C#
public 
ReadOnlyCollection<

AudioVideoFlow> 
AudioVideoFlows { 
get; }
Visual C++
public:
property 
ReadOnlyCollection<

AudioVideoFlow^>^ 
AudioVideoFlows {
	
ReadOnlyCollection<

AudioVideoFlow^>^ 
get ();
}
JavaScript
function get_
audioVideoFlows();

See Also