AppBroadcastingStatusDetails.IsGpuConstrained 属性

定义

获取一个值,该值指示应用广播是否由于 GPU 受限而不可用。

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

属性值

Boolean

bool

如果应用广播由于 GPU 受限而不可用,则其值为 True;否则为 false。

注解

通常,如果此值为 true,则表示 GPU 软件不包含 H264 编码器。

适用于