Agora Java API Reference for Android
Public Member Functions | Public Attributes | List of all members
agora::media::ContentInspectConfig Struct Reference

#include <AgoraMediaBase.h>

Public Member Functions

ContentInspectConfigoperator= (const ContentInspectConfig &rth)
 

Public Attributes

bool enable
 
bool DeviceWork
 
bool CloudWork
 
CONTENT_INSPECT_DEVICE_TYPE DeviceworkType
 
const char * extraInfo
 
ContentInspectModule modules [MAX_CONTENT_INSPECT_MODULE_COUNT]
 
int moduleCount
 

Detailed Description

Definition of ContentInspectConfig.

Member Data Documentation

◆ enable

bool agora::media::ContentInspectConfig::enable

enable content isnpect function

◆ DeviceWork

bool agora::media::ContentInspectConfig::DeviceWork

jh on device.

◆ CloudWork

bool agora::media::ContentInspectConfig::CloudWork

jh on cloud.

◆ DeviceworkType

CONTENT_INSPECT_DEVICE_TYPE agora::media::ContentInspectConfig::DeviceworkType

the type of jh on device.

◆ 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.