AppBroadcastGlobalSettings.HasHardwareEncoder 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 a value indicating whether the current device supports hardware-based media encoding.
public:
property bool HasHardwareEncoder { bool get(); };
bool HasHardwareEncoder();
public bool HasHardwareEncoder { get; }
var boolean = appBroadcastGlobalSettings.hasHardwareEncoder;
Public ReadOnly Property HasHardwareEncoder As Boolean
Property Value
Boolean
bool
True if the device supports hardware encoding; otherwise, false.
Windows requirements
App capabilities |
appBroadcast
appBroadcastSettings
|