AppBroadcastGlobalSettings.HasHardwareEncoder Property

Definition

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

Applies to