ContentInspectModule

A ContentInspectModule structure used to configure the frequency of video screenshot and upload.

struct ContentInspectModule {
  CONTENT_INSPECT_TYPE type;
  unsigned int interval;
  ContentInspectModule() {
    type = CONTENT_INSPECT_INVALID;
    interval = 0;
  }
};

Attributes

type
Types of functional module. See CONTENT_INSPECT_TYPE.
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.