public class FlowMediaVideo extends AbstractModel
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
Long |
getFps()
Get 帧率。
|
Long |
getPid()
Get 视频Pid。
|
Long |
getRate()
Get 码率,单位是bps。
|
String |
getSessionId()
Get 标志同一次推流。
|
void |
setFps(Long Fps)
Set 帧率。
|
void |
setPid(Long Pid)
Set 视频Pid。
|
void |
setRate(Long Rate)
Set 码率,单位是bps。
|
void |
setSessionId(String SessionId)
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 FlowMediaVideo()
public FlowMediaVideo(FlowMediaVideo source)
public Long getFps()
public void setFps(Long Fps)
Fps
- 帧率。public Long getRate()
public void setRate(Long Rate)
Rate
- 码率,单位是bps。public Long getPid()
public void setPid(Long Pid)
Pid
- 视频Pid。public String getSessionId()
public void setSessionId(String SessionId)
SessionId
- 标志同一次推流。Copyright © 2023. All rights reserved.