Gets the ToneController 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 
ToneController 
As 

ToneController
C#
public 

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

ToneController^ 
ToneController {
	

ToneController^ 
get ();
}
JavaScript
function get_
toneController();

See Also