AppCaptureServices 클래스

정의

앱 캡처의 상태를 관리합니다.

참고

이 API는 모든 Windows 앱에서 사용할 수 없습니다. 개발자 계정이 Microsoft에서 특별히 프로비전되지 않는 한 런타임에 이러한 API에 대한 호출이 실패합니다.

public ref class AppCaptureServices 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 AppCaptureServices 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 AppCaptureServices
Public NotInheritable Class AppCaptureServices
상속
Object Platform::Object IInspectable AppCaptureServices
특성

Windows 요구 사항

디바이스 패밀리
Windows Desktop Extension SDK (10.0.15063.0에서 도입되었습니다.)
API contract
Windows.Media.Capture.AppCaptureContract (v4.0에서 도입되었습니다.)
앱 기능
appCaptureServices appCaptureSettings

설명

유휴 시간 제한으로 인해 백그라운드 서비스가 종료된 경우 이 API에서 오류가 발생할 수 있습니다.

속성

CanCapture

앱 캡처를 수행할 수 있는지 여부를 지정하는 값을 가져옵니다.

State

앱 캡처 서비스의 현재 상태를 지정하는 값을 가져옵니다.

참고

이 API는 모든 Windows 앱에서 사용할 수 없습니다. 개발자 계정이 Microsoft에서 특별히 프로비전되지 않는 한 런타임에 이러한 API에 대한 호출이 실패합니다.

메서드

Record()

앱 캡처 레코드 작업을 시작합니다.

RecordTimeSpan(DateTime, TimeSpan)

지정된 기간 동안 지정된 시간에 시작하는 앱 캡처 레코드 작업을 시작합니다.

적용 대상