ScreenCapture 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
앱이 디바이스에 표시되는 콘텐츠의 오디오 및 비디오를 캡처할 수 있도록 합니다.
public ref class ScreenCapture sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Phone.PhoneContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class ScreenCapture final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Phone.PhoneContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class ScreenCapture
Public NotInheritable Class ScreenCapture
- 상속
- 특성
Windows 요구 사항
디바이스 패밀리 |
Windows Mobile Extension SDK (10.0.10240.0에서 도입되었습니다.)
|
API contract |
Windows.Phone.PhoneContract (v1.0에서 도입되었습니다.)
|
설명
중요
ScreenCapture 기능은 Windows Phone 8.1을 실행하는 모바일 디바이스에서만 지원됩니다. 이 API는 Windows 10 지원되지 않습니다.
속성
AudioSource |
화면 캡처에 사용되는 오디오 원본을 가져옵니다. |
IsAudioSuspended |
오디오의 화면 캡처가 현재 일시 중단되었는지 여부를 가져옵니다. |
IsVideoSuspended |
비디오의 화면 캡처가 현재 일시 중단되었는지 여부를 가져옵니다. |
VideoSource |
화면 캡처에 사용되는 비디오 원본을 가져옵니다. |
메서드
GetForCurrentView() |
앱의 현재 보기와 연결된 ScreenCapture 개체를 가져옵니다. |
이벤트
SourceSuspensionChanged |
화면 캡처 오디오 또는 비디오의 일시 중단이 변경될 때 발생합니다. |