WindowCapture QML 类型
此类型用于捕获窗口。 更多...
导入语句 | import QtMultimedia |
自 | Qt 6.6 |
实例化 | QWindowCapture |
属性
- active : bool
- error : 枚举
- errorString : 字符串
- window : Window
方法
详细描述
WindowCapture 捕获窗口。它在 MediaCaptureSession 中被管理,可以在视频预览对象中显示捕获的窗口或将其录制到文件中。
另请参阅CaptureSession 和 CapturableWindow。
属性说明
active : bool |
描述捕获当前是否活跃。
error : enumeration |
返回最后一次错误的代码。
errorString : string |
返回描述错误原因的易读字符串。
window : Window |
描述要捕获的窗口。
方法说明
list<CapturableWindow> capturableWindows() |
返回用于捕获的 CapturableWindow 对象列表。
start() |
stop() |
© 2024 Qt 公司有限公司。本文件中包含的文档贡献是各自所有者的版权。所提供的文档根据自由软件基金会的发布,遵循GNU 自由文档许可证版本 1.3 的条款。Qt及其相关标志是芬兰的 Qt 公司及其它国家/地区的商标。所有其他商标均为其各自所有者的财产。