AudioVideoFlow.Player Property
Gets the player currently attached to this AudioVideoFlow.
Namespace: Microsoft.Rtc.Collaboration.AudioVideo
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public ReadOnly Property Player As Player
Get
'Usage
Dim instance As AudioVideoFlow
Dim value As Player
value = instance.Player
public Player Player { get; }
Property Value
Type: Microsoft.Rtc.Collaboration.AudioVideo.Player