public class MediaProcessTaskInput extends AbstractModel
Constructor and Description |
---|
MediaProcessTaskInput() |
MediaProcessTaskInput(MediaProcessTaskInput 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 |
---|---|
AdaptiveDynamicStreamingTaskInput[] |
getAdaptiveDynamicStreamingTaskSet()
Get List of adaptive bitrate streaming tasks.
|
AnimatedGraphicTaskInput[] |
getAnimatedGraphicTaskSet()
Get List of animated image generating tasks.
|
CoverBySnapshotTaskInput[] |
getCoverBySnapshotTaskSet()
Get List of cover generating tasks.
|
ImageSpriteTaskInput[] |
getImageSpriteTaskSet()
Get List of image sprite generating tasks.
|
SampleSnapshotTaskInput[] |
getSampleSnapshotTaskSet()
Get List of sampled screencapturing tasks.
|
SnapshotByTimeOffsetTaskInput[] |
getSnapshotByTimeOffsetTaskSet()
Get List of time point screencapturing tasks.
|
TranscodeTaskInput[] |
getTranscodeTaskSet()
Get List of transcoding tasks.
|
void |
setAdaptiveDynamicStreamingTaskSet(AdaptiveDynamicStreamingTaskInput[] AdaptiveDynamicStreamingTaskSet)
Set List of adaptive bitrate streaming tasks.
|
void |
setAnimatedGraphicTaskSet(AnimatedGraphicTaskInput[] AnimatedGraphicTaskSet)
Set List of animated image generating tasks.
|
void |
setCoverBySnapshotTaskSet(CoverBySnapshotTaskInput[] CoverBySnapshotTaskSet)
Set List of cover generating tasks.
|
void |
setImageSpriteTaskSet(ImageSpriteTaskInput[] ImageSpriteTaskSet)
Set List of image sprite generating tasks.
|
void |
setSampleSnapshotTaskSet(SampleSnapshotTaskInput[] SampleSnapshotTaskSet)
Set List of sampled screencapturing tasks.
|
void |
setSnapshotByTimeOffsetTaskSet(SnapshotByTimeOffsetTaskInput[] SnapshotByTimeOffsetTaskSet)
Set List of time point screencapturing tasks.
|
void |
setTranscodeTaskSet(TranscodeTaskInput[] TranscodeTaskSet)
Set List of transcoding tasks.
|
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, toJsonString
public MediaProcessTaskInput()
public MediaProcessTaskInput(MediaProcessTaskInput source)
public TranscodeTaskInput[] getTranscodeTaskSet()
public void setTranscodeTaskSet(TranscodeTaskInput[] TranscodeTaskSet)
TranscodeTaskSet
- List of transcoding tasks.
Note: this field may return null, indicating that no valid values can be obtained.public AnimatedGraphicTaskInput[] getAnimatedGraphicTaskSet()
public void setAnimatedGraphicTaskSet(AnimatedGraphicTaskInput[] AnimatedGraphicTaskSet)
AnimatedGraphicTaskSet
- List of animated image generating tasks.
Note: this field may return null, indicating that no valid values can be obtained.public SnapshotByTimeOffsetTaskInput[] getSnapshotByTimeOffsetTaskSet()
public void setSnapshotByTimeOffsetTaskSet(SnapshotByTimeOffsetTaskInput[] SnapshotByTimeOffsetTaskSet)
SnapshotByTimeOffsetTaskSet
- List of time point screencapturing tasks.
Note: this field may return null, indicating that no valid values can be obtained.public SampleSnapshotTaskInput[] getSampleSnapshotTaskSet()
public void setSampleSnapshotTaskSet(SampleSnapshotTaskInput[] SampleSnapshotTaskSet)
SampleSnapshotTaskSet
- List of sampled screencapturing tasks.
Note: this field may return null, indicating that no valid values can be obtained.public ImageSpriteTaskInput[] getImageSpriteTaskSet()
public void setImageSpriteTaskSet(ImageSpriteTaskInput[] ImageSpriteTaskSet)
ImageSpriteTaskSet
- List of image sprite generating tasks.
Note: this field may return null, indicating that no valid values can be obtained.public CoverBySnapshotTaskInput[] getCoverBySnapshotTaskSet()
public void setCoverBySnapshotTaskSet(CoverBySnapshotTaskInput[] CoverBySnapshotTaskSet)
CoverBySnapshotTaskSet
- List of cover generating tasks.
Note: this field may return null, indicating that no valid values can be obtained.public AdaptiveDynamicStreamingTaskInput[] getAdaptiveDynamicStreamingTaskSet()
public void setAdaptiveDynamicStreamingTaskSet(AdaptiveDynamicStreamingTaskInput[] AdaptiveDynamicStreamingTaskSet)
AdaptiveDynamicStreamingTaskSet
- List of adaptive bitrate streaming tasks.
Note: this field may return null, indicating that no valid values can be obtained.Copyright © 2021. All rights reserved.