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

ContentInspectModule class, a structure used to configure the frequency of video screenshot and upload. More...

#include <AgoraMediaBase.h>

Public Attributes

CONTENT_INSPECT_TYPE type
 
unsigned int interval
 
base::VIDEO_MODULE_POSITION position
 

Detailed Description

ContentInspectModule class, a structure used to configure the frequency of video screenshot and upload.

Member Data Documentation

◆ type

CONTENT_INSPECT_TYPE agora::media::ContentInspectModule::type

Types of functional module. See CONTENT_INSPECT_TYPE.

◆ interval

unsigned int agora::media::ContentInspectModule::interval

The frequency (s) of video screenshot and upload. The value should be set as larger than 0. The default value is 0, the SDK does not take screenshots. Agora recommends that you set the value as 10; you can also adjust it according to your business needs.

◆ position

base::VIDEO_MODULE_POSITION agora::media::ContentInspectModule::position

The position of the video observer. See VIDEO_MODULE_POSITION.