Class FlowVideo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.mps.v20190612.models.FlowVideo
-
public class FlowVideo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Long
getFps()
Get 帧率。Long
getPid()
Get 音频Pid。Long
getRate()
Get 码率,单位是bps。void
setFps(Long Fps)
Set 帧率。void
setPid(Long Pid)
Set 音频Pid。void
setRate(Long Rate)
Set 码率,单位是bps。void
toMap(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
-
FlowVideo
public FlowVideo()
-
FlowVideo
public FlowVideo(FlowVideo 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。
-
-