public class CommonMixControlParams extends AbstractModel
header, skipSign
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 取值范围[0,1]
填1时,当InputStreamList中个数为1时,且OutputParams.OutputStreamType为1时,不执行取消操作,执行拷贝流操作
|
Long |
getPassInputSei()
Get 取值范围[0,1]
填1时,透传原始流的sei
|
Long |
getUseMixCropCenter()
Get 取值范围[0,1]。
填1时,当参数中图层分辨率参数与视频实际分辨率不一致时,自动从视频中按图层设置的分辨率比例进行裁剪。
|
Long |
getUsePictureTransparent()
Get 取值范围[0,1]
填1时,图片输入中的透明通道生效。
|
void |
setAllowCopy(Long AllowCopy)
Set 取值范围[0,1]
填1时,当InputStreamList中个数为1时,且OutputParams.OutputStreamType为1时,不执行取消操作,执行拷贝流操作
|
void |
setPassInputSei(Long PassInputSei)
Set 取值范围[0,1]
填1时,透传原始流的sei
|
void |
setUseMixCropCenter(Long UseMixCropCenter)
Set 取值范围[0,1]。
填1时,当参数中图层分辨率参数与视频实际分辨率不一致时,自动从视频中按图层设置的分辨率比例进行裁剪。
|
void |
setUsePictureTransparent(Long UsePictureTransparent)
Set 取值范围[0,1]
填1时,图片输入中的透明通道生效。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public CommonMixControlParams()
public CommonMixControlParams(CommonMixControlParams source)
public Long getUseMixCropCenter()
public void setUseMixCropCenter(Long UseMixCropCenter)
UseMixCropCenter
- 取值范围[0,1]。
填1时,当参数中图层分辨率参数与视频实际分辨率不一致时,自动从视频中按图层设置的分辨率比例进行裁剪。public Long getAllowCopy()
public void setAllowCopy(Long AllowCopy)
AllowCopy
- 取值范围[0,1]
填1时,当InputStreamList中个数为1时,且OutputParams.OutputStreamType为1时,不执行取消操作,执行拷贝流操作public Long getPassInputSei()
public void setPassInputSei(Long PassInputSei)
PassInputSei
- 取值范围[0,1]
填1时,透传原始流的seipublic Long getUsePictureTransparent()
public void setUsePictureTransparent(Long UsePictureTransparent)
UsePictureTransparent
- 取值范围[0,1]
填1时,图片输入中的透明通道生效。Copyright © 2024. All rights reserved.