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