public class TEHDConfig extends AbstractModel
Constructor and Description |
---|
TEHDConfig() |
Modifier and Type | Method and Description |
---|---|
Long |
getMaxVideoBitrate()
Get 视频码率上限,当 Type 指定了极速高清类型时有效。
不填或填0表示不设视频码率上限。
|
String |
getType()
Get 极速高清类型,可选值:
TEHD-100:极速高清-100。
不填代表不启用极速高清。
|
void |
setMaxVideoBitrate(Long MaxVideoBitrate)
Set 视频码率上限,当 Type 指定了极速高清类型时有效。
不填或填0表示不设视频码率上限。
|
void |
setType(String Type)
Set 极速高清类型,可选值:
TEHD-100:极速高清-100。
不填代表不启用极速高清。
|
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 String getType()
public void setType(String Type)
Type
- 极速高清类型,可选值:
public Long getMaxVideoBitrate()
public void setMaxVideoBitrate(Long MaxVideoBitrate)
MaxVideoBitrate
- 视频码率上限,当 Type 指定了极速高清类型时有效。
不填或填0表示不设视频码率上限。Copyright © 2020. All rights reserved.