public class TranscodePlayInfo2017 extends AbstractModel
Constructor and Description |
---|
TranscodePlayInfo2017() |
Modifier and Type | Method and Description |
---|---|
Long |
getBitrate()
Get Sum of the average bitrate of a video stream and that of an audio stream in bps.
|
Long |
getDefinition()
Get Transcoding specification ID.
|
Long |
getHeight()
Get Maximum value of the height of a video stream in px.
|
String |
getUrl()
Get Playback address.
|
Long |
getWidth()
Get Maximum value of the width of a video stream in px.
|
void |
setBitrate(Long Bitrate)
Set Sum of the average bitrate of a video stream and that of an audio stream in bps.
|
void |
setDefinition(Long Definition)
Set Transcoding specification ID.
|
void |
setHeight(Long Height)
Set Maximum value of the height of a video stream in px.
|
void |
setUrl(String Url)
Set Playback address.
|
void |
setWidth(Long Width)
Set Maximum value of the width of a video stream in 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 String getUrl()
public void setUrl(String Url)
Url
- Playback address.public Long getDefinition()
public void setDefinition(Long Definition)
Definition
- Transcoding specification ID. For more information, please see [Transcoding Parameter Template](https://intl.cloud.tencent.com/document/product/266/33478?from_cn_redirect=1#.E8.BD.AC.E7.A0.81.E6.A8.A1.E6.9D.BF).public Long getBitrate()
public void setBitrate(Long Bitrate)
Bitrate
- Sum of the average bitrate of a video stream and that of an audio stream in bps.public Long getHeight()
public void setHeight(Long Height)
Height
- Maximum value of the height of a video stream in px.public Long getWidth()
public void setWidth(Long Width)
Width
- Maximum value of the width of a video stream in px.Copyright © 2020. All rights reserved.