public class DescribeApplicationProjectAdvancedConfigResponse extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeApplicationProjectAdvancedConfigResponse() |
DescribeApplicationProjectAdvancedConfigResponse(DescribeApplicationProjectAdvancedConfigResponse 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 |
getApplicationParams()
Get Application startup parameters.
|
BackgroundImage |
getBackgroundImage()
Get Background image information.Note: This field may return null, indicating that no valid values can be obtained.
|
String[] |
getDisableVideoCodecs()
Get Disabled code list.Note: This field may return null, indicating that no valid values can be obtained.
|
Long |
getFPS()
Get Frame rate.
|
Long |
getMaxBitrate()
Get Maximum bitrate, in Mbps.Note: This field may return null, indicating that no valid values can be obtained.
|
Long |
getMinBitrate()
Get Minimum bitrate, in Mbps.Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getPreloadDuration()
Get Waiting time for application pre-launch.Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getReconnectTimeout()
Get Waiting time for reconnection.Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getRequestId()
Get The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId).
|
String |
getResolution()
Get Resolution, in the format of widthxheight, such as 1920x1080.Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getUpstreamAudioOption()
Get Upstream audio options.DisableMixIntoStreamPush: not mixing upstream audio in streaming.Note: This field may return null, indicating that no valid values can be obtained.
|
VideoEncodeConfig |
getVideoEncodeConfig()
Get Video encoding configuration.Note: This field may return null, indicating that no valid values can be obtained.
|
Long |
getXRMaxWidth()
Get Upper limit of the XR application resolution.If the project concurrency type is L or L2, the upper limit is 5000; if the project concurrency type is XL2, the upper limit is 6000.Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setApplicationParams(String ApplicationParams)
Set Application startup parameters.
|
void |
setBackgroundImage(BackgroundImage BackgroundImage)
Set Background image information.Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setDisableVideoCodecs(String[] DisableVideoCodecs)
Set Disabled code list.Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setFPS(Long FPS)
Set Frame rate.
|
void |
setMaxBitrate(Long MaxBitrate)
Set Maximum bitrate, in Mbps.Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setMinBitrate(Long MinBitrate)
Set Minimum bitrate, in Mbps.Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setPreloadDuration(String PreloadDuration)
Set Waiting time for application pre-launch.Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setReconnectTimeout(String ReconnectTimeout)
Set Waiting time for reconnection.Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setRequestId(String RequestId)
Set The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId).
|
void |
setResolution(String Resolution)
Set Resolution, in the format of widthxheight, such as 1920x1080.Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setUpstreamAudioOption(String UpstreamAudioOption)
Set Upstream audio options.DisableMixIntoStreamPush: not mixing upstream audio in streaming.Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setVideoEncodeConfig(VideoEncodeConfig VideoEncodeConfig)
Set Video encoding configuration.Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setXRMaxWidth(Long XRMaxWidth)
Set Upper limit of the XR application resolution.If the project concurrency type is L or L2, the upper limit is 5000; if the project concurrency type is XL2, the upper limit is 6000.Note: This field may return null, indicating that no valid values can be obtained.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeApplicationProjectAdvancedConfigResponse()
public DescribeApplicationProjectAdvancedConfigResponse(DescribeApplicationProjectAdvancedConfigResponse source)
public String getApplicationParams()
public void setApplicationParams(String ApplicationParams)
ApplicationParams
- Application startup parameters.
Note: This field may return null, indicating that no valid values can be obtained.public String getResolution()
public void setResolution(String Resolution)
Resolution
- Resolution, in the format of widthxheight, such as 1920x1080.Note: This field may return null, indicating that no valid values can be obtained.public Long getFPS()
public void setFPS(Long FPS)
FPS
- Frame rate. Valid values: 0, 30, 60.Note: This field may return null, indicating that no valid values can be obtained.public Long getMinBitrate()
public void setMinBitrate(Long MinBitrate)
MinBitrate
- Minimum bitrate, in Mbps.Note: This field may return null, indicating that no valid values can be obtained.public Long getMaxBitrate()
public void setMaxBitrate(Long MaxBitrate)
MaxBitrate
- Maximum bitrate, in Mbps.Note: This field may return null, indicating that no valid values can be obtained.public String getPreloadDuration()
public void setPreloadDuration(String PreloadDuration)
PreloadDuration
- Waiting time for application pre-launch.Note: This field may return null, indicating that no valid values can be obtained.public String getReconnectTimeout()
public void setReconnectTimeout(String ReconnectTimeout)
ReconnectTimeout
- Waiting time for reconnection.Note: This field may return null, indicating that no valid values can be obtained.public String getUpstreamAudioOption()
public void setUpstreamAudioOption(String UpstreamAudioOption)
UpstreamAudioOption
- Upstream audio options.DisableMixIntoStreamPush: not mixing upstream audio in streaming.Note: This field may return null, indicating that no valid values can be obtained.public VideoEncodeConfig getVideoEncodeConfig()
public void setVideoEncodeConfig(VideoEncodeConfig VideoEncodeConfig)
VideoEncodeConfig
- Video encoding configuration.Note: This field may return null, indicating that no valid values can be obtained.public Long getXRMaxWidth()
public void setXRMaxWidth(Long XRMaxWidth)
XRMaxWidth
- Upper limit of the XR application resolution.If the project concurrency type is L or L2, the upper limit is 5000; if the project concurrency type is XL2, the upper limit is 6000.Note: This field may return null, indicating that no valid values can be obtained.public BackgroundImage getBackgroundImage()
public void setBackgroundImage(BackgroundImage BackgroundImage)
BackgroundImage
- Background image information.Note: This field may return null, indicating that no valid values can be obtained.public String[] getDisableVideoCodecs()
public void setDisableVideoCodecs(String[] DisableVideoCodecs)
DisableVideoCodecs
- Disabled code list.Note: This field may return null, indicating that no valid values can be obtained.public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.Copyright © 2024. All rights reserved.