| Package | Description |
|---|---|
| com.huaweicloud.sdk.cloudrtc.v2.model |
| Modifier and Type | Method and Description |
|---|---|
MixLayoutPane |
MixLayoutPane.withCropMode(MixLayoutPane.CropModeEnum cropMode) |
MixLayoutPane |
MixLayoutPane.withHeight(Float height) |
MixLayoutPane |
MixLayoutPane.withId(Integer id) |
MixLayoutPane |
MixLayoutPane.withUserId(String userId) |
MixLayoutPane |
MixLayoutPane.withVideoType(MixLayoutPane.VideoTypeEnum videoType) |
MixLayoutPane |
MixLayoutPane.withWidth(Float width) |
MixLayoutPane |
MixLayoutPane.withX(Float x) |
MixLayoutPane |
MixLayoutPane.withY(Float y) |
MixLayoutPane |
MixLayoutPane.withZorder(Integer zorder) |
| Modifier and Type | Method and Description |
|---|---|
List<MixLayoutPane> |
UpdateMixParam.getLayoutPanes()
需要混流的视频列表。若不需要视频混流,则可不传递该参数。
|
List<MixLayoutPane> |
MixParam.getLayoutPanes()
需要混流的视频列表。若不需要混流视频,则可不传递该参数。 nine_grids_view模板不需要填写本字段。
|
| Modifier and Type | Method and Description |
|---|---|
UpdateMixParam |
UpdateMixParam.addLayoutPanesItem(MixLayoutPane layoutPanesItem) |
MixParam |
MixParam.addLayoutPanesItem(MixLayoutPane layoutPanesItem) |
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateMixParam.setLayoutPanes(List<MixLayoutPane> layoutPanes) |
void |
MixParam.setLayoutPanes(List<MixLayoutPane> layoutPanes) |
UpdateMixParam |
UpdateMixParam.withLayoutPanes(java.util.function.Consumer<List<MixLayoutPane>> layoutPanesSetter) |
MixParam |
MixParam.withLayoutPanes(java.util.function.Consumer<List<MixLayoutPane>> layoutPanesSetter) |
UpdateMixParam |
UpdateMixParam.withLayoutPanes(List<MixLayoutPane> layoutPanes) |
MixParam |
MixParam.withLayoutPanes(List<MixLayoutPane> layoutPanes) |
Copyright © 2021. All rights reserved.