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

Inherited by agora::media::ContentInspectConfigEx.

Public Member Functions

ContentInspectConfigoperator= (const ContentInspectConfig &rth)
 
 ContentInspectConfig ()
 

Public Attributes

const char * extraInfo
 
ContentInspectModule modules [MAX_CONTENT_INSPECT_MODULE_COUNT]
 
int moduleCount
 

Detailed Description

Definition of ContentInspectConfig.

Constructor & Destructor Documentation

◆ ContentInspectConfig()

agora::media::ContentInspectConfig::ContentInspectConfig ( )
inline

Member Function Documentation

◆ operator=()

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

Member Data Documentation

◆ extraInfo

const char* agora::media::ContentInspectConfig::extraInfo

◆ modules

ContentInspectModule agora::media::ContentInspectConfig::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::ContentInspectConfig::moduleCount

The content inspect module count.