共用方式為


AppCaptureState 類別

定義

表示應用程式擷取的狀態。

public ref class AppCaptureState sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Media.Capture.AppCaptureContract, 262144)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class AppCaptureState final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Media.Capture.AppCaptureContract), 262144)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class AppCaptureState
Public NotInheritable Class AppCaptureState
繼承
Object Platform::Object IInspectable AppCaptureState
屬性

Windows 需求

裝置系列
Windows Desktop Extension SDK (已於 10.0.15063.0 引進)
API contract
Windows.Media.Capture.AppCaptureContract (已於 v4.0 引進)
應用程式功能
appCaptureSettings

備註

如果背景服務因為閒置逾時而關閉,此 API 可能會擲回錯誤。

屬性

IsHistoricalCaptureEnabled

取得值,指定是否啟用歷程記錄應用程式擷取。

IsTargetRunning

取得值,指出應用程式擷取目標目前是否正在執行。

MicrophoneCaptureError

取得與應用程式擷取的麥克風擷取相關聯的錯誤碼。

MicrophoneCaptureState

取得目前的麥克風擷取狀態。

ShouldCaptureMicrophone

取得值,指定是否應該擷取麥克風。

方法

RestartMicrophoneCapture()

重新開機應用程式擷取的麥克風擷取。

事件

CaptureTargetClosed

發生于擷取目標關閉時。

MicrophoneCaptureStateChanged

發生于應用程式擷取的麥克風擷取狀態變更時。

適用於