AudioChannelTemplate.UseHighPerformance Property
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
'Declaration
Public Property UseHighPerformance As Boolean
Get
Set
'Usage
Dim instance As AudioChannelTemplate
Dim value As Boolean
value = instance.UseHighPerformance
instance.UseHighPerformance = value
public bool UseHighPerformance { get; set; }
Property Value
Type: System.Boolean