|
Agora C++ API Reference for All Platforms
|
#include <content_inspect_i.h>
Public Member Functions | |
| ContentInspectConfigEx & | operator= (const ContentInspectConfigEx &rth) |
| ContentInspectConfigEx (const ContentInspectConfigEx &rth) | |
| ContentInspectConfigEx (bool enable, const ContentInspectConfig &config, rtc::IFileUploaderService *uploader, CONTENT_INSPECT_CLOUD_TYPE cloudWorkType) | |
| ContentInspectConfigEx () | |
Public Attributes | |
| bool | enable |
| CONTENT_INSPECT_WORK_TYPE | ContentWorkType |
| CONTENT_INSPECT_DEVICE_TYPE | DeviceWorkType |
| CONTENT_INSPECT_CLOUD_TYPE | CloudWorkType |
| std::string | extraInfo |
| std::string | serverConfig |
| rtc::IFileUploaderService * | fileUploader |
| ContentInspectModuleEx | modules [MAX_CONTENT_INSPECT_MODULE_COUNT] |
| int | moduleCount |
Definition of ContentInspectConfig.
|
inline |
|
inline |
|
inline |
|
inline |
| bool agora::media::ContentInspectConfigEx::enable |
| 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.
| CONTENT_INSPECT_CLOUD_TYPE agora::media::ContentInspectConfigEx::CloudWorkType |
the type of video moderation on device.
| std::string agora::media::ContentInspectConfigEx::extraInfo |
| std::string agora::media::ContentInspectConfigEx::serverConfig |
@technical preview
| rtc::IFileUploaderService* agora::media::ContentInspectConfigEx::fileUploader |
| 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.