IWindowCaptureService interface
小于 1 分钟
IWindowCaptureService interface
窗口捕获服务
public interface IWindowCaptureServiceMembers
| name | description |
|---|---|
| IsCapturing | 当前是否处于捕获状态。 |
| GetCurrentFrame() | 获取当前缓存的最新帧。 |
| ListActiveWindows() | 获取当前可用于捕获的窗口列表。 |
| OpenPreviewWindow() | 打开捕获预览窗口。 |
| StartCapture(…) | 以指定方式启动对目标窗口的捕获。 |
| StartCaptureWithPickerAsync() | 打开系统窗口选择器并对用户所选窗口启动捕获。 |
| StopCapture() | 停止当前捕获会话并释放相关资源。 |
See Also
- namespace neo_bpsys_wpf.Core.Abstractions.Services
