Class SwitcherPgmOutputConfig
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cme.v20191029.models.SwitcherPgmOutputConfig
-
public class SwitcherPgmOutputConfig extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetBitRate()Get 导播台输出码率, 单位:bit/s。LonggetFps()Get 导播台输出帧率,单位:帧/秒LonggetHeight()Get 导播台输出高,单位:像素。LonggetTemplateId()Get 导播台输出模板 ID,可取值: 10001:分辨率为1080 P; 10002:分辨率为720 P; 10003:分辨率为480 P。LonggetWidth()Get 导播台输出宽,单位:像素。voidsetBitRate(Long BitRate)Set 导播台输出码率, 单位:bit/s。voidsetFps(Long Fps)Set 导播台输出帧率,单位:帧/秒voidsetHeight(Long Height)Set 导播台输出高,单位:像素。voidsetTemplateId(Long TemplateId)Set 导播台输出模板 ID,可取值: 10001:分辨率为1080 P; 10002:分辨率为720 P; 10003:分辨率为480 P。voidsetWidth(Long Width)Set 导播台输出宽,单位:像素。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
SwitcherPgmOutputConfig
public SwitcherPgmOutputConfig()
-
SwitcherPgmOutputConfig
public 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.
-
-
Method Detail
-
getTemplateId
public Long getTemplateId()
Get 导播台输出模板 ID,可取值:- 10001:分辨率为1080 P;
- 10002:分辨率为720 P;
- 10003:分辨率为480 P。
- Returns:
- TemplateId 导播台输出模板 ID,可取值:
- 10001:分辨率为1080 P;
- 10002:分辨率为720 P;
- 10003:分辨率为480 P。
-
setTemplateId
public void setTemplateId(Long TemplateId)
Set 导播台输出模板 ID,可取值:- 10001:分辨率为1080 P;
- 10002:分辨率为720 P;
- 10003:分辨率为480 P。
- Parameters:
TemplateId- 导播台输出模板 ID,可取值:- 10001:分辨率为1080 P;
- 10002:分辨率为720 P;
- 10003:分辨率为480 P。
-
getWidth
public Long getWidth()
Get 导播台输出宽,单位:像素。- Returns:
- Width 导播台输出宽,单位:像素。
-
setWidth
public void setWidth(Long Width)
Set 导播台输出宽,单位:像素。- Parameters:
Width- 导播台输出宽,单位:像素。
-
getHeight
public Long getHeight()
Get 导播台输出高,单位:像素。- Returns:
- Height 导播台输出高,单位:像素。
-
setHeight
public void setHeight(Long Height)
Set 导播台输出高,单位:像素。- Parameters:
Height- 导播台输出高,单位:像素。
-
getFps
public Long getFps()
Get 导播台输出帧率,单位:帧/秒- Returns:
- Fps 导播台输出帧率,单位:帧/秒
-
setFps
public void setFps(Long Fps)
Set 导播台输出帧率,单位:帧/秒- Parameters:
Fps- 导播台输出帧率,单位:帧/秒
-
getBitRate
public Long getBitRate()
Get 导播台输出码率, 单位:bit/s。- Returns:
- BitRate 导播台输出码率, 单位:bit/s。
-
setBitRate
public void setBitRate(Long BitRate)
Set 导播台输出码率, 单位:bit/s。- Parameters:
BitRate- 导播台输出码率, 单位:bit/s。
-
-