共用方式為


AppRecordingStatusDetails.IsGpuConstrained 屬性

定義

取得值,這個值表示應用程式錄製是否無法使用,因為 GPU 受到限制。

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

屬性值

Boolean

bool

如果因為 GPU 受限而無法使用應用程式錄製,則為 True;否則為 false。

備註

一般而言,如果此值為 true,表示 GPU 軟體不包含 H264 編碼器。

適用於