Gets or sets whether to use only high performance codecs. Setting this property to true disables support for certain high quality but computationally expensive codecs. Default value is false.

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

Syntax

Visual Basic (Declaration)
Public 
Property 
UseHighPerformance 
As 
Boolean
C#
public 
bool 
UseHighPerformance { 
get; 
set; }
Visual C++
public:
virtual 
property 
bool 
UseHighPerformance {
	
bool 
get () 
sealed;
	
void 
set (
bool 
value) 
sealed;
}
JavaScript
function get_
useHighPerformance();
function set_
useHighPerformance(
value);

See Also