| Package | Description |
|---|---|
| com.huaweicloud.sdk.cloudrtc.v2.model |
| Modifier and Type | Field and Description |
|---|---|
static MixLayoutPane.VideoTypeEnum |
MixLayoutPane.VideoTypeEnum.CAMERASTREAM
Enum CAMERASTREAM for value: "CAMERASTREAM"
|
static MixLayoutPane.VideoTypeEnum |
MixLayoutPane.VideoTypeEnum.SCREENSTREAM
Enum SCREENSTREAM for value: "SCREENSTREAM"
|
| Modifier and Type | Method and Description |
|---|---|
static MixLayoutPane.VideoTypeEnum |
MixLayoutPane.VideoTypeEnum.fromValue(String value) |
MixLayoutPane.VideoTypeEnum |
MixLayoutPane.getVideoType()
标识视频流的类型,可选摄像头流或者屏幕分享流。 - CAMERASTREAM:摄像头视频流 - SCREENSTREAM:屏幕分享视频流 默认为CAMERASTREAM。
|
static MixLayoutPane.VideoTypeEnum |
MixLayoutPane.VideoTypeEnum.valueOf(String value) |
| Modifier and Type | Method and Description |
|---|---|
void |
MixLayoutPane.setVideoType(MixLayoutPane.VideoTypeEnum videoType) |
MixLayoutPane |
MixLayoutPane.withVideoType(MixLayoutPane.VideoTypeEnum videoType) |
Copyright © 2021. All rights reserved.