Class McuSeiParams
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.trtc.v20190722.models.McuSeiParams
-
public class McuSeiParams extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description McuSeiParams()
McuSeiParams(McuSeiParams 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 McuLayoutVolume
getLayoutVolume()
Get 音量布局SEIMcuPassThrough
getPassThrough()
Get 透传SEIvoid
setLayoutVolume(McuLayoutVolume LayoutVolume)
Set 音量布局SEIvoid
setPassThrough(McuPassThrough PassThrough)
Set 透传SEIvoid
toMap(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
-
McuSeiParams
public McuSeiParams()
-
McuSeiParams
public McuSeiParams(McuSeiParams 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
-
getLayoutVolume
public McuLayoutVolume getLayoutVolume()
Get 音量布局SEI- Returns:
- LayoutVolume 音量布局SEI
-
setLayoutVolume
public void setLayoutVolume(McuLayoutVolume LayoutVolume)
Set 音量布局SEI- Parameters:
LayoutVolume
- 音量布局SEI
-
getPassThrough
public McuPassThrough getPassThrough()
Get 透传SEI- Returns:
- PassThrough 透传SEI
-
setPassThrough
public void setPassThrough(McuPassThrough PassThrough)
Set 透传SEI- Parameters:
PassThrough
- 透传SEI
-
-