public class BitRateInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| BitRateInfo() | 
| BitRateInfo(BitRateInfo 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 | 
|---|---|
| Float | getBitrate()Get 码率,单位:kbps | 
| String | getChannelId()Get 通道Id | 
| void | setBitrate(Float Bitrate)Set 码率,单位:kbps | 
| void | setChannelId(String ChannelId)Set 通道Id | 
| 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 BitRateInfo()
public BitRateInfo(BitRateInfo source)
public String getChannelId()
public void setChannelId(String ChannelId)
ChannelId - 通道Idpublic Float getBitrate()
public void setBitrate(Float Bitrate)
Bitrate - 码率,单位:kbpsCopyright © 2025. All rights reserved.