Class VideoInfoResultItem
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ie.v20200304.models.VideoInfoResultItem
-
public class VideoInfoResultItem extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description VideoInfoResultItem()VideoInfoResultItem(VideoInfoResultItem 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,h265等等 。 注意:此字段可能返回 null,表示取不到有效值。LonggetDuration()Get 视频时长,单位:ms 。 注意:此字段可能返回 null,表示取不到有效值。StringgetFps()Get 视频帧率,用分数格式表示,如:25/1, 99/32等等。 注意:此字段可能返回 null,表示取不到有效值。LonggetHeight()Get 视频高度。 注意:此字段可能返回 null,表示取不到有效值。StringgetPixFormat()Get 颜色空间,如yuv420p,yuv444p等等。 注意:此字段可能返回 null,表示取不到有效值。LonggetRotate()Get 播放旋转角度,可选值0-360。 注意:此字段可能返回 null,表示取不到有效值。LonggetStream()Get 视频流的流id。LonggetWidth()Get 视频宽度。 注意:此字段可能返回 null,表示取不到有效值。voidsetBitrate(Long Bitrate)Set 视频码率,单位:bps。 注意:此字段可能返回 null,表示取不到有效值。voidsetCodec(String Codec)Set 编码格式,如h264,h265等等 。 注意:此字段可能返回 null,表示取不到有效值。voidsetDuration(Long Duration)Set 视频时长,单位:ms 。 注意:此字段可能返回 null,表示取不到有效值。voidsetFps(String Fps)Set 视频帧率,用分数格式表示,如:25/1, 99/32等等。 注意:此字段可能返回 null,表示取不到有效值。voidsetHeight(Long Height)Set 视频高度。 注意:此字段可能返回 null,表示取不到有效值。voidsetPixFormat(String PixFormat)Set 颜色空间,如yuv420p,yuv444p等等。 注意:此字段可能返回 null,表示取不到有效值。voidsetRotate(Long Rotate)Set 播放旋转角度,可选值0-360。 注意:此字段可能返回 null,表示取不到有效值。voidsetStream(Long Stream)Set 视频流的流id。voidsetWidth(Long Width)Set 视频宽度。 注意:此字段可能返回 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
-
VideoInfoResultItem
public VideoInfoResultItem()
-
VideoInfoResultItem
public VideoInfoResultItem(VideoInfoResultItem 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
-
getStream
public Long getStream()
Get 视频流的流id。- Returns:
- Stream 视频流的流id。
-
setStream
public void setStream(Long Stream)
Set 视频流的流id。- Parameters:
Stream- 视频流的流id。
-
getWidth
public Long getWidth()
Get 视频宽度。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Width 视频宽度。 注意:此字段可能返回 null,表示取不到有效值。
-
setWidth
public void setWidth(Long Width)
Set 视频宽度。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Width- 视频宽度。 注意:此字段可能返回 null,表示取不到有效值。
-
getHeight
public Long getHeight()
Get 视频高度。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Height 视频高度。 注意:此字段可能返回 null,表示取不到有效值。
-
setHeight
public void setHeight(Long Height)
Set 视频高度。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Height- 视频高度。 注意:此字段可能返回 null,表示取不到有效值。
-
getBitrate
public Long getBitrate()
Get 视频码率,单位:bps。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Bitrate 视频码率,单位:bps。 注意:此字段可能返回 null,表示取不到有效值。
-
setBitrate
public void setBitrate(Long Bitrate)
Set 视频码率,单位:bps。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Bitrate- 视频码率,单位:bps。 注意:此字段可能返回 null,表示取不到有效值。
-
getFps
public String getFps()
Get 视频帧率,用分数格式表示,如:25/1, 99/32等等。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Fps 视频帧率,用分数格式表示,如:25/1, 99/32等等。 注意:此字段可能返回 null,表示取不到有效值。
-
setFps
public void setFps(String Fps)
Set 视频帧率,用分数格式表示,如:25/1, 99/32等等。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Fps- 视频帧率,用分数格式表示,如:25/1, 99/32等等。 注意:此字段可能返回 null,表示取不到有效值。
-
getCodec
public String getCodec()
Get 编码格式,如h264,h265等等 。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Codec 编码格式,如h264,h265等等 。 注意:此字段可能返回 null,表示取不到有效值。
-
setCodec
public void setCodec(String Codec)
Set 编码格式,如h264,h265等等 。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Codec- 编码格式,如h264,h265等等 。 注意:此字段可能返回 null,表示取不到有效值。
-
getRotate
public Long getRotate()
Get 播放旋转角度,可选值0-360。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Rotate 播放旋转角度,可选值0-360。 注意:此字段可能返回 null,表示取不到有效值。
-
setRotate
public void setRotate(Long Rotate)
Set 播放旋转角度,可选值0-360。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Rotate- 播放旋转角度,可选值0-360。 注意:此字段可能返回 null,表示取不到有效值。
-
getDuration
public Long getDuration()
Get 视频时长,单位:ms 。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Duration 视频时长,单位:ms 。 注意:此字段可能返回 null,表示取不到有效值。
-
setDuration
public void setDuration(Long Duration)
Set 视频时长,单位:ms 。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Duration- 视频时长,单位:ms 。 注意:此字段可能返回 null,表示取不到有效值。
-
getPixFormat
public String getPixFormat()
Get 颜色空间,如yuv420p,yuv444p等等。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- PixFormat 颜色空间,如yuv420p,yuv444p等等。 注意:此字段可能返回 null,表示取不到有效值。
-
setPixFormat
public void setPixFormat(String PixFormat)
Set 颜色空间,如yuv420p,yuv444p等等。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
PixFormat- 颜色空间,如yuv420p,yuv444p等等。 注意:此字段可能返回 null,表示取不到有效值。
-
-