net.polyv.live.v1.service.channel
接口 ILiveChannelDocService

所有已知实现类:
LiveChannelDocServiceImpl

public interface ILiveChannelDocService

直播直播状态接口


方法摘要
 LiveCreateChannelDocResponse createChannelDoc(LiveCreateChannelDocRequest liveCreateChannelDocRequest)
          上传频道文档 API地址:https://dev.polyv.net/2019/liveproduct/l-api/zbglgn/wdgl/upload-ppt-file/
 Boolean deleteChannelDoc(LiveDeleteChannelDocRequest liveDeleteChannelDocRequest)
          删除频道文档 API地址:https://dev.polyv.net/2019/liveproduct/l-api/zbglgn/wdgl/delete-document/
 LiveChannelDocStatusResponse getChannelDocStatus(LiveChannelDocStatusRequest liveChannelDocStatusRequest)
          查询频道文档转换状态 API地址:https://dev.polyv.net/2019/liveproduct/l-api/zbglgn/wdgl/get-ppt-convert-status/
 LiveListChannelDocResponse listChannelDoc(LiveListChannelDocRequest liveListChannelDocRequest)
          获取频道文档列表 API地址:https://dev.polyv.net/2019/liveproduct/l-api/zbglgn/wdgl/get-ppt-list/
 

方法详细信息

listChannelDoc

LiveListChannelDocResponse listChannelDoc(LiveListChannelDocRequest liveListChannelDocRequest)
                                          throws IOException,
                                                 NoSuchAlgorithmException
获取频道文档列表 API地址:https://dev.polyv.net/2019/liveproduct/l-api/zbglgn/wdgl/get-ppt-list/

参数:
liveListChannelDocRequest - 获取频道文档列表请求实体
返回:
获取频道文档列表返回实体
抛出:
IOException - 异常
NoSuchAlgorithmException - 异常

getChannelDocStatus

LiveChannelDocStatusResponse getChannelDocStatus(LiveChannelDocStatusRequest liveChannelDocStatusRequest)
                                                 throws IOException,
                                                        NoSuchAlgorithmException
查询频道文档转换状态 API地址:https://dev.polyv.net/2019/liveproduct/l-api/zbglgn/wdgl/get-ppt-convert-status/

参数:
liveChannelDocStatusRequest - 查询频道文档转换状态请求实体
返回:
查询频道文档转换状态返回实体
抛出:
IOException - 异常
NoSuchAlgorithmException - 异常

deleteChannelDoc

Boolean deleteChannelDoc(LiveDeleteChannelDocRequest liveDeleteChannelDocRequest)
                         throws IOException,
                                NoSuchAlgorithmException
删除频道文档 API地址:https://dev.polyv.net/2019/liveproduct/l-api/zbglgn/wdgl/delete-document/

参数:
liveDeleteChannelDocRequest - 删除频道文档请求实体
返回:
删除频道文档返回实体
抛出:
IOException - 异常
NoSuchAlgorithmException - 异常

createChannelDoc

LiveCreateChannelDocResponse createChannelDoc(LiveCreateChannelDocRequest liveCreateChannelDocRequest)
                                              throws IOException,
                                                     NoSuchAlgorithmException
上传频道文档 API地址:https://dev.polyv.net/2019/liveproduct/l-api/zbglgn/wdgl/upload-ppt-file/

参数:
liveCreateChannelDocRequest - 上传频道文档请求实体
返回:
上传频道文档返回实体
抛出:
IOException - 异常
NoSuchAlgorithmException - 异常


Copyright © 2020. All Rights Reserved.