public class TEHDConfigForUpdate extends AbstractModel
header, skipSign
Constructor and Description |
---|
TEHDConfigForUpdate() |
TEHDConfigForUpdate(TEHDConfigForUpdate 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 |
---|---|
Long |
getMaxVideoBitrate()
Get Maximum bitrate.
|
String |
getType()
Get TESHD transcoding type.
|
void |
setMaxVideoBitrate(Long MaxVideoBitrate)
Set Maximum bitrate.
|
void |
setType(String Type)
Set TESHD transcoding type.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public TEHDConfigForUpdate()
public TEHDConfigForUpdate(TEHDConfigForUpdate source)
public String getType()
public void setType(String Type)
Type
- TESHD transcoding type. Valid values: public Long getMaxVideoBitrate()
public void setMaxVideoBitrate(Long MaxVideoBitrate)
MaxVideoBitrate
- Maximum bitrate. If this parameter is left blank, no modification will be made.Copyright © 2024. All rights reserved.