public class TranscodePlayInfo2017 extends AbstractModel
header, skipSign| 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 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, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic TranscodePlayInfo2017()
public TranscodePlayInfo2017(TranscodePlayInfo2017 source)
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 © 2025. All rights reserved.