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