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

앱 캡처에 대한 마이크 캡처 상태가 변경되면 발생합니다.

적용 대상