public class AdditionalRateSetting extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
AdditionalRateSetting()  | 
AdditionalRateSetting(AdditionalRateSetting 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 | 
getBufferSize()
Get Cache configuration supports configuring a Max Bitrate value of 1-4 times. 
 | 
Long | 
getQualityLevel()
Get VBR scene is valid, video quality level, only supports user input numbers between 1-51. 
 | 
Long | 
getVideoMaxBitrate()
Get The maximum bit rate in a VBR scenario must be a multiple of 1000 and between 50000 - 40000000. 
 | 
void | 
setBufferSize(Long BufferSize)
Set Cache configuration supports configuring a Max Bitrate value of 1-4 times. 
 | 
void | 
setQualityLevel(Long QualityLevel)
Set VBR scene is valid, video quality level, only supports user input numbers between 1-51. 
 | 
void | 
setVideoMaxBitrate(Long VideoMaxBitrate)
Set The maximum bit rate in a VBR scenario must be a multiple of 1000 and between 50000 - 40000000. 
 | 
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 AdditionalRateSetting()
public AdditionalRateSetting(AdditionalRateSetting source)
public Long getVideoMaxBitrate()
public void setVideoMaxBitrate(Long VideoMaxBitrate)
VideoMaxBitrate - The maximum bit rate in a VBR scenario must be a multiple of 1000 and between 50000 - 40000000.public Long getBufferSize()
public void setBufferSize(Long BufferSize)
BufferSize - Cache configuration supports configuring a Max Bitrate value of 1-4 times.public Long getQualityLevel()
public void setQualityLevel(Long QualityLevel)
QualityLevel - VBR scene is valid, video quality level, only supports user input numbers between 1-51.Copyright © 2025. All rights reserved.