Class CommonMixControlParams
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.live.v20180801.models.CommonMixControlParams
-
public class CommonMixControlParams extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetAllowCopy()Get 取值范围[0,1] 填1时,当InputStreamList中个数为1时,且OutputParams.OutputStreamType为1时,不执行取消操作,执行拷贝流操作LonggetPassInputSei()Get 取值范围[0,1] 填1时,透传原始流的seiLonggetUseMixCropCenter()Get 取值范围[0,1]。 填1时,当参数中图层分辨率参数与视频实际分辨率不一致时,自动从视频中按图层设置的分辨率比例进行裁剪。voidsetAllowCopy(Long AllowCopy)Set 取值范围[0,1] 填1时,当InputStreamList中个数为1时,且OutputParams.OutputStreamType为1时,不执行取消操作,执行拷贝流操作voidsetPassInputSei(Long PassInputSei)Set 取值范围[0,1] 填1时,透传原始流的seivoidsetUseMixCropCenter(Long UseMixCropCenter)Set 取值范围[0,1]。 填1时,当参数中图层分辨率参数与视频实际分辨率不一致时,自动从视频中按图层设置的分辨率比例进行裁剪。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
CommonMixControlParams
public CommonMixControlParams()
-
CommonMixControlParams
public 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.
-
-
Method Detail
-
getUseMixCropCenter
public Long getUseMixCropCenter()
Get 取值范围[0,1]。 填1时,当参数中图层分辨率参数与视频实际分辨率不一致时,自动从视频中按图层设置的分辨率比例进行裁剪。- Returns:
- UseMixCropCenter 取值范围[0,1]。 填1时,当参数中图层分辨率参数与视频实际分辨率不一致时,自动从视频中按图层设置的分辨率比例进行裁剪。
-
setUseMixCropCenter
public void setUseMixCropCenter(Long UseMixCropCenter)
Set 取值范围[0,1]。 填1时,当参数中图层分辨率参数与视频实际分辨率不一致时,自动从视频中按图层设置的分辨率比例进行裁剪。- Parameters:
UseMixCropCenter- 取值范围[0,1]。 填1时,当参数中图层分辨率参数与视频实际分辨率不一致时,自动从视频中按图层设置的分辨率比例进行裁剪。
-
getAllowCopy
public Long getAllowCopy()
Get 取值范围[0,1] 填1时,当InputStreamList中个数为1时,且OutputParams.OutputStreamType为1时,不执行取消操作,执行拷贝流操作- Returns:
- AllowCopy 取值范围[0,1] 填1时,当InputStreamList中个数为1时,且OutputParams.OutputStreamType为1时,不执行取消操作,执行拷贝流操作
-
setAllowCopy
public void setAllowCopy(Long AllowCopy)
Set 取值范围[0,1] 填1时,当InputStreamList中个数为1时,且OutputParams.OutputStreamType为1时,不执行取消操作,执行拷贝流操作- Parameters:
AllowCopy- 取值范围[0,1] 填1时,当InputStreamList中个数为1时,且OutputParams.OutputStreamType为1时,不执行取消操作,执行拷贝流操作
-
getPassInputSei
public Long getPassInputSei()
Get 取值范围[0,1] 填1时,透传原始流的sei- Returns:
- PassInputSei 取值范围[0,1] 填1时,透传原始流的sei
-
setPassInputSei
public void setPassInputSei(Long PassInputSei)
Set 取值范围[0,1] 填1时,透传原始流的sei- Parameters:
PassInputSei- 取值范围[0,1] 填1时,透传原始流的sei
-
-