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 Offset time at the end of video stripping, unit: seconds.
|
SplitMediaOutputConfig |
getOutputConfig()
Get The video is split into strips to output information.
|
String |
getProcedureName()
Get Task flow template name, if you want Fill in when executing the task flow on the generated new video.
|
Float |
getStartTimeOffset()
Get The offset time of the start of video stripping, unit: seconds.
|
void |
setEndTimeOffset(Float EndTimeOffset)
Set Offset time at the end of video stripping, unit: seconds.
|
void |
setOutputConfig(SplitMediaOutputConfig OutputConfig)
Set The video is split into strips to output information.
|
void |
setProcedureName(String ProcedureName)
Set Task flow template name, if you want Fill in when executing the task flow on the generated new video.
|
void |
setStartTimeOffset(Float StartTimeOffset)
Set The offset time of the start of video stripping, unit: 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, toJsonString
public SplitMediaTaskConfig()
public SplitMediaTaskConfig(SplitMediaTaskConfig source)
public Float getStartTimeOffset()
public void setStartTimeOffset(Float StartTimeOffset)
StartTimeOffset
- The offset time of the start of video stripping, unit: seconds.
public Float getEndTimeOffset()
public void setEndTimeOffset(Float EndTimeOffset)
EndTimeOffset
- Offset time at the end of video stripping, unit: seconds.
public String getProcedureName()
public void setProcedureName(String ProcedureName)
ProcedureName
- Task flow template name, if you want Fill in when executing the task flow on the generated new video.public SplitMediaOutputConfig getOutputConfig()
public void setOutputConfig(SplitMediaOutputConfig OutputConfig)
OutputConfig
- The video is split into strips to output information.Copyright © 2024. All rights reserved.