public class ResultVideoInfo extends AbstractModel
header, skipSign| Constructor and 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| Long | getDuration()Get 流的时长,单位:毫秒
注意:此字段可能返回 null,表示取不到有效值。 | 
| Long | getFps()Get 视频帧率,如果高于原始帧率,部分服务将无效。
注意:此字段可能返回 null,表示取不到有效值。 | 
| Long | getHeight()Get 画面高度
注意:此字段可能返回 null,表示取不到有效值。 | 
| Long | getStreamId()Get 流在媒体文件中的流ID
注意:此字段可能返回 null,表示取不到有效值。 | 
| Long | getWidth()Get 画面宽度
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setDuration(Long Duration)Set 流的时长,单位:毫秒
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setFps(Long Fps)Set 视频帧率,如果高于原始帧率,部分服务将无效。
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setHeight(Long Height)Set 画面高度
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setStreamId(Long StreamId)Set 流在媒体文件中的流ID
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setWidth(Long Width)Set 画面宽度
注意:此字段可能返回 null,表示取不到有效值。 | 
| 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 ResultVideoInfo()
public ResultVideoInfo(ResultVideoInfo source)
public Long getStreamId()
public void setStreamId(Long StreamId)
StreamId - 流在媒体文件中的流ID
注意:此字段可能返回 null,表示取不到有效值。public Long getDuration()
public void setDuration(Long Duration)
Duration - 流的时长,单位:毫秒
注意:此字段可能返回 null,表示取不到有效值。public Long getWidth()
public void setWidth(Long Width)
Width - 画面宽度
注意:此字段可能返回 null,表示取不到有效值。public Long getHeight()
public void setHeight(Long Height)
Height - 画面高度
注意:此字段可能返回 null,表示取不到有效值。public Long getFps()
public void setFps(Long Fps)
Fps - 视频帧率,如果高于原始帧率,部分服务将无效。
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2025. All rights reserved.