public class SplitMediaTaskSegmentInfo extends AbstractModel
| Constructor and Description |
|---|
SplitMediaTaskSegmentInfo() |
SplitMediaTaskSegmentInfo(SplitMediaTaskSegmentInfo 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 |
|---|---|
SplitMediaTaskInput |
getInput()
Get Input information of a video splitting task.
|
TaskOutputMediaInfo |
getOutput()
Get Output information of a video splitting task.
|
String |
getProcedureTaskId()
Get If a video processing flow is specified when a video splitting task is initiated, this field will be the task flow ID.
|
void |
setInput(SplitMediaTaskInput Input)
Set Input information of a video splitting task.
|
void |
setOutput(TaskOutputMediaInfo Output)
Set Output information of a video splitting task.
|
void |
setProcedureTaskId(String ProcedureTaskId)
Set If a video processing flow is specified when a video splitting task is initiated, this field will be the task flow ID.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic SplitMediaTaskSegmentInfo()
public SplitMediaTaskSegmentInfo(SplitMediaTaskSegmentInfo source)
public SplitMediaTaskInput getInput()
public void setInput(SplitMediaTaskInput Input)
Input - Input information of a video splitting task.public TaskOutputMediaInfo getOutput()
public void setOutput(TaskOutputMediaInfo Output)
Output - Output information of a video splitting task.
Note: this field may return `null`, indicating that no valid values can be obtained.public String getProcedureTaskId()
public void setProcedureTaskId(String ProcedureTaskId)
ProcedureTaskId - If a video processing flow is specified when a video splitting task is initiated, this field will be the task flow ID.Copyright © 2022. All rights reserved.