public class TEHDConfig extends AbstractModel
Constructor and Description |
---|
TEHDConfig() |
TEHDConfig(TEHDConfig 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, which is valid when `Type` is `TESHD`.
|
String |
getType()
Get TESHD type.
|
void |
setMaxVideoBitrate(Long MaxVideoBitrate)
Set Maximum bitrate, which is valid when `Type` is `TESHD`.
|
void |
setType(String Type)
Set TESHD type.
|
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 TEHDConfig()
public TEHDConfig(TEHDConfig source)
public String getType()
public void setType(String Type)
Type
- TESHD type. Valid values:
public Long getMaxVideoBitrate()
public void setMaxVideoBitrate(Long MaxVideoBitrate)
MaxVideoBitrate
- Maximum bitrate, which is valid when `Type` is `TESHD`.
If this parameter is left empty or 0 is entered, there will be no upper limit for bitrate.Copyright © 2023. All rights reserved.