Class ResultVideoInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ie.v20200304.models.ResultVideoInfo
-
public class ResultVideoInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ResultVideoInfo()ResultVideoInfo(ResultVideoInfo 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 LonggetDuration()Get 流的时长,单位:毫秒 注意:此字段可能返回 null,表示取不到有效值。LonggetFps()Get 视频帧率,如果高于原始帧率,部分服务将无效。 注意:此字段可能返回 null,表示取不到有效值。LonggetHeight()Get 画面高度 注意:此字段可能返回 null,表示取不到有效值。LonggetStreamId()Get 流在媒体文件中的流ID 注意:此字段可能返回 null,表示取不到有效值。LonggetWidth()Get 画面宽度 注意:此字段可能返回 null,表示取不到有效值。voidsetDuration(Long Duration)Set 流的时长,单位:毫秒 注意:此字段可能返回 null,表示取不到有效值。voidsetFps(Long Fps)Set 视频帧率,如果高于原始帧率,部分服务将无效。 注意:此字段可能返回 null,表示取不到有效值。voidsetHeight(Long Height)Set 画面高度 注意:此字段可能返回 null,表示取不到有效值。voidsetStreamId(Long StreamId)Set 流在媒体文件中的流ID 注意:此字段可能返回 null,表示取不到有效值。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
-
ResultVideoInfo
public ResultVideoInfo()
-
ResultVideoInfo
public ResultVideoInfo(ResultVideoInfo 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
-
getStreamId
public Long getStreamId()
Get 流在媒体文件中的流ID 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- StreamId 流在媒体文件中的流ID 注意:此字段可能返回 null,表示取不到有效值。
-
setStreamId
public void setStreamId(Long StreamId)
Set 流在媒体文件中的流ID 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
StreamId- 流在媒体文件中的流ID 注意:此字段可能返回 null,表示取不到有效值。
-
getDuration
public Long getDuration()
Get 流的时长,单位:毫秒 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Duration 流的时长,单位:毫秒 注意:此字段可能返回 null,表示取不到有效值。
-
setDuration
public void setDuration(Long Duration)
Set 流的时长,单位:毫秒 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Duration- 流的时长,单位:毫秒 注意:此字段可能返回 null,表示取不到有效值。
-
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,表示取不到有效值。
-
getFps
public Long getFps()
Get 视频帧率,如果高于原始帧率,部分服务将无效。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Fps 视频帧率,如果高于原始帧率,部分服务将无效。 注意:此字段可能返回 null,表示取不到有效值。
-
setFps
public void setFps(Long Fps)
Set 视频帧率,如果高于原始帧率,部分服务将无效。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Fps- 视频帧率,如果高于原始帧率,部分服务将无效。 注意:此字段可能返回 null,表示取不到有效值。
-
-