|
Agora Java API Reference for Android
|
ContentInspectModule class, a structure used to configure the frequency of video screenshot and upload.
More...
Public Member Functions | |
| ContentInspectModule () | |
Public Attributes | |
| int | type |
| int | interval |
| Constants.VideoModulePosition | position |
ContentInspectModule class, a structure used to configure the frequency of video screenshot and upload.
| io.agora.rtc2.video.ContentInspectConfig.ContentInspectModule.ContentInspectModule | ( | ) |
Default content inspect type is invalid.
Default content inspect frequency is 0 seconds.
Default content inspect position is VIDEO_MODULE_POSITION_PRE_ENCODER.
| int io.agora.rtc2.video.ContentInspectConfig.ContentInspectModule.type |
Types of functional modules:
| int io.agora.rtc2.video.ContentInspectConfig.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.
| Constants.VideoModulePosition io.agora.rtc2.video.ContentInspectConfig.ContentInspectModule.position |
The position of the video observer. See VideoModulePosition.
1.8.18