ClientPlatformSettings.DefaultAudioVideoProviderEnabled 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 the default audio/video provider is enabled.
public:
property bool DefaultAudioVideoProviderEnabled { bool get(); void set(bool value); };
public bool DefaultAudioVideoProviderEnabled { get; set; }
member this.DefaultAudioVideoProviderEnabled : bool with get, set
Public Property DefaultAudioVideoProviderEnabled As Boolean
Property Value
Remarks
For applications that do not support audio or video, the default setting of loading the audio video media stack consumes memory unnecessarily. Applications can set this property to false, to not load the media stack for better performance.