添加屏幕采集源,必须在 beginConfiguration 之后调用
屏幕采集源类型,不能为显示器类型
屏幕源ID
返回QResult来指示调用状态
添加不被共享的屏幕源,必须在 beginConfiguration 之后调用
屏幕采集源类型,不能为显示器类型
不能被共享的屏幕源ID
返回QResult来指示调用状态
开始配置更改,接下来的配置改变在调用commitConfiguration之前不会立即生效
是否重置当前配置
返回QResult来指示调用状态
提交一组配置更改
返回QResult来指示调用状态
设置是否过滤自己进程
返回QResult来指示调用状态
获取应用列表
获取显示器列表
移除不被共享的屏幕源,必须在 beginConfiguration 之后调用
屏幕采集源类型,不能为显示器类型
不能被共享的屏幕源ID
返回QResult来指示调用状态
移除指定的屏幕采集源,必须在 beginConfiguration 之后调用
屏幕采集源类型,不能为显示器类型
屏幕源ID
返回QResult来指示调用状态
选择需要共享的显示器,必须在 beginConfiguration 之后调用
返回QResult来指示调用状态
设置屏幕采集方式
是否为高帧率采集, 高帧率采集用于内容变化剧烈场景
返回QResult来指示调用状态
设置屏幕采集源
屏幕采集源类型
屏幕源ID
返回QResult来指示调用状态
Generated using TypeDoc
This symbol shall be used to install a listener for only monitoring
'error'
events. Listeners installed using this symbol are called before the regular'error'
listeners are called.Installing a listener using this symbol does not change the behavior once an
'error'
event is emitted, therefore the process will still crash if no regular'error'
listener is installed.