public interface ILiveChannelQuickCreatorService
| 限定符和类型 | 方法和说明 |
|---|---|
QuickCreateChannelResponse |
quickCreatePPTSence(QuickCreatePPTChannelRequest quickCreateChannelRequest)
快速创建简单三分屏频道
|
QuickCreateChannelResponse |
quickCreatePPTSence(QuickCreatePPTChannelRequest quickCreateChannelRequest,
LiveCreateSonChannelListRequest liveCreateSonChannelListRequest)
快速创建简单三分屏频道
|
QuickCreateChannelResponse |
quickCreateVideoSence(QuickCreateVideoChannelRequest quickCreateVideoChannelRequest)
快速创建简单视频直播频道
|
QuickCreateChannelResponse |
quickCreateVideoSence(QuickCreateVideoChannelRequest quickCreateVideoChannelRequest,
LiveCreateSonChannelListRequest liveCreateSonChannelListRequest)
快速创建简单视频直播频道
|
QuickCreateChannelResponse quickCreatePPTSence(QuickCreatePPTChannelRequest quickCreateChannelRequest) throws IOException, NoSuchAlgorithmException
quickCreateChannelRequest - 快速创建频道请求实体IOException - IO异常NoSuchAlgorithmException - 系统异常QuickCreateChannelResponse quickCreatePPTSence(QuickCreatePPTChannelRequest quickCreateChannelRequest, LiveCreateSonChannelListRequest liveCreateSonChannelListRequest) throws IOException, NoSuchAlgorithmException
quickCreateChannelRequest - 快速创建频道请求实体liveCreateSonChannelListRequest - 批量创建子频道请求实体IOException - IO异常NoSuchAlgorithmException - 系统异常QuickCreateChannelResponse quickCreateVideoSence(QuickCreateVideoChannelRequest quickCreateVideoChannelRequest) throws IOException, NoSuchAlgorithmException
quickCreateVideoChannelRequest - 快速创建简单视频直播频道请求实体IOException - 异常NoSuchAlgorithmException - 异常QuickCreateChannelResponse quickCreateVideoSence(QuickCreateVideoChannelRequest quickCreateVideoChannelRequest, LiveCreateSonChannelListRequest liveCreateSonChannelListRequest) throws IOException, NoSuchAlgorithmException
quickCreateVideoChannelRequest - 快速创建简单视频直播频道请求实体liveCreateSonChannelListRequest - 批量创建子频道请求实体IOException - 异常NoSuchAlgorithmException - 异常Copyright © 2022. All rights reserved.