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 The frame rate.
|
Long |
getPid()
Get The video PID.
|
Long |
getRate()
Get The bitrate (bps).
|
String |
getSessionId()
Get The ID of a push session.
|
void |
setFps(Long Fps)
Set The frame rate.
|
void |
setPid(Long Pid)
Set The video PID.
|
void |
setRate(Long Rate)
Set The bitrate (bps).
|
void |
setSessionId(String SessionId)
Set The ID of a push session.
|
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
- The frame rate.public Long getRate()
public void setRate(Long Rate)
Rate
- The bitrate (bps).public Long getPid()
public void setPid(Long Pid)
Pid
- The video PID.public String getSessionId()
public void setSessionId(String SessionId)
SessionId
- The ID of a push session.Copyright © 2023. All rights reserved.