Package | Description |
---|---|
com.tencentcloudapi.mps.v20190612.models |
Modifier and Type | Method and Description |
---|---|
MediaInputInfo[] |
OverrideTranscodeParameter.getAddonAudioStream()
Get The information of the external audio track to add.
|
MediaInputInfo[] |
HeadTailParameter.getHeadSet()
Get The opening segments.
|
MediaInputInfo |
RawImageWatermarkInput.getImageContent()
Get Input content of watermark image.
|
MediaInputInfo |
DescribeMediaMetaDataRequest.getInputInfo()
Get Input information of file for metadata getting.
|
MediaInputInfo |
WorkflowTask.getInputInfo()
Get The information of the file processed.
|
MediaInputInfo |
ProcessMediaRequest.getInputInfo()
Get The information of the file to process.
|
MediaInputInfo |
EditMediaFileInfo.getInputInfo()
Get Video input information.
|
MediaInputInfo |
ScheduleTask.getInputInfo()
Get The information of the file processed.
|
MediaInputInfo |
AddOnSubtitle.getSubtitle()
Get The subtitle file.
|
MediaInputInfo[] |
HeadTailParameter.getTailSet()
Get The closing segments.
|
Modifier and Type | Method and Description |
---|---|
void |
OverrideTranscodeParameter.setAddonAudioStream(MediaInputInfo[] AddonAudioStream)
Set The information of the external audio track to add.
|
void |
HeadTailParameter.setHeadSet(MediaInputInfo[] HeadSet)
Set The opening segments.
|
void |
RawImageWatermarkInput.setImageContent(MediaInputInfo ImageContent)
Set Input content of watermark image.
|
void |
DescribeMediaMetaDataRequest.setInputInfo(MediaInputInfo InputInfo)
Set Input information of file for metadata getting.
|
void |
WorkflowTask.setInputInfo(MediaInputInfo InputInfo)
Set The information of the file processed.
|
void |
ProcessMediaRequest.setInputInfo(MediaInputInfo InputInfo)
Set The information of the file to process.
|
void |
EditMediaFileInfo.setInputInfo(MediaInputInfo InputInfo)
Set Video input information.
|
void |
ScheduleTask.setInputInfo(MediaInputInfo InputInfo)
Set The information of the file processed.
|
void |
AddOnSubtitle.setSubtitle(MediaInputInfo Subtitle)
Set The subtitle file.
|
void |
HeadTailParameter.setTailSet(MediaInputInfo[] TailSet)
Set The closing segments.
|
Constructor and Description |
---|
MediaInputInfo(MediaInputInfo 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.
|
Copyright © 2024. All rights reserved.