public class DiarySHLConfig extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DiarySHLConfig() | 
| DiarySHLConfig(DiarySHLConfig 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 | getMiniExtract()Get 单个视频最小提取时长,单位秒 | 
| Long | getOutDuration()Get 每天最终输出视频时长,单位秒
注:免费版固定10s | 
| Long | getPlaySpeed()Get 视频浓缩倍数,支持1,2,4之间 | 
| Long | getStartOffset()Get 每个视频偏移时长,单位秒 | 
| void | setMiniExtract(Long MiniExtract)Set 单个视频最小提取时长,单位秒 | 
| void | setOutDuration(Long OutDuration)Set 每天最终输出视频时长,单位秒
注:免费版固定10s | 
| void | setPlaySpeed(Long PlaySpeed)Set 视频浓缩倍数,支持1,2,4之间 | 
| void | setStartOffset(Long StartOffset)Set 每个视频偏移时长,单位秒 | 
| 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 DiarySHLConfig()
public DiarySHLConfig(DiarySHLConfig source)
public Long getStartOffset()
public void setStartOffset(Long StartOffset)
StartOffset - 每个视频偏移时长,单位秒public Long getPlaySpeed()
public void setPlaySpeed(Long PlaySpeed)
PlaySpeed - 视频浓缩倍数,支持1,2,4之间public Long getMiniExtract()
public void setMiniExtract(Long MiniExtract)
MiniExtract - 单个视频最小提取时长,单位秒public Long getOutDuration()
public void setOutDuration(Long OutDuration)
OutDuration - 每天最终输出视频时长,单位秒
注:免费版固定10sCopyright © 2025. All rights reserved.