Gets whether the AudioChannel instance is selecting codecs based on their high performance.

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; 
internal 
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