public class CommonMixControlParams extends AbstractModel
Constructor and Description |
---|
CommonMixControlParams() |
CommonMixControlParams(CommonMixControlParams 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 |
getAllowCopy()
Get Value range: [0,1].
|
Long |
getPassInputSei()
Get Valid values: 0, 1
If you set this parameter to 1, SEI (Supplemental Enhanced Information) of the input streams will be passed through.
|
Long |
getUseMixCropCenter()
Get Value range: [0,1].
|
void |
setAllowCopy(Long AllowCopy)
Set Value range: [0,1].
|
void |
setPassInputSei(Long PassInputSei)
Set Valid values: 0, 1
If you set this parameter to 1, SEI (Supplemental Enhanced Information) of the input streams will be passed through.
|
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 CommonMixControlParams()
public CommonMixControlParams(CommonMixControlParams source)
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.public Long getPassInputSei()
public void setPassInputSei(Long PassInputSei)
PassInputSei
- Valid values: 0, 1
If you set this parameter to 1, SEI (Supplemental Enhanced Information) of the input streams will be passed through.Copyright © 2021. All rights reserved.