public class FlowRealtimeStatusRTMP extends AbstractModel
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 The audio frame rate. | 
| Long | getVideoFPS()Get The video frame rate. | 
| void | setAudioFPS(Long AudioFPS)Set The audio frame rate. | 
| void | setVideoFPS(Long VideoFPS)Set The video frame rate. | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic FlowRealtimeStatusRTMP()
public FlowRealtimeStatusRTMP(FlowRealtimeStatusRTMP source)
public Long getVideoFPS()
public void setVideoFPS(Long VideoFPS)
VideoFPS - The video frame rate.public Long getAudioFPS()
public void setAudioFPS(Long AudioFPS)
AudioFPS - The audio frame rate.Copyright © 2023. All rights reserved.