public class VideoInfoResultItem extends AbstractModel
header, skipSign| Constructor and 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| Long | getBitrate()Get 视频码率,单位:bps。
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getCodec()Get 编码格式,如h264,h265等等 。
注意:此字段可能返回 null,表示取不到有效值。 | 
| Long | getDuration()Get 视频时长,单位:ms 。
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getFps()Get 视频帧率,用分数格式表示,如:25/1, 99/32等等。
注意:此字段可能返回 null,表示取不到有效值。 | 
| Long | getHeight()Get 视频高度。
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getPixFormat()Get 颜色空间,如yuv420p,yuv444p等等。
注意:此字段可能返回 null,表示取不到有效值。 | 
| Long | getRotate()Get 播放旋转角度,可选值0-360。
注意:此字段可能返回 null,表示取不到有效值。 | 
| Long | getStream()Get 视频流的流id。 | 
| Long | getWidth()Get 视频宽度。
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setBitrate(Long Bitrate)Set 视频码率,单位:bps。
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setCodec(String Codec)Set 编码格式,如h264,h265等等 。
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setDuration(Long Duration)Set 视频时长,单位:ms 。
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setFps(String Fps)Set 视频帧率,用分数格式表示,如:25/1, 99/32等等。
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setHeight(Long Height)Set 视频高度。
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setPixFormat(String PixFormat)Set 颜色空间,如yuv420p,yuv444p等等。
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setRotate(Long Rotate)Set 播放旋转角度,可选值0-360。
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setStream(Long Stream)Set 视频流的流id。 | 
| 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 VideoInfoResultItem()
public VideoInfoResultItem(VideoInfoResultItem source)
public Long getStream()
public void setStream(Long Stream)
Stream - 视频流的流id。public Long getWidth()
public void setWidth(Long Width)
Width - 视频宽度。
注意:此字段可能返回 null,表示取不到有效值。public Long getHeight()
public void setHeight(Long Height)
Height - 视频高度。
注意:此字段可能返回 null,表示取不到有效值。public Long getBitrate()
public void setBitrate(Long Bitrate)
Bitrate - 视频码率,单位:bps。
注意:此字段可能返回 null,表示取不到有效值。public String getFps()
public void setFps(String Fps)
Fps - 视频帧率,用分数格式表示,如:25/1, 99/32等等。
注意:此字段可能返回 null,表示取不到有效值。public String getCodec()
public void setCodec(String Codec)
Codec - 编码格式,如h264,h265等等 。
注意:此字段可能返回 null,表示取不到有效值。public Long getRotate()
public void setRotate(Long Rotate)
Rotate - 播放旋转角度,可选值0-360。
注意:此字段可能返回 null,表示取不到有效值。public Long getDuration()
public void setDuration(Long Duration)
Duration - 视频时长,单位:ms 。
注意:此字段可能返回 null,表示取不到有效值。public String getPixFormat()
public void setPixFormat(String PixFormat)
PixFormat - 颜色空间,如yuv420p,yuv444p等等。
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2025. All rights reserved.