Class FlowMediaVideo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.mps.v20190612.models.FlowMediaVideo
-
public class FlowMediaVideo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description FlowMediaVideo()FlowMediaVideo(FlowMediaVideo 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 LonggetFps()Get 帧率。LonggetPid()Get 视频Pid。LonggetRate()Get 码率,单位是bps。StringgetSessionId()Get 标志同一次推流。voidsetFps(Long Fps)Set 帧率。voidsetPid(Long Pid)Set 视频Pid。voidsetRate(Long Rate)Set 码率,单位是bps。voidsetSessionId(String SessionId)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
-
FlowMediaVideo
public FlowMediaVideo()
-
FlowMediaVideo
public FlowMediaVideo(FlowMediaVideo 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
-
getFps
public Long getFps()
Get 帧率。- Returns:
- Fps 帧率。
-
setFps
public void setFps(Long Fps)
Set 帧率。- Parameters:
Fps- 帧率。
-
getRate
public Long getRate()
Get 码率,单位是bps。- Returns:
- Rate 码率,单位是bps。
-
setRate
public void setRate(Long Rate)
Set 码率,单位是bps。- Parameters:
Rate- 码率,单位是bps。
-
getPid
public Long getPid()
Get 视频Pid。- Returns:
- Pid 视频Pid。
-
setPid
public void setPid(Long Pid)
Set 视频Pid。- Parameters:
Pid- 视频Pid。
-
getSessionId
public String getSessionId()
Get 标志同一次推流。- Returns:
- SessionId 标志同一次推流。
-
setSessionId
public void setSessionId(String SessionId)
Set 标志同一次推流。- Parameters:
SessionId- 标志同一次推流。
-
-