Gets the player currently attached to this AudioVideoFlow.

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

Syntax

Visual Basic (Declaration)
Public 
ReadOnly 
Property 
Player 
As 

Player
C#
public 

Player 
Player { 
get; }
Visual C++
public:
property 

Player^ 
Player {
	

Player^ 
get ();
}
JavaScript
function get_
player();

See Also