UseHighPerformance Property

Define if it's to be used by high performance codecs.

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

See Also

Reference

AudioChannelTemplate Class

AudioChannelTemplate Members

Microsoft.Rtc.Collaboration.AudioVideo Namespace