AppBroadcastingStatusDetails.IsGpuConstrained Property

Definition

Gets a value that indicates whether app broadcasting is unavailable because the GPU is constrained.

public:
 property bool IsGpuConstrained { bool get(); };
bool IsGpuConstrained();
public bool IsGpuConstrained { get; }
var boolean = appBroadcastingStatusDetails.isGpuConstrained;
Public ReadOnly Property IsGpuConstrained As Boolean

Property Value

Boolean

bool

True if app broadcasting is unavailable because the GPU is constrained; otherwise, false.

Remarks

Typically, if this value is true, it means that the GPU software does not include an H264 encoder.

Applies to