Agora C++ API Reference for All Platforms
|
Inherits agora::media::ContentInspectConfig.
Public Member Functions | |
ContentInspectConfigEx & | operator= (const ContentInspectConfig &rth) |
ContentInspectConfigEx () | |
![]() | |
ContentInspectConfig & | operator= (const ContentInspectConfig &rth) |
ContentInspectConfig () | |
Public Attributes | |
CONTENT_INSPECT_WORK_TYPE | ContentWorkType |
CONTENT_INSPECT_DEVICE_TYPE | DeviceworkType |
const char * | extraInfo |
ContentInspectModuleEx | modules [MAX_CONTENT_INSPECT_MODULE_COUNT] |
int | moduleCount |
![]() | |
const char * | extraInfo |
ContentInspectModule | modules [MAX_CONTENT_INSPECT_MODULE_COUNT] |
int | moduleCount |
Definition of ContentInspectConfig.
|
inline |
|
inline |
CONTENT_INSPECT_WORK_TYPE agora::media::ContentInspectConfigEx::ContentWorkType |
video moderation work type.
CONTENT_INSPECT_DEVICE_TYPE agora::media::ContentInspectConfigEx::DeviceworkType |
the type of video moderation on device.
const char* agora::media::ContentInspectConfigEx::extraInfo |
ContentInspectModuleEx agora::media::ContentInspectConfigEx::modules[MAX_CONTENT_INSPECT_MODULE_COUNT] |
The content inspect modules, max length of modules is 32. the content(snapshot of send video stream, image) can be used to max of 32 types functions.
int agora::media::ContentInspectConfigEx::moduleCount |
The content inspect module count.