ScreenCapture 类

定义

使应用能够捕获设备上正在显示的内容的音频和视频。

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
继承
Object Platform::Object IInspectable ScreenCapture
属性

Windows 要求

设备系列
Windows Mobile Extension SDK (在 10.0.10240.0 中引入)
API contract
Windows.Phone.PhoneContract (在 v1.0 中引入)

注解

重要

仅运行 Windows Phone 8.1 的移动设备支持 ScreenCapture 功能。 Windows 10 不支持此 API。

属性

AudioSource

获取用于屏幕捕获的音频源。

IsAudioSuspended

获取当前是否暂停了音频的屏幕捕获。

IsVideoSuspended

获取视频的屏幕捕获当前是否挂起。

VideoSource

获取用于屏幕捕获的视频源。

方法

GetForCurrentView()

获取与应用的当前视图关联的 ScreenCapture 对象。

事件

SourceSuspensionChanged

当屏幕捕获的音频或视频的挂起发生更改时引发。

适用于