AgoraContentInspectModule
v4.5.2
v4.5.2
v4.5.1
v4.5.0
v4.4.0
v4.3.2
v4.3.1
v4.3.0
v4.2.3
v4.2.2
AgoraContentInspectModule
结构体,用于配置本地截图上传的频率。
Objective-C
__attribute__((visibility("default"))) @interface AgoraContentInspectModule: NSObject
@property (assign, nonatomic) AgoraContentInspectType type;
@property (assign, nonatomic) NSInteger interval;
@end
type
功能模块的类型。详见 AgoraContentInspectType。
interval
本地截图上传的间隔,单位为秒,取值必须大于 0。默认值为 0,表示不进行截图上传。推荐值为 10 秒,你也可以根据业务需求自行调整。