public class HLSConfigureInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| HLSConfigureInfo() | 
| HLSConfigureInfo(HLSConfigureInfo 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 | getContinueTimeout()Get Resume recording waiting time, unit: seconds. | 
| Long | getInterval()Get Recording cycle in seconds. | 
| Long | getItemDuration()Get Duration of a single TS file in seconds. | 
| void | setContinueTimeout(Long ContinueTimeout)Set Resume recording waiting time, unit: seconds. | 
| void | setInterval(Long Interval)Set Recording cycle in seconds. | 
| void | setItemDuration(Long ItemDuration)Set Duration of a single TS file in seconds. | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic HLSConfigureInfo()
public HLSConfigureInfo(HLSConfigureInfo source)
public Long getItemDuration()
public void setItemDuration(Long ItemDuration)
ItemDuration - Duration of a single TS file in seconds. Value range: 5-30 seconds.
If this parameter is left empty, 30 seconds will be used by default.
Note: This field may return null, indicating that no valid value can be obtained.public Long getInterval()
public void setInterval(Long Interval)
Interval - Recording cycle in seconds. Value range: 10 minutes to 12 hours.
If this parameter is left empty, 10 minutes (3600 seconds) will be used by default.
Note: This field may return null, indicating that no valid value can be obtained.public Long getContinueTimeout()
public void setContinueTimeout(Long ContinueTimeout)
ContinueTimeout - Resume recording waiting time, unit: seconds. Value range: 60-1800 seconds.
If this parameter is left empty, 0 (resume recording not enabled) will be used by default.
Note: This field may return null, indicating that no valid value can be obtained.Copyright © 2025. All rights reserved.