public class SplitMediaTaskConfig extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| SplitMediaTaskConfig() | 
| SplitMediaTaskConfig(SplitMediaTaskConfig 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 | 
|---|---|
| Float | getEndTimeOffset()Get 视频拆条结束的偏移时间,单位:秒。
不填或填0,表示转码后的视频持续到原始视频的末尾终止;
当数值大于0时(假设为 n),表示转码后的视频持续到原始视频第 n 秒时终止;
当数值小于0时(假设为 -n),表示转码后的视频持续到原始视频结束 n 秒前终止。 | 
| SplitMediaOutputConfig | getOutputConfig()Get 视频拆条输出信息。 | 
| String | getProcedureName()Get [任务流](https://cloud.tencent.com/document/product/266/33475#.E4.BB.BB.E5.8A.A1.E6.B5.81)名称。要对生成的新视频自动执行任务流时填写。 | 
| Float | getStartTimeOffset()Get 视频拆条起始的偏移时间,单位:秒。
不填或填0,表示转码后的视频从原始视频的起始位置开始;
当数值大于0时(假设为 n),表示转码后的视频从原始视频的第 n 秒位置开始;
当数值小于0时(假设为 -n),表示转码后的视频从原始视频结束 n 秒前的位置开始。 | 
| void | setEndTimeOffset(Float EndTimeOffset)Set 视频拆条结束的偏移时间,单位:秒。
不填或填0,表示转码后的视频持续到原始视频的末尾终止;
当数值大于0时(假设为 n),表示转码后的视频持续到原始视频第 n 秒时终止;
当数值小于0时(假设为 -n),表示转码后的视频持续到原始视频结束 n 秒前终止。 | 
| void | setOutputConfig(SplitMediaOutputConfig OutputConfig)Set 视频拆条输出信息。 | 
| void | setProcedureName(String ProcedureName)Set [任务流](https://cloud.tencent.com/document/product/266/33475#.E4.BB.BB.E5.8A.A1.E6.B5.81)名称。要对生成的新视频自动执行任务流时填写。 | 
| void | setStartTimeOffset(Float StartTimeOffset)Set 视频拆条起始的偏移时间,单位:秒。
不填或填0,表示转码后的视频从原始视频的起始位置开始;
当数值大于0时(假设为 n),表示转码后的视频从原始视频的第 n 秒位置开始;
当数值小于0时(假设为 -n),表示转码后的视频从原始视频结束 n 秒前的位置开始。 | 
| 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 SplitMediaTaskConfig()
public SplitMediaTaskConfig(SplitMediaTaskConfig source)
public Float getStartTimeOffset()
public void setStartTimeOffset(Float StartTimeOffset)
StartTimeOffset - 视频拆条起始的偏移时间,单位:秒。
public Float getEndTimeOffset()
public void setEndTimeOffset(Float EndTimeOffset)
EndTimeOffset - 视频拆条结束的偏移时间,单位:秒。
public String getProcedureName()
public void setProcedureName(String ProcedureName)
ProcedureName - [任务流](https://cloud.tencent.com/document/product/266/33475#.E4.BB.BB.E5.8A.A1.E6.B5.81)名称。要对生成的新视频自动执行任务流时填写。public SplitMediaOutputConfig getOutputConfig()
public void setOutputConfig(SplitMediaOutputConfig OutputConfig)
OutputConfig - 视频拆条输出信息。Copyright © 2025. All rights reserved.