public class VideoStreamInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| VideoStreamInfo() | 
| VideoStreamInfo(VideoStreamInfo 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。 | 
| String | getCodec()Get 编码格式。 | 
| Long | getFps()Get 帧率,单位:hz。 | 
| Long | getHeight()Get 高度,单位:px。 | 
| Long | getWidth()Get 宽度,单位:px。 | 
| void | setBitrate(Long Bitrate)Set 码率,单位:bps。 | 
| void | setCodec(String Codec)Set 编码格式。 | 
| void | setFps(Long Fps)Set 帧率,单位:hz。 | 
| void | setHeight(Long Height)Set 高度,单位:px。 | 
| void | setWidth(Long Width)Set 宽度,单位:px。 | 
| 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 VideoStreamInfo()
public VideoStreamInfo(VideoStreamInfo source)
public Long getBitrate()
public void setBitrate(Long Bitrate)
Bitrate - 码率,单位:bps。public Long getHeight()
public void setHeight(Long Height)
Height - 高度,单位:px。public Long getWidth()
public void setWidth(Long Width)
Width - 宽度,单位:px。public String getCodec()
public void setCodec(String Codec)
Codec - 编码格式。public Long getFps()
public void setFps(Long Fps)
Fps - 帧率,单位:hz。Copyright © 2025. All rights reserved.