public class SplitMediaTaskInput extends AbstractModel
header, skipSign
Constructor and Description |
---|
SplitMediaTaskInput() |
SplitMediaTaskInput(SplitMediaTaskInput 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 of the video splitting end time in seconds.
|
String |
getFileId()
Get Video ID.
|
SplitMediaOutputConfig |
getOutputConfig()
Get Output information of a video splitting task.
|
String |
getProcedureName()
Get [Task flow template](https://intl.cloud.tencent.com/document/product/266/33931?lang=en&pg=) name, which should be entered if you want to perform a task flow on the generated new video.
|
Float |
getStartTimeOffset()
Get Offset of the video splitting start time in seconds.
|
void |
setEndTimeOffset(Float EndTimeOffset)
Set Offset of the video splitting end time in seconds.
|
void |
setFileId(String FileId)
Set Video ID.
|
void |
setOutputConfig(SplitMediaOutputConfig OutputConfig)
Set Output information of a video splitting task.
|
void |
setProcedureName(String ProcedureName)
Set [Task flow template](https://intl.cloud.tencent.com/document/product/266/33931?lang=en&pg=) name, which should be entered if you want to perform a task flow on the generated new video.
|
void |
setStartTimeOffset(Float StartTimeOffset)
Set Offset of the video splitting start time 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, toJsonString
public SplitMediaTaskInput()
public SplitMediaTaskInput(SplitMediaTaskInput source)
public String getFileId()
public void setFileId(String FileId)
FileId
- Video ID.public Float getStartTimeOffset()
public void setStartTimeOffset(Float StartTimeOffset)
StartTimeOffset
- Offset of the video splitting start time in seconds.
public Float getEndTimeOffset()
public void setEndTimeOffset(Float EndTimeOffset)
EndTimeOffset
- Offset of the video splitting end time in seconds.
public String getProcedureName()
public void setProcedureName(String ProcedureName)
ProcedureName
- [Task flow template](https://intl.cloud.tencent.com/document/product/266/33931?lang=en&pg=) name, which should be entered if you want to perform a task flow on the generated new video.public SplitMediaOutputConfig getOutputConfig()
public void setOutputConfig(SplitMediaOutputConfig OutputConfig)
OutputConfig
- Output information of a video splitting task.Copyright © 2024. All rights reserved.