AudioChannelTemplate.UseHighPerformance Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
public:
property bool UseHighPerformance { bool get(); void set(bool value); };
public bool UseHighPerformance { get; set; }
member this.UseHighPerformance : bool with get, set
Public Property UseHighPerformance As Boolean