public class MP4ConfigureInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| MP4ConfigureInfo() | 
| MP4ConfigureInfo(MP4ConfigureInfo source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
       and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy. | 
| Modifier and Type | Method and Description | 
|---|---|
| Long | getInterval()Get 录制周期,单位:秒,取值范围 10 分钟到720分钟。默认值:60分钟(3600秒)。 | 
| void | setInterval(Long Interval)Set 录制周期,单位:秒,取值范围 10 分钟到720分钟。默认值:60分钟(3600秒)。 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic MP4ConfigureInfo()
public MP4ConfigureInfo(MP4ConfigureInfo source)
public Long getInterval()
public void setInterval(Long Interval)
Interval - 录制周期,单位:秒,取值范围 10 分钟到720分钟。默认值:60分钟(3600秒)。Copyright © 2025. All rights reserved.