public class TEHDConfig extends AbstractModel
header, skipSign| 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, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic 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 © 2024. All rights reserved.