Class VideoStreamInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cme.v20191029.models.VideoStreamInfo
-
public class VideoStreamInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description VideoStreamInfo()VideoStreamInfo(VideoStreamInfo 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetBitrate()Get 码率,单位:bps。StringgetCodec()Get 编码格式。LonggetFps()Get 帧率,单位:hz。LonggetHeight()Get 高度,单位:px。LonggetWidth()Get 宽度,单位:px。voidsetBitrate(Long Bitrate)Set 码率,单位:bps。voidsetCodec(String Codec)Set 编码格式。voidsetFps(Long Fps)Set 帧率,单位:hz。voidsetHeight(Long Height)Set 高度,单位:px。voidsetWidth(Long Width)Set 宽度,单位:px。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
VideoStreamInfo
public VideoStreamInfo()
-
VideoStreamInfo
public VideoStreamInfo(VideoStreamInfo 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.
-
-
Method Detail
-
getBitrate
public Long getBitrate()
Get 码率,单位:bps。- Returns:
- Bitrate 码率,单位:bps。
-
setBitrate
public void setBitrate(Long Bitrate)
Set 码率,单位:bps。- Parameters:
Bitrate- 码率,单位:bps。
-
getHeight
public Long getHeight()
Get 高度,单位:px。- Returns:
- Height 高度,单位:px。
-
setHeight
public void setHeight(Long Height)
Set 高度,单位:px。- Parameters:
Height- 高度,单位:px。
-
getWidth
public Long getWidth()
Get 宽度,单位:px。- Returns:
- Width 宽度,单位:px。
-
setWidth
public void setWidth(Long Width)
Set 宽度,单位:px。- Parameters:
Width- 宽度,单位:px。
-
getCodec
public String getCodec()
Get 编码格式。- Returns:
- Codec 编码格式。
-
setCodec
public void setCodec(String Codec)
Set 编码格式。- Parameters:
Codec- 编码格式。
-
getFps
public Long getFps()
Get 帧率,单位:hz。- Returns:
- Fps 帧率,单位:hz。
-
setFps
public void setFps(Long Fps)
Set 帧率,单位:hz。- Parameters:
Fps- 帧率,单位:hz。
-
-