public class SwitcherPgmOutputConfig extends AbstractModel
Constructor and Description |
---|
SwitcherPgmOutputConfig() |
SwitcherPgmOutputConfig(SwitcherPgmOutputConfig 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 导播台输出码率, 单位:bit/s。
|
Long |
getFps()
Get 导播台输出帧率,单位:帧/秒
|
Long |
getHeight()
Get 导播台输出高,单位:像素。
|
Long |
getTemplateId()
Get 导播台输出模板 ID,可取值:
10001:分辨率为1080 P;
10002:分辨率为720 P;
10003:分辨率为480 P。
|
Long |
getWidth()
Get 导播台输出宽,单位:像素。
|
void |
setBitRate(Long BitRate)
Set 导播台输出码率, 单位:bit/s。
|
void |
setFps(Long Fps)
Set 导播台输出帧率,单位:帧/秒
|
void |
setHeight(Long Height)
Set 导播台输出高,单位:像素。
|
void |
setTemplateId(Long TemplateId)
Set 导播台输出模板 ID,可取值:
10001:分辨率为1080 P;
10002:分辨率为720 P;
10003:分辨率为480 P。
|
void |
setWidth(Long Width)
Set 导播台输出宽,单位:像素。
|
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 SwitcherPgmOutputConfig()
public SwitcherPgmOutputConfig(SwitcherPgmOutputConfig source)
public Long getTemplateId()
public void setTemplateId(Long TemplateId)
TemplateId
- 导播台输出模板 ID,可取值:
public Long getWidth()
public void setWidth(Long Width)
Width
- 导播台输出宽,单位:像素。public Long getHeight()
public void setHeight(Long Height)
Height
- 导播台输出高,单位:像素。public Long getFps()
public void setFps(Long Fps)
Fps
- 导播台输出帧率,单位:帧/秒public Long getBitRate()
public void setBitRate(Long BitRate)
BitRate
- 导播台输出码率, 单位:bit/s。Copyright © 2021. All rights reserved.