public class CommonMixControlParams extends AbstractModel
Constructor and Description |
---|
CommonMixControlParams() |
Modifier and Type | Method and Description |
---|---|
Long |
getAllowCopy()
Get Value range: [0,1].
|
Long |
getUseMixCropCenter()
Get Value range: [0,1].
|
void |
setAllowCopy(Long AllowCopy)
Set Value range: [0,1].
|
void |
setUseMixCropCenter(Long UseMixCropCenter)
Set Value range: [0,1].
|
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 Long getUseMixCropCenter()
public void setUseMixCropCenter(Long UseMixCropCenter)
UseMixCropCenter
- Value range: [0,1].
If 1 is entered, when the layer resolution in the parameter is different from the actual video resolution, the video will be automatically cropped according to the resolution set by the layer.public Long getAllowCopy()
public void setAllowCopy(Long AllowCopy)
AllowCopy
- Value range: [0,1].
If this parameter is set to 1, when both `InputStreamList` and `OutputParams.OutputStreamType` are set to 1, you can copy a stream instead of canceling it.Copyright © 2021. All rights reserved.