public class CommonMixInputParam extends AbstractModel
Constructor and Description |
---|
CommonMixInputParam() |
CommonMixInputParam(CommonMixInputParam 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 |
---|---|
CommonMixCropParams |
getCropParams()
Get Input stream crop parameter.
|
String |
getInputStreamName()
Get Input stream name, which can contain up to 80 bytes of letters, digits, and underscores.
|
CommonMixLayoutParams |
getLayoutParams()
Get Input stream layout parameter.
|
void |
setCropParams(CommonMixCropParams CropParams)
Set Input stream crop parameter.
|
void |
setInputStreamName(String InputStreamName)
Set Input stream name, which can contain up to 80 bytes of letters, digits, and underscores.
|
void |
setLayoutParams(CommonMixLayoutParams LayoutParams)
Set Input stream layout parameter.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public CommonMixInputParam()
public CommonMixInputParam(CommonMixInputParam source)
public String getInputStreamName()
public void setInputStreamName(String InputStreamName)
InputStreamName
- Input stream name, which can contain up to 80 bytes of letters, digits, and underscores.
The value should be the name of an input stream for stream mix when `LayoutParams.InputType` is set to `0` (audio and video), `4` (pure audio), or `5` (pure video).
The value can be a random name for identification, such as `Canvas1` or `Picture1`, when `LayoutParams.InputType` is set to `2` (image) or `3` (canvas).public CommonMixLayoutParams getLayoutParams()
public void setLayoutParams(CommonMixLayoutParams LayoutParams)
LayoutParams
- Input stream layout parameter.public CommonMixCropParams getCropParams()
public void setCropParams(CommonMixCropParams CropParams)
CropParams
- Input stream crop parameter.Copyright © 2023. All rights reserved.