public class MediaCastVideoSetting extends AbstractModel
header, skipSign
Constructor and Description |
---|
MediaCastVideoSetting() |
MediaCastVideoSetting(MediaCastVideoSetting 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 视频码率,单位:kbps,默认值为2500。最大值为10000 kbps。
|
Float |
getFrameRate()
Get 视频帧率,单位:Hz,默认值为25。最大值为60。
|
Long |
getHeight()
Get 视频高度,单位:px,默认值为720。支持的视频分辨率最大为1920*1080。
|
Long |
getWidth()
Get 视频宽度,单位:px,默认值为1280。
|
void |
setBitrate(Long Bitrate)
Set 视频码率,单位:kbps,默认值为2500。最大值为10000 kbps。
|
void |
setFrameRate(Float FrameRate)
Set 视频帧率,单位:Hz,默认值为25。最大值为60。
|
void |
setHeight(Long Height)
Set 视频高度,单位:px,默认值为720。支持的视频分辨率最大为1920*1080。
|
void |
setWidth(Long Width)
Set 视频宽度,单位:px,默认值为1280。
|
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, toJsonString
public MediaCastVideoSetting()
public MediaCastVideoSetting(MediaCastVideoSetting source)
public Long getWidth()
public void setWidth(Long Width)
Width
- 视频宽度,单位:px,默认值为1280。public Long getHeight()
public void setHeight(Long Height)
Height
- 视频高度,单位:px,默认值为720。支持的视频分辨率最大为1920*1080。public Long getBitrate()
public void setBitrate(Long Bitrate)
Bitrate
- 视频码率,单位:kbps,默认值为2500。最大值为10000 kbps。public Float getFrameRate()
public void setFrameRate(Float FrameRate)
FrameRate
- 视频帧率,单位:Hz,默认值为25。最大值为60。Copyright © 2025. All rights reserved.