public class FlowRealtimeStatusRTMP extends AbstractModel
Constructor and Description |
---|
FlowRealtimeStatusRTMP() |
FlowRealtimeStatusRTMP(FlowRealtimeStatusRTMP 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 |
getAudioFPS()
Get 音频帧率。
|
Long |
getVideoFPS()
Get 视频帧率。
|
void |
setAudioFPS(Long AudioFPS)
Set 音频帧率。
|
void |
setVideoFPS(Long VideoFPS)
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 FlowRealtimeStatusRTMP()
public FlowRealtimeStatusRTMP(FlowRealtimeStatusRTMP source)
public Long getVideoFPS()
public void setVideoFPS(Long VideoFPS)
VideoFPS
- 视频帧率。public Long getAudioFPS()
public void setAudioFPS(Long AudioFPS)
AudioFPS
- 音频帧率。Copyright © 2023. All rights reserved.