public class RawTranscodeParameter extends AbstractModel
Constructor and Description |
---|
RawTranscodeParameter() |
RawTranscodeParameter(RawTranscodeParameter 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 |
---|---|
AudioTemplateInfo |
getAudioTemplate()
Get Audio stream configuration parameter.
|
String |
getContainer()
Get Container.
|
Long |
getRemoveAudio()
Get Whether to remove audio data.
|
Long |
getRemoveVideo()
Get Whether to remove video data.
|
TEHDConfig |
getTEHDConfig()
Get TESHD transcoding parameter.
|
VideoTemplateInfo |
getVideoTemplate()
Get Video stream configuration parameter.
|
void |
setAudioTemplate(AudioTemplateInfo AudioTemplate)
Set Audio stream configuration parameter.
|
void |
setContainer(String Container)
Set Container.
|
void |
setRemoveAudio(Long RemoveAudio)
Set Whether to remove audio data.
|
void |
setRemoveVideo(Long RemoveVideo)
Set Whether to remove video data.
|
void |
setTEHDConfig(TEHDConfig TEHDConfig)
Set TESHD transcoding parameter.
|
void |
setVideoTemplate(VideoTemplateInfo VideoTemplate)
Set Video stream configuration parameter.
|
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 RawTranscodeParameter()
public RawTranscodeParameter(RawTranscodeParameter source)
public String getContainer()
public void setContainer(String Container)
Container
- Container. Valid values: mp4; flv; hls; mp3; flac; ogg; m4a. Among them, mp3, flac, ogg, and m4a are for audio files.public Long getRemoveVideo()
public void setRemoveVideo(Long RemoveVideo)
RemoveVideo
- Whether to remove video data. Valid values:
public Long getRemoveAudio()
public void setRemoveAudio(Long RemoveAudio)
RemoveAudio
- Whether to remove audio data. Valid values:
public VideoTemplateInfo getVideoTemplate()
public void setVideoTemplate(VideoTemplateInfo VideoTemplate)
VideoTemplate
- Video stream configuration parameter. This field is required when `RemoveVideo` is 0.public AudioTemplateInfo getAudioTemplate()
public void setAudioTemplate(AudioTemplateInfo AudioTemplate)
AudioTemplate
- Audio stream configuration parameter. This field is required when `RemoveAudio` is 0.public TEHDConfig getTEHDConfig()
public void setTEHDConfig(TEHDConfig TEHDConfig)
TEHDConfig
- TESHD transcoding parameter.Copyright © 2021. All rights reserved.