Class FlowRealtimeStatusRTMP
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.mps.v20190612.models.FlowRealtimeStatusRTMP
-
public class FlowRealtimeStatusRTMP extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetAudioFPS()Get 音频帧率。LonggetVideoFPS()Get 视频帧率。voidsetAudioFPS(Long AudioFPS)Set 音频帧率。voidsetVideoFPS(Long VideoFPS)Set 视频帧率。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
FlowRealtimeStatusRTMP
public FlowRealtimeStatusRTMP()
-
FlowRealtimeStatusRTMP
public 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.
-
-
Method Detail
-
getVideoFPS
public Long getVideoFPS()
Get 视频帧率。- Returns:
- VideoFPS 视频帧率。
-
setVideoFPS
public void setVideoFPS(Long VideoFPS)
Set 视频帧率。- Parameters:
VideoFPS- 视频帧率。
-
getAudioFPS
public Long getAudioFPS()
Get 音频帧率。- Returns:
- AudioFPS 音频帧率。
-
setAudioFPS
public void setAudioFPS(Long AudioFPS)
Set 音频帧率。- Parameters:
AudioFPS- 音频帧率。
-
-