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 The frame rate. | 
| Long | getPid()Get The audio PID. | 
| Long | getRate()Get The bitrate (bps). | 
| String | getSessionId()Get The ID of a push session. | 
| void | setFps(Long Fps)Set The frame rate. | 
| void | setPid(Long Pid)Set The audio PID. | 
| void | setRate(Long Rate)Set The bitrate (bps). | 
| void | setSessionId(String SessionId)Set The ID of a push session. | 
| 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 - The frame rate.public Long getRate()
public void setRate(Long Rate)
Rate - The bitrate (bps).public Long getPid()
public void setPid(Long Pid)
Pid - The audio PID.public String getSessionId()
public void setSessionId(String SessionId)
SessionId - The ID of a push session.Copyright © 2025. All rights reserved.