public class FlowRealtimeStatusRTMP extends AbstractModel
header, skipSign
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, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, 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 © 2024. All rights reserved.