public class MediaVideoStreamItem extends AbstractModel
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 Bitrate of a video stream in bps.
|
String |
getCodec()
Get Video stream codec, such as h264.
|
String |
getColorPrimaries()
Get Color primaries
Note: this field may return `null`, indicating that no valid value was found.
|
String |
getColorSpace()
Get Color space
Note: this field may return `null`, indicating that no valid value was found.
|
String |
getColorTransfer()
Get Color transfer
Note: this field may return `null`, indicating that no valid value was found.
|
Long |
getFps()
Get Frame rate in Hz.
|
String |
getHdrType()
Get HDR type
Note: This field may return `null`, indicating that no valid value was found.
|
Long |
getHeight()
Get Height of a video stream in px.
|
Long |
getWidth()
Get Width of a video stream in px.
|
void |
setBitrate(Long Bitrate)
Set Bitrate of a video stream in bps.
|
void |
setCodec(String Codec)
Set Video stream codec, such as h264.
|
void |
setColorPrimaries(String ColorPrimaries)
Set Color primaries
Note: this field may return `null`, indicating that no valid value was found.
|
void |
setColorSpace(String ColorSpace)
Set Color space
Note: this field may return `null`, indicating that no valid value was found.
|
void |
setColorTransfer(String ColorTransfer)
Set Color transfer
Note: this field may return `null`, indicating that no valid value was found.
|
void |
setFps(Long Fps)
Set Frame rate in Hz.
|
void |
setHdrType(String HdrType)
Set HDR type
Note: This field may return `null`, indicating that no valid value was found.
|
void |
setHeight(Long Height)
Set Height of a video stream in px.
|
void |
setWidth(Long Width)
Set Width of a video stream in px.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public MediaVideoStreamItem()
public MediaVideoStreamItem(MediaVideoStreamItem source)
public Long getBitrate()
public void setBitrate(Long Bitrate)
Bitrate
- Bitrate of a video stream in bps.
Note: This field may return null, indicating that no valid values can be obtained.public Long getHeight()
public void setHeight(Long Height)
Height
- Height of a video stream in px.
Note: This field may return null, indicating that no valid values can be obtained.public Long getWidth()
public void setWidth(Long Width)
Width
- Width of a video stream in px.
Note: This field may return null, indicating that no valid values can be obtained.public String getCodec()
public void setCodec(String Codec)
Codec
- Video stream codec, such as h264.
Note: This field may return null, indicating that no valid values can be obtained.public Long getFps()
public void setFps(Long Fps)
Fps
- Frame rate in Hz.
Note: This field may return null, indicating that no valid values can be obtained.public String getColorPrimaries()
public void setColorPrimaries(String ColorPrimaries)
ColorPrimaries
- Color primaries
Note: this field may return `null`, indicating that no valid value was found.public String getColorSpace()
public void setColorSpace(String ColorSpace)
ColorSpace
- Color space
Note: this field may return `null`, indicating that no valid value was found.public String getColorTransfer()
public void setColorTransfer(String ColorTransfer)
ColorTransfer
- Color transfer
Note: this field may return `null`, indicating that no valid value was found.public String getHdrType()
public void setHdrType(String HdrType)
HdrType
- HDR type
Note: This field may return `null`, indicating that no valid value was found.Copyright © 2023. All rights reserved.