Class VodAudioStreamItem
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ticm.v20181127.models.VodAudioStreamItem
-
public class VodAudioStreamItem extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description VodAudioStreamItem()VodAudioStreamItem(VodAudioStreamItem 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。 注意:此字段可能返回 null,表示取不到有效值。StringgetCodec()Get 音频流的编码格式,例如 aac。 注意:此字段可能返回 null,表示取不到有效值。LonggetSamplingRate()Get 音频流的采样率,单位:hz。 注意:此字段可能返回 null,表示取不到有效值。voidsetBitrate(Long Bitrate)Set 音频流的码率,单位:bps。 注意:此字段可能返回 null,表示取不到有效值。voidsetCodec(String Codec)Set 音频流的编码格式,例如 aac。 注意:此字段可能返回 null,表示取不到有效值。voidsetSamplingRate(Long SamplingRate)Set 音频流的采样率,单位:hz。 注意:此字段可能返回 null,表示取不到有效值。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
-
VodAudioStreamItem
public VodAudioStreamItem()
-
VodAudioStreamItem
public VodAudioStreamItem(VodAudioStreamItem 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。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Bitrate 音频流的码率,单位:bps。 注意:此字段可能返回 null,表示取不到有效值。
-
setBitrate
public void setBitrate(Long Bitrate)
Set 音频流的码率,单位:bps。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Bitrate- 音频流的码率,单位:bps。 注意:此字段可能返回 null,表示取不到有效值。
-
getSamplingRate
public Long getSamplingRate()
Get 音频流的采样率,单位:hz。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- SamplingRate 音频流的采样率,单位:hz。 注意:此字段可能返回 null,表示取不到有效值。
-
setSamplingRate
public void setSamplingRate(Long SamplingRate)
Set 音频流的采样率,单位:hz。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
SamplingRate- 音频流的采样率,单位:hz。 注意:此字段可能返回 null,表示取不到有效值。
-
getCodec
public String getCodec()
Get 音频流的编码格式,例如 aac。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Codec 音频流的编码格式,例如 aac。 注意:此字段可能返回 null,表示取不到有效值。
-
setCodec
public void setCodec(String Codec)
Set 音频流的编码格式,例如 aac。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Codec- 音频流的编码格式,例如 aac。 注意:此字段可能返回 null,表示取不到有效值。
-
-