NERtc Windows SDK V5.6.30
|
#include <nertc_engine_defines.h>
Public 成员函数 | |
virtual void | onTakeSnapshotResult (int errorCode, const char *image)=0 |
截图结果回调接口
|
pure virtual |
截图结果回调。
errorCode | 错误码。详细信息请参考 NERtcErrorCode 。 |
image | 截图图片的数据格式。Windows 平台返回的数据是 String 格式,macOS 平台返回的数据是 CGImageRef 格式。 |