public class StreamAudioInfo extends AbstractModel
Constructor and Description |
---|
StreamAudioInfo() |
StreamAudioInfo(StreamAudioInfo 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 |
---|---|
String |
getCodec()
Get Audio codec.
|
Long |
getFps()
Get Audio frame rate.
|
Long |
getPid()
Get Audio `Pid`.
|
Long |
getRate()
Get Audio bitrate.
|
Long |
getSampleRate()
Get Audio sample rate.
|
void |
setCodec(String Codec)
Set Audio codec.
|
void |
setFps(Long Fps)
Set Audio frame rate.
|
void |
setPid(Long Pid)
Set Audio `Pid`.
|
void |
setRate(Long Rate)
Set Audio bitrate.
|
void |
setSampleRate(Long SampleRate)
Set Audio sample rate.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public StreamAudioInfo()
public StreamAudioInfo(StreamAudioInfo source)
public Long getPid()
public void setPid(Long Pid)
Pid
- Audio `Pid`.
Note: this field may return null, indicating that no valid values can be obtained.public String getCodec()
public void setCodec(String Codec)
Codec
- Audio codec.
Note: this field may return null, indicating that no valid values can be obtained.public Long getFps()
public void setFps(Long Fps)
Fps
- Audio frame rate.
Note: this field may return null, indicating that no valid values can be obtained.public Long getRate()
public void setRate(Long Rate)
Rate
- Audio bitrate.
Note: this field may return null, indicating that no valid values can be obtained.public Long getSampleRate()
public void setSampleRate(Long SampleRate)
SampleRate
- Audio sample rate.
Note: this field may return null, indicating that no valid values can be obtained.Copyright © 2023. All rights reserved.