Agora C++ API Reference for All Platforms
Public Member Functions | Public Attributes | List of all members
agora::media::ContentInspectConfigEx Struct Reference

Inherits agora::media::ContentInspectConfig.

Public Member Functions

ContentInspectConfigExoperator= (const ContentInspectConfig &rth)
 
 ContentInspectConfigEx ()
 
- Public Member Functions inherited from agora::media::ContentInspectConfig
ContentInspectConfigoperator= (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
 
- Public Attributes inherited from agora::media::ContentInspectConfig
const char * extraInfo
 
ContentInspectModule modules [MAX_CONTENT_INSPECT_MODULE_COUNT]
 
int moduleCount
 

Detailed Description

Definition of ContentInspectConfig.

Constructor & Destructor Documentation

◆ ContentInspectConfigEx()

agora::media::ContentInspectConfigEx::ContentInspectConfigEx ( )
inline

Member Function Documentation

◆ operator=()

ContentInspectConfigEx& agora::media::ContentInspectConfigEx::operator= ( const ContentInspectConfig rth)
inline

Member Data Documentation

◆ ContentWorkType

CONTENT_INSPECT_WORK_TYPE agora::media::ContentInspectConfigEx::ContentWorkType

video moderation work type.

◆ DeviceworkType

CONTENT_INSPECT_DEVICE_TYPE agora::media::ContentInspectConfigEx::DeviceworkType

the type of video moderation on device.

◆ extraInfo

const char* agora::media::ContentInspectConfigEx::extraInfo

◆ modules

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.

◆ moduleCount

int agora::media::ContentInspectConfigEx::moduleCount

The content inspect module count.