public class MediaVideoStreamItem extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| MediaVideoStreamItem() | 
| MediaVideoStreamItem(MediaVideoStreamItem 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 视频流的编码格式,例如 h264。 | 
| String | getCodecs()Get 视频Codecs。
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getColorPrimaries()Get 色彩空间。
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getColorSpace()Get 色彩空间。
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getColorTransfer()Get 色彩空间。
注意:此字段可能返回 null,表示取不到有效值。 | 
| Long | getFps()Get 帧率,单位:hz。 | 
| Long | getFpsDenominator()Get 帧率分母部分
注意:此字段可能返回 null,表示取不到有效值。 | 
| Long | getFpsNumerator()Get 帧率分子部分
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getHdrType()Get HDR类型。
注意:此字段可能返回 null,表示取不到有效值。 | 
| Long | getHeight()Get 视频流的高度,单位:px。 | 
| Long | getWidth()Get 视频流的宽度,单位:px。 | 
| void | setBitrate(Long Bitrate)Set 视频流的码率,单位:bps。 | 
| void | setCodec(String Codec)Set 视频流的编码格式,例如 h264。 | 
| void | setCodecs(String Codecs)Set 视频Codecs。
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setColorPrimaries(String ColorPrimaries)Set 色彩空间。
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setColorSpace(String ColorSpace)Set 色彩空间。
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setColorTransfer(String ColorTransfer)Set 色彩空间。
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setFps(Long Fps)Set 帧率,单位:hz。 | 
| void | setFpsDenominator(Long FpsDenominator)Set 帧率分母部分
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setFpsNumerator(Long FpsNumerator)Set 帧率分子部分
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setHdrType(String HdrType)Set HDR类型。
注意:此字段可能返回 null,表示取不到有效值。 | 
| 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 MediaVideoStreamItem()
public MediaVideoStreamItem(MediaVideoStreamItem 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 - 视频流的编码格式,例如 h264。public Long getFps()
public void setFps(Long Fps)
Fps - 帧率,单位:hz。public String getColorPrimaries()
public void setColorPrimaries(String ColorPrimaries)
ColorPrimaries - 色彩空间。
注意:此字段可能返回 null,表示取不到有效值。public String getColorSpace()
public void setColorSpace(String ColorSpace)
ColorSpace - 色彩空间。
注意:此字段可能返回 null,表示取不到有效值。public String getColorTransfer()
public void setColorTransfer(String ColorTransfer)
ColorTransfer - 色彩空间。
注意:此字段可能返回 null,表示取不到有效值。public String getHdrType()
public void setHdrType(String HdrType)
HdrType - HDR类型。
注意:此字段可能返回 null,表示取不到有效值。public String getCodecs()
public void setCodecs(String Codecs)
Codecs - 视频Codecs。
注意:此字段可能返回 null,表示取不到有效值。public Long getFpsNumerator()
public void setFpsNumerator(Long FpsNumerator)
FpsNumerator - 帧率分子部分
注意:此字段可能返回 null,表示取不到有效值。public Long getFpsDenominator()
public void setFpsDenominator(Long FpsDenominator)
FpsDenominator - 帧率分母部分
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2025. All rights reserved.