Gets the recorder 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 
Recorder 
As 

Recorder
C#
public 

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

Recorder^ 
Recorder {
	

Recorder^ 
get ();
}
JavaScript
function get_
recorder();

See Also