public class TranscodeTaskInput extends AbstractModel
| Constructor and Description | 
|---|
| TranscodeTaskInput() | 
| Modifier and Type | Method and Description | 
|---|---|
| Long | getDefinition()Get Video transcoding template ID. | 
| Float | getEndTimeOffset()Get End time offset of a transcoded video, in seconds. | 
| MosaicInput[] | getMosaicSet()Get List of blurs. | 
| Float | getStartTimeOffset()Get Start time offset of a transcoded video, in seconds. | 
| WatermarkInput[] | getWatermarkSet()Get List of up to 10 image or text watermarks. | 
| void | setDefinition(Long Definition)Set Video transcoding template ID. | 
| void | setEndTimeOffset(Float EndTimeOffset)Set End time offset of a transcoded video, in seconds. | 
| void | setMosaicSet(MosaicInput[] MosaicSet)Set List of blurs. | 
| void | setStartTimeOffset(Float StartTimeOffset)Set Start time offset of a transcoded video, in seconds. | 
| void | setWatermarkSet(WatermarkInput[] WatermarkSet)Set List of up to 10 image or text watermarks. | 
| 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 Long getDefinition()
public void setDefinition(Long Definition)
Definition - Video transcoding template ID.public WatermarkInput[] getWatermarkSet()
public void setWatermarkSet(WatermarkInput[] WatermarkSet)
WatermarkSet - List of up to 10 image or text watermarks.
Note: this field may return null, indicating that no valid values can be obtained.public MosaicInput[] getMosaicSet()
public void setMosaicSet(MosaicInput[] MosaicSet)
MosaicSet - List of blurs. Up to 10 ones can be supported.public Float getStartTimeOffset()
public void setStartTimeOffset(Float StartTimeOffset)
StartTimeOffset - Start time offset of a transcoded video, in seconds.
public Float getEndTimeOffset()
public void setEndTimeOffset(Float EndTimeOffset)
EndTimeOffset - End time offset of a transcoded video, in seconds.
Copyright © 2021. All rights reserved.