Class ModifyVideoEncodingPresetRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cme.v20191029.models.ModifyVideoEncodingPresetRequest
-
public class ModifyVideoEncodingPresetRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ModifyVideoEncodingPresetRequest()
ModifyVideoEncodingPresetRequest(ModifyVideoEncodingPresetRequest 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VideoEncodingPresetAudioSettingForUpdate
getAudioSetting()
Get 更改后的编码配置的音频设置。Long
getId()
Get 配置 ID。String
getName()
Get 更改后的视频编码配置名,不填则不修改。String
getPlatform()
Get 平台名称,指定访问的平台。Long
getRemoveAudio()
Get 是否去除音频数据,可选值: 0:保留; 1:去除。 默认值:0。Long
getRemoveVideo()
Get 是否去除视频数据,可选值: 0:保留; 1:去除。 默认值:0。VideoEncodingPresetVideoSettingForUpdate
getVideoSetting()
Get 更改后的编码配置的视频设置。void
setAudioSetting(VideoEncodingPresetAudioSettingForUpdate AudioSetting)
Set 更改后的编码配置的音频设置。void
setId(Long Id)
Set 配置 ID。void
setName(String Name)
Set 更改后的视频编码配置名,不填则不修改。void
setPlatform(String Platform)
Set 平台名称,指定访问的平台。void
setRemoveAudio(Long RemoveAudio)
Set 是否去除音频数据,可选值: 0:保留; 1:去除。 默认值:0。void
setRemoveVideo(Long RemoveVideo)
Set 是否去除视频数据,可选值: 0:保留; 1:去除。 默认值:0。void
setVideoSetting(VideoEncodingPresetVideoSettingForUpdate VideoSetting)
Set 更改后的编码配置的视频设置。void
toMap(HashMap<String,String> map, String prefix)
Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
ModifyVideoEncodingPresetRequest
public ModifyVideoEncodingPresetRequest()
-
ModifyVideoEncodingPresetRequest
public ModifyVideoEncodingPresetRequest(ModifyVideoEncodingPresetRequest 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.
-
-
Method Detail
-
getPlatform
public String getPlatform()
Get 平台名称,指定访问的平台。- Returns:
- Platform 平台名称,指定访问的平台。
-
setPlatform
public void setPlatform(String Platform)
Set 平台名称,指定访问的平台。- Parameters:
Platform
- 平台名称,指定访问的平台。
-
getId
public Long getId()
Get 配置 ID。- Returns:
- Id 配置 ID。
-
setId
public void setId(Long Id)
Set 配置 ID。- Parameters:
Id
- 配置 ID。
-
getName
public String getName()
Get 更改后的视频编码配置名,不填则不修改。- Returns:
- Name 更改后的视频编码配置名,不填则不修改。
-
setName
public void setName(String Name)
Set 更改后的视频编码配置名,不填则不修改。- Parameters:
Name
- 更改后的视频编码配置名,不填则不修改。
-
getRemoveVideo
public Long getRemoveVideo()
Get 是否去除视频数据,可选值:- 0:保留;
- 1:去除。
默认值:0。- Returns:
- RemoveVideo 是否去除视频数据,可选值:
- 0:保留;
- 1:去除。
默认值:0。
-
setRemoveVideo
public void setRemoveVideo(Long RemoveVideo)
Set 是否去除视频数据,可选值:- 0:保留;
- 1:去除。
默认值:0。- Parameters:
RemoveVideo
- 是否去除视频数据,可选值:- 0:保留;
- 1:去除。
默认值:0。
-
getRemoveAudio
public Long getRemoveAudio()
Get 是否去除音频数据,可选值:- 0:保留;
- 1:去除。
默认值:0。- Returns:
- RemoveAudio 是否去除音频数据,可选值:
- 0:保留;
- 1:去除。
默认值:0。
-
setRemoveAudio
public void setRemoveAudio(Long RemoveAudio)
Set 是否去除音频数据,可选值:- 0:保留;
- 1:去除。
默认值:0。- Parameters:
RemoveAudio
- 是否去除音频数据,可选值:- 0:保留;
- 1:去除。
默认值:0。
-
getVideoSetting
public VideoEncodingPresetVideoSettingForUpdate getVideoSetting()
Get 更改后的编码配置的视频设置。- Returns:
- VideoSetting 更改后的编码配置的视频设置。
-
setVideoSetting
public void setVideoSetting(VideoEncodingPresetVideoSettingForUpdate VideoSetting)
Set 更改后的编码配置的视频设置。- Parameters:
VideoSetting
- 更改后的编码配置的视频设置。
-
getAudioSetting
public VideoEncodingPresetAudioSettingForUpdate getAudioSetting()
Get 更改后的编码配置的音频设置。- Returns:
- AudioSetting 更改后的编码配置的音频设置。
-
setAudioSetting
public void setAudioSetting(VideoEncodingPresetAudioSettingForUpdate AudioSetting)
Set 更改后的编码配置的音频设置。- Parameters:
AudioSetting
- 更改后的编码配置的音频设置。
-
-