|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
public interface ILiveChannelStateService
直播直播状态接口
| 方法摘要 | |
|---|---|
Boolean |
cutoffChannelStream(LiveCutoffChannelStreamRequest liveCutoffChannelStreamRequest)
禁止直播频道推流 API地址:https://dev.polyv.net/2019/liveproduct/l-api/zbglgn/hqzbxx/banpush/ |
LiveChannelStreamInfoResponse |
getChannelStreamInfo(LiveChannelStreamInfoRequest liveChannelStreamInfoRequest)
查询频道实时推流信息 API地址:https://dev.polyv.net/2019/liveproduct/l-api/zbglgn/hqzbxx/get-stream-info/ |
LiveListChannelStreamStatusResponse |
listChannelLiveStream(LiveListChannelStreamStatusRequest liveListChannelStreamStatusRequest)
批量查询频道直播流状态 API地址:https://dev.polyv.net/2017/liveproduct/l-api/zbglgn/hqzbxx/live-status/ |
Boolean |
resumeChannelStream(LiveResumeChannelStreamRequest liveResumeChannelStreamRequest)
恢复直播频道推流 API地址:https://dev.polyv.net/2017/liveproduct/l-api/zbglgn/hqzbxx/resume/ |
Boolean |
setChannelStreamEnd(LiveChannelStreamEndRequest liveChannelStreamEndRequest)
设置频道为无直播状态 API地址:https://dev.polyv.net/2017/liveproduct/l-api/zbglgn/hqzbxx/set-channal-status-end/ |
Boolean |
setChannelStreamLive(LiveChannelStreamLiveRequest liveChannelStreamLiveRequest)
设置频道流状态为直播中 API地址:https://dev.polyv.net/2017/liveproduct/l-api/zbglgn/hqzbxx/live/ |
| 方法详细信息 |
|---|
Boolean resumeChannelStream(LiveResumeChannelStreamRequest liveResumeChannelStreamRequest)
throws IOException,
NoSuchAlgorithmException
liveResumeChannelStreamRequest - 恢复直播频道推流请求体
IOException - 异常
NoSuchAlgorithmException - 异常
Boolean cutoffChannelStream(LiveCutoffChannelStreamRequest liveCutoffChannelStreamRequest)
throws IOException,
NoSuchAlgorithmException
liveCutoffChannelStreamRequest - 禁止直播频道推流请求实体
IOException - 异常
NoSuchAlgorithmException - 异常
LiveListChannelStreamStatusResponse listChannelLiveStream(LiveListChannelStreamStatusRequest liveListChannelStreamStatusRequest)
throws IOException,
NoSuchAlgorithmException
liveListChannelStreamStatusRequest - 批量查询频道直播流状态请求实体
IOException - 异常
NoSuchAlgorithmException - 异常
LiveChannelStreamInfoResponse getChannelStreamInfo(LiveChannelStreamInfoRequest liveChannelStreamInfoRequest)
throws IOException,
NoSuchAlgorithmException
liveChannelStreamInfoRequest - 查询频道实时推流信息请求实体
IOException - 异常
NoSuchAlgorithmException - 异常
Boolean setChannelStreamLive(LiveChannelStreamLiveRequest liveChannelStreamLiveRequest)
throws IOException,
NoSuchAlgorithmException
liveChannelStreamLiveRequest - 设置频道流状态为直播中请求实体
IOException - 异常
NoSuchAlgorithmException - 异常
Boolean setChannelStreamEnd(LiveChannelStreamEndRequest liveChannelStreamEndRequest)
throws IOException,
NoSuchAlgorithmException
liveChannelStreamEndRequest - 设置频道为无直播状态设置频道为无直播状态请求实体
IOException - 异常
NoSuchAlgorithmException - 异常
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||