public class FlowMediaAudio extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| FlowMediaAudio() | 
| FlowMediaAudio(FlowMediaAudio 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 帧率。 | 
| Long | getPid()Get 音频Pid。 | 
| Long | getRate()Get 码率,单位是bps。 | 
| String | getSessionId()Get 标志同一次推流。 | 
| void | setFps(Long Fps)Set 帧率。 | 
| void | setPid(Long Pid)Set 音频Pid。 | 
| void | setRate(Long Rate)Set 码率,单位是bps。 | 
| void | setSessionId(String SessionId)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, toJsonStringpublic FlowMediaAudio()
public FlowMediaAudio(FlowMediaAudio source)
public Long getFps()
public void setFps(Long Fps)
Fps - 帧率。public Long getRate()
public void setRate(Long Rate)
Rate - 码率,单位是bps。public Long getPid()
public void setPid(Long Pid)
Pid - 音频Pid。public String getSessionId()
public void setSessionId(String SessionId)
SessionId - 标志同一次推流。Copyright © 2025. All rights reserved.