Class VodVideoStreamItem
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ticm.v20181127.models.VodVideoStreamItem
-
public class VodVideoStreamItem extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description VodVideoStreamItem()VodVideoStreamItem(VodVideoStreamItem 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。 注意:此字段可能返回 null,表示取不到有效值。StringgetCodec()Get 视频流的编码格式,例如 h264。 注意:此字段可能返回 null,表示取不到有效值。LonggetFps()Get 帧率,单位:hz。 注意:此字段可能返回 null,表示取不到有效值。LonggetHeight()Get 视频流的高度,单位:px。 注意:此字段可能返回 null,表示取不到有效值。LonggetWidth()Get 视频流的宽度,单位:px。 注意:此字段可能返回 null,表示取不到有效值。voidsetBitrate(Long Bitrate)Set 视频流的码率,单位:bps。 注意:此字段可能返回 null,表示取不到有效值。voidsetCodec(String Codec)Set 视频流的编码格式,例如 h264。 注意:此字段可能返回 null,表示取不到有效值。voidsetFps(Long Fps)Set 帧率,单位:hz。 注意:此字段可能返回 null,表示取不到有效值。voidsetHeight(Long Height)Set 视频流的高度,单位:px。 注意:此字段可能返回 null,表示取不到有效值。voidsetWidth(Long Width)Set 视频流的宽度,单位:px。 注意:此字段可能返回 null,表示取不到有效值。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
-
VodVideoStreamItem
public VodVideoStreamItem()
-
VodVideoStreamItem
public VodVideoStreamItem(VodVideoStreamItem 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。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Bitrate 视频流的码率,单位:bps。 注意:此字段可能返回 null,表示取不到有效值。
-
setBitrate
public void setBitrate(Long Bitrate)
Set 视频流的码率,单位:bps。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Bitrate- 视频流的码率,单位:bps。 注意:此字段可能返回 null,表示取不到有效值。
-
getHeight
public Long getHeight()
Get 视频流的高度,单位:px。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Height 视频流的高度,单位:px。 注意:此字段可能返回 null,表示取不到有效值。
-
setHeight
public void setHeight(Long Height)
Set 视频流的高度,单位:px。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Height- 视频流的高度,单位:px。 注意:此字段可能返回 null,表示取不到有效值。
-
getWidth
public Long getWidth()
Get 视频流的宽度,单位:px。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Width 视频流的宽度,单位:px。 注意:此字段可能返回 null,表示取不到有效值。
-
setWidth
public void setWidth(Long Width)
Set 视频流的宽度,单位:px。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Width- 视频流的宽度,单位:px。 注意:此字段可能返回 null,表示取不到有效值。
-
getCodec
public String getCodec()
Get 视频流的编码格式,例如 h264。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Codec 视频流的编码格式,例如 h264。 注意:此字段可能返回 null,表示取不到有效值。
-
setCodec
public void setCodec(String Codec)
Set 视频流的编码格式,例如 h264。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Codec- 视频流的编码格式,例如 h264。 注意:此字段可能返回 null,表示取不到有效值。
-
getFps
public Long getFps()
Get 帧率,单位:hz。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Fps 帧率,单位:hz。 注意:此字段可能返回 null,表示取不到有效值。
-
setFps
public void setFps(Long Fps)
Set 帧率,单位:hz。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Fps- 帧率,单位:hz。 注意:此字段可能返回 null,表示取不到有效值。
-
-