Share via


AudioVideoFlows Property

Readonly collection of AudioVideoFlows attached to the player.

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

Syntax

'Declaration
Public ReadOnly Property AudioVideoFlows As ReadOnlyCollection(Of AudioVideoFlow)
    Get
'Usage
Dim instance As Player
Dim value As ReadOnlyCollection(Of AudioVideoFlow)

value = instance.AudioVideoFlows
public ReadOnlyCollection<AudioVideoFlow> AudioVideoFlows { get; }

Property Value

Type: System.Collections.ObjectModel..::..ReadOnlyCollection<(Of <(<'AudioVideoFlow>)>)>

See Also

Reference

Player Class

Player Members

Microsoft.Rtc.Collaboration.AudioVideo Namespace