RemoteController 的回调函数,在使用 RemoteController 之前必须要设置回调以获取事件通知。
更多...
#include <PanoController.h>
◆ onRemoteControlCancelled()
virtual void RemoteController::Callback::onRemoteControlCancelled |
( |
uint64_t |
userId, |
|
|
QResult |
reason |
|
) |
| |
|
inlinevirtual |
用户取消远程控制的通知
- 参数
-
userId | 发送取消控制的用户标识 |
reason | 用户取消远程控制原因 |
◆ onRemoteControlRequest()
virtual void RemoteController::Callback::onRemoteControlRequest |
( |
uint64_t |
userId, |
|
|
bool |
needElevation |
|
) |
| |
|
inlinevirtual |
用户远程控制请求通知
- 参数
-
userId | 发送控制请求的用户标识 |
needElevation | 是否请求提升控制权限 |
◆ onRemoteControlResponse()
virtual void RemoteController::Callback::onRemoteControlResponse |
( |
uint64_t |
userId, |
|
|
QResult |
result |
|
) |
| |
|
inlinevirtual |
用户远程控制请求回应的通知
- 参数
-
userId | 发送控制回应的用户标识 |
result | 用户对控制请求的处理结果 |
该类的文档由以下文件生成: