public class TEHDConfig extends AbstractModel
| Constructor and Description | 
|---|
| TEHDConfig() | 
| 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, toJsonStringpublic 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 © 2020. All rights reserved.