public class TranscodePlayInfo2017 extends AbstractModel
Constructor and Description |
---|
TranscodePlayInfo2017() |
TranscodePlayInfo2017(TranscodePlayInfo2017 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 |
getBitrate()
Get 视频流码率平均值与音频流码率平均值之和, 单位:bps。
|
Long |
getDefinition()
Get 转码规格 ID,参见[转码参数模板](https://cloud.tencent.com/document/product/266/33476)。
|
Long |
getHeight()
Get 视频流高度的最大值,单位:px。
|
String |
getUrl()
Get 播放地址。
|
Long |
getWidth()
Get 视频流宽度的最大值,单位:px。
|
void |
setBitrate(Long Bitrate)
Set 视频流码率平均值与音频流码率平均值之和, 单位:bps。
|
void |
setDefinition(Long Definition)
Set 转码规格 ID,参见[转码参数模板](https://cloud.tencent.com/document/product/266/33476)。
|
void |
setHeight(Long Height)
Set 视频流高度的最大值,单位:px。
|
void |
setUrl(String Url)
Set 播放地址。
|
void |
setWidth(Long Width)
Set 视频流宽度的最大值,单位:px。
|
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 TranscodePlayInfo2017()
public TranscodePlayInfo2017(TranscodePlayInfo2017 source)
public String getUrl()
public void setUrl(String Url)
Url
- 播放地址。public Long getDefinition()
public void setDefinition(Long Definition)
Definition
- 转码规格 ID,参见[转码参数模板](https://cloud.tencent.com/document/product/266/33476)。public Long getBitrate()
public void setBitrate(Long Bitrate)
Bitrate
- 视频流码率平均值与音频流码率平均值之和, 单位:bps。public Long getHeight()
public void setHeight(Long Height)
Height
- 视频流高度的最大值,单位:px。public Long getWidth()
public void setWidth(Long Width)
Width
- 视频流宽度的最大值,单位:px。Copyright © 2023. All rights reserved.