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 Recording duration, in seconds. | 
| void | setInterval(Long Interval)Set Recording duration, in seconds. | 
| 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 - Recording duration, in seconds. The interval can range from 10 minutes to 720 minutes. It is 60 minutes (3,600 seconds) by default.Copyright © 2025. All rights reserved.