Share via


Player.AudioVideoFlows Property

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

'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<AudioVideoFlow>

See Also

Reference

Player Class

Player Members

Microsoft.Rtc.Collaboration.AudioVideo Namespace