public class ModifyApplicationProjectRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
ModifyApplicationProjectRequest() |
ModifyApplicationProjectRequest(ModifyApplicationProjectRequest 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.
|
String |
getBackgroundImageCOSFileId()
Get ID of the background image COS file.
|
String |
getDescription()
Get Cloud application project description.
|
String[] |
getDisableVideoCodecs()
Get Disabled code list.
|
Long |
getFPS()
Get Frame rate.
|
Boolean |
getIsPreload()
Get Whether to Enable Pre-launch.
|
Long |
getMaxBitrate()
Get Maximum bitrate, in Mbps.
|
Long |
getMinBitrate()
Get Minimum bitrate, in Mbps.
|
String |
getName()
Get Project name.
|
String |
getPreloadDuration()
Get Waiting time for pre-launch.
|
String |
getProjectId()
Get Project ID returned by cloud.
|
String |
getReconnectTimeout()
Get Waiting time for reconnection.
|
String |
getResolution()
Get Resolution, in the format of widthxheight, such as 1920x1080.
|
String |
getType()
Get Concurrency type required for project operation.
|
String |
getUpstreamAudioOption()
Get Upstream audio options.DisableMixIntoStreamPush: not mixing upstream audio in streaming.
|
VideoEncodeConfig |
getVideoEncodeConfig()
Get Video encoding configuration.
|
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.
|
void |
setApplicationParams(String ApplicationParams)
Set Application startup parameters.
|
void |
setBackgroundImageCOSFileId(String BackgroundImageCOSFileId)
Set ID of the background image COS file.
|
void |
setDescription(String Description)
Set Cloud application project description.
|
void |
setDisableVideoCodecs(String[] DisableVideoCodecs)
Set Disabled code list.
|
void |
setFPS(Long FPS)
Set Frame rate.
|
void |
setIsPreload(Boolean IsPreload)
Set Whether to Enable Pre-launch.
|
void |
setMaxBitrate(Long MaxBitrate)
Set Maximum bitrate, in Mbps.
|
void |
setMinBitrate(Long MinBitrate)
Set Minimum bitrate, in Mbps.
|
void |
setName(String Name)
Set Project name.
|
void |
setPreloadDuration(String PreloadDuration)
Set Waiting time for pre-launch.
|
void |
setProjectId(String ProjectId)
Set Project ID returned by cloud.
|
void |
setReconnectTimeout(String ReconnectTimeout)
Set Waiting time for reconnection.
|
void |
setResolution(String Resolution)
Set Resolution, in the format of widthxheight, such as 1920x1080.
|
void |
setType(String Type)
Set Concurrency type required for project operation.
|
void |
setUpstreamAudioOption(String UpstreamAudioOption)
Set Upstream audio options.DisableMixIntoStreamPush: not mixing upstream audio in streaming.
|
void |
setVideoEncodeConfig(VideoEncodeConfig VideoEncodeConfig)
Set Video encoding configuration.
|
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.
|
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 ModifyApplicationProjectRequest()
public ModifyApplicationProjectRequest(ModifyApplicationProjectRequest source)
public String getProjectId()
public void setProjectId(String ProjectId)
ProjectId
- Project ID returned by cloud.public String getName()
public void setName(String Name)
Name
- Project name.public String getType()
public void setType(String Type)
Type
- Concurrency type required for project operation.public Boolean getIsPreload()
public void setIsPreload(Boolean IsPreload)
IsPreload
- Whether to Enable Pre-launch.public String getApplicationParams()
public void setApplicationParams(String ApplicationParams)
ApplicationParams
- Application startup parameters.public String getDescription()
public void setDescription(String Description)
Description
- Cloud application project description.public String getResolution()
public void setResolution(String Resolution)
Resolution
- Resolution, in the format of widthxheight, such as 1920x1080.public Long getFPS()
public void setFPS(Long FPS)
FPS
- Frame rate.public String getPreloadDuration()
public void setPreloadDuration(String PreloadDuration)
PreloadDuration
- Waiting time for pre-launch.public String getReconnectTimeout()
public void setReconnectTimeout(String ReconnectTimeout)
ReconnectTimeout
- Waiting time for reconnection.public Long getMinBitrate()
public void setMinBitrate(Long MinBitrate)
MinBitrate
- Minimum bitrate, in Mbps.public Long getMaxBitrate()
public void setMaxBitrate(Long MaxBitrate)
MaxBitrate
- Maximum bitrate, in Mbps.public String getUpstreamAudioOption()
public void setUpstreamAudioOption(String UpstreamAudioOption)
UpstreamAudioOption
- Upstream audio options.DisableMixIntoStreamPush: not mixing upstream audio in streaming.public VideoEncodeConfig getVideoEncodeConfig()
public void setVideoEncodeConfig(VideoEncodeConfig VideoEncodeConfig)
VideoEncodeConfig
- Video encoding configuration.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.public String getBackgroundImageCOSFileId()
public void setBackgroundImageCOSFileId(String BackgroundImageCOSFileId)
BackgroundImageCOSFileId
- ID of the background image COS file.public String[] getDisableVideoCodecs()
public void setDisableVideoCodecs(String[] DisableVideoCodecs)
DisableVideoCodecs
- Disabled code list.Copyright © 2024. All rights reserved.