public interface ILivePlayerService
| 限定符和类型 | 方法和说明 |
|---|---|
Boolean |
setPlayerHeaderAdvert(LiveSetPlayerHeaderAdvertRequest liveSetPlayerHeaderAdvertRequest)
设置播放器片头广告,API地址:https://dev.polyv.net/2018/liveproduct/l-player/updatehead/
|
Boolean |
setPlayerImg(LiveSetPlayerImgRequest liveSetPlayerImgRequest)
设置播放器暖场图片,API地址:https://dev.polyv.net/2017/liveproduct/l-player/updatecoverimage/
|
Boolean |
setPlayerLogo(LiveSetPlayerLogoRequest liveSetWarmupEnableRequest)
设置播放器Logo,API地址:https://dev.polyv.net/2016/liveproduct/l-player/updatelogo/
|
Boolean |
setPlayerPauseAdvert(LiveSetPlayerPauseAdvertRequest liveSetPlayerPauseAdvertRequest)
设置播放器暂停广告,API地址:https://dev.polyv.net/2018/liveproduct/l-player/updatestop/
|
Boolean |
setPlayerWarmupEnable(LiveSetWarmupEnableRequest liveSetWarmupEnableRequest)
设置频道的暖场设置开关,API地址:https://dev.polyv.net/2019/liveproduct/l-player/set-warmup-enabled/
|
Boolean |
setPlayerWarmUpVedio(LiveSetWarmupVedioRequest liveSetWarmupVedioRequest)
设置播放器暖场视频,API地址:https://dev.polyv.net/2016/liveproduct/l-player/updatewarmupflv/
|
Boolean setPlayerImg(LiveSetPlayerImgRequest liveSetPlayerImgRequest) throws IOException, NoSuchAlgorithmException
liveSetPlayerImgRequest - 设置播放器暖场图片请求实体IOException - 客户端和服务器读写异常NoSuchAlgorithmException - 异常Boolean setPlayerWarmupEnable(LiveSetWarmupEnableRequest liveSetWarmupEnableRequest) throws IOException, NoSuchAlgorithmException
liveSetWarmupEnableRequest - 设置频道的暖场设置开关IOException - 客户端和服务器读写异常NoSuchAlgorithmException - 异常Boolean setPlayerLogo(LiveSetPlayerLogoRequest liveSetWarmupEnableRequest) throws IOException, NoSuchAlgorithmException
liveSetWarmupEnableRequest - 设置播放器Logo请求实体IOException - 客户端和服务器读写异常NoSuchAlgorithmException - 异常Boolean setPlayerPauseAdvert(LiveSetPlayerPauseAdvertRequest liveSetPlayerPauseAdvertRequest) throws IOException, NoSuchAlgorithmException
liveSetPlayerPauseAdvertRequest - 设置播放器暂停广告请求实体IOException - 客户端和服务器读写异常NoSuchAlgorithmException - 异常Boolean setPlayerHeaderAdvert(LiveSetPlayerHeaderAdvertRequest liveSetPlayerHeaderAdvertRequest) throws IOException, NoSuchAlgorithmException
liveSetPlayerHeaderAdvertRequest - 设置播放器片头广告请求实体IOException - 客户端和服务器读写异常NoSuchAlgorithmException - 异常Boolean setPlayerWarmUpVedio(LiveSetWarmupVedioRequest liveSetWarmupVedioRequest) throws IOException, NoSuchAlgorithmException
liveSetWarmupVedioRequest - 设置播放器暖场视频请求实体IOException - 客户端和服务器读写异常NoSuchAlgorithmException - 异常Copyright © 2020. All rights reserved.