public class ShowIndividualStreamJobResponse extends SdkResponse
| Modifier and Type | Class and Description |
|---|---|
static class |
ShowIndividualStreamJobResponse.SelectStreamTypeEnum
指定窗口拉取的分辨率档位。 - LD - SD - HD - FHD 缺省为FHD。
|
static class |
ShowIndividualStreamJobResponse.StateEnum
任务状态。 - INIT:任务正在初始化 - RUNNING:任务正在运行 - STOPPED:任务已停止
|
static class |
ShowIndividualStreamJobResponse.StopReasonEnum
任务结束原因
|
static class |
ShowIndividualStreamJobResponse.VideoTypeEnum
标识视频流的类型,可选摄像头流或者屏幕分享流,未填写表示不录制视频。 - CAMERASTREAM:摄像头视频流 - SCREENSTREAM:屏幕分享视频流 默认为CAMERASTREAM。
|
| Constructor and Description |
|---|
ShowIndividualStreamJobResponse() |
getHttpStatusCode, setHttpStatusCodepublic ShowIndividualStreamJobResponse withJobId(String jobId)
public String getJobId()
public void setJobId(String jobId)
public ShowIndividualStreamJobResponse withStreamName(String streamName)
public String getStreamName()
public void setStreamName(String streamName)
public ShowIndividualStreamJobResponse withAppId(String appId)
public String getAppId()
public void setAppId(String appId)
public ShowIndividualStreamJobResponse withRoomId(String roomId)
public String getRoomId()
public void setRoomId(String roomId)
public ShowIndividualStreamJobResponse withUserId(String userId)
public String getUserId()
public void setUserId(String userId)
public ShowIndividualStreamJobResponse withIsRecordAudio(Boolean isRecordAudio)
public Boolean getIsRecordAudio()
public void setIsRecordAudio(Boolean isRecordAudio)
public ShowIndividualStreamJobResponse withVideoType(ShowIndividualStreamJobResponse.VideoTypeEnum videoType)
public ShowIndividualStreamJobResponse.VideoTypeEnum getVideoType()
public void setVideoType(ShowIndividualStreamJobResponse.VideoTypeEnum videoType)
public ShowIndividualStreamJobResponse withSelectStreamType(ShowIndividualStreamJobResponse.SelectStreamTypeEnum selectStreamType)
public ShowIndividualStreamJobResponse.SelectStreamTypeEnum getSelectStreamType()
public void setSelectStreamType(ShowIndividualStreamJobResponse.SelectStreamTypeEnum selectStreamType)
public ShowIndividualStreamJobResponse withMaxIdleTime(Integer maxIdleTime)
public Integer getMaxIdleTime()
public void setMaxIdleTime(Integer maxIdleTime)
public ShowIndividualStreamJobResponse withRecordParam(RecordParam recordParam)
public ShowIndividualStreamJobResponse withRecordParam(java.util.function.Consumer<RecordParam> recordParamSetter)
public RecordParam getRecordParam()
public void setRecordParam(RecordParam recordParam)
public ShowIndividualStreamJobResponse withCreateTime(String createTime)
public String getCreateTime()
public void setCreateTime(String createTime)
public ShowIndividualStreamJobResponse withUpdateTime(String updateTime)
public String getUpdateTime()
public void setUpdateTime(String updateTime)
public ShowIndividualStreamJobResponse withState(ShowIndividualStreamJobResponse.StateEnum state)
public ShowIndividualStreamJobResponse.StateEnum getState()
public void setState(ShowIndividualStreamJobResponse.StateEnum state)
public ShowIndividualStreamJobResponse withStopReason(ShowIndividualStreamJobResponse.StopReasonEnum stopReason)
public ShowIndividualStreamJobResponse.StopReasonEnum getStopReason()
public void setStopReason(ShowIndividualStreamJobResponse.StopReasonEnum stopReason)
public ShowIndividualStreamJobResponse withDescription(String description)
public String getDescription()
public void setDescription(String description)
public ShowIndividualStreamJobResponse withStartTime(String startTime)
public String getStartTime()
public void setStartTime(String startTime)
public ShowIndividualStreamJobResponse withStopTime(String stopTime)
public String getStopTime()
public void setStopTime(String stopTime)
public ShowIndividualStreamJobResponse withXRequestId(String xRequestId)
public String getXRequestId()
public void setXRequestId(String xRequestId)
Copyright © 2021. All rights reserved.