Class AudioStreamInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cme.v20191029.models.AudioStreamInfo
-
public class AudioStreamInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description AudioStreamInfo()AudioStreamInfo(AudioStreamInfo 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 LonggetBitrate()Get 码率,单位:bps。StringgetCodec()Get 编码格式。LonggetSamplingRate()Get 采样率,单位:hz。voidsetBitrate(Long Bitrate)Set 码率,单位:bps。voidsetCodec(String Codec)Set 编码格式。voidsetSamplingRate(Long SamplingRate)Set 采样率,单位:hz。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
-
AudioStreamInfo
public AudioStreamInfo()
-
AudioStreamInfo
public AudioStreamInfo(AudioStreamInfo 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
-
getBitrate
public Long getBitrate()
Get 码率,单位:bps。- Returns:
- Bitrate 码率,单位:bps。
-
setBitrate
public void setBitrate(Long Bitrate)
Set 码率,单位:bps。- Parameters:
Bitrate- 码率,单位:bps。
-
getSamplingRate
public Long getSamplingRate()
Get 采样率,单位:hz。- Returns:
- SamplingRate 采样率,单位:hz。
-
setSamplingRate
public void setSamplingRate(Long SamplingRate)
Set 采样率,单位:hz。- Parameters:
SamplingRate- 采样率,单位:hz。
-
getCodec
public String getCodec()
Get 编码格式。- Returns:
- Codec 编码格式。
-
setCodec
public void setCodec(String Codec)
Set 编码格式。- Parameters:
Codec- 编码格式。
-
-