AppBroadcastingStatusDetails.IsGpuConstrained 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 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.