public static class PostVideoAudit.Snapshot
extends java.lang.Object
限定符和类型 | 字段和说明 |
---|---|
int |
count
视频截帧数量,范围为(0, 10000]
|
java.lang.String |
mode
截帧模式。
|
float |
timeInterval
视频截帧频率,范围为(0, 60],单位为秒,支持 float 格式,执行精度精确到毫秒
|
构造器和说明 |
---|
Snapshot() |
public java.lang.String mode
public int count
public float timeInterval