public class CommonMixInputParam extends AbstractModel
header, skipSign| 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 输入流裁剪参数。 | 
| String | getInputStreamName()Get 输入流名称。80字节以内,仅含字母、数字以及下划线的字符串。
当LayoutParams.InputType=0(音视频)/4(纯音频)/5(纯视频)时,该值为需要混流的流名称。
当LayoutParams.InputType=2(图片)/3(画布)时,该值仅用作标识输入,可用类似Canvas1、Pictrue1的名称。 | 
| CommonMixLayoutParams | getLayoutParams()Get 输入流布局参数。 | 
| MixPortraitSegmentParams | getPortraitSegmentParams()Get 抠图参数。 | 
| void | setCropParams(CommonMixCropParams CropParams)Set 输入流裁剪参数。 | 
| void | setInputStreamName(String InputStreamName)Set 输入流名称。80字节以内,仅含字母、数字以及下划线的字符串。
当LayoutParams.InputType=0(音视频)/4(纯音频)/5(纯视频)时,该值为需要混流的流名称。
当LayoutParams.InputType=2(图片)/3(画布)时,该值仅用作标识输入,可用类似Canvas1、Pictrue1的名称。 | 
| void | setLayoutParams(CommonMixLayoutParams LayoutParams)Set 输入流布局参数。 | 
| void | setPortraitSegmentParams(MixPortraitSegmentParams PortraitSegmentParams)Set 抠图参数。 | 
| 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, toJsonStringpublic CommonMixInputParam()
public CommonMixInputParam(CommonMixInputParam source)
public String getInputStreamName()
public void setInputStreamName(String InputStreamName)
InputStreamName - 输入流名称。80字节以内,仅含字母、数字以及下划线的字符串。
当LayoutParams.InputType=0(音视频)/4(纯音频)/5(纯视频)时,该值为需要混流的流名称。
当LayoutParams.InputType=2(图片)/3(画布)时,该值仅用作标识输入,可用类似Canvas1、Pictrue1的名称。public CommonMixLayoutParams getLayoutParams()
public void setLayoutParams(CommonMixLayoutParams LayoutParams)
LayoutParams - 输入流布局参数。public CommonMixCropParams getCropParams()
public void setCropParams(CommonMixCropParams CropParams)
CropParams - 输入流裁剪参数。public MixPortraitSegmentParams getPortraitSegmentParams()
public void setPortraitSegmentParams(MixPortraitSegmentParams PortraitSegmentParams)
PortraitSegmentParams - 抠图参数。Copyright © 2025. All rights reserved.