public interface ILivePlayerService
| 限定符和类型 | 方法和说明 |
|---|---|
LiveGetAntiRecordResponse |
getLiveAntiRecord(LiveGetAntiRecordRequest liveGetAntiRecordRequest)
查询频道防录屏信息
API地址:https://help.polyv.net/#/live/api/player/get_anti_record
|
LiveGetWatchFeedbackListResponse |
getWatchFeedbackList(LiveGetWatchFeedbackListRequest liveGetWatchFeedbackListRequest)
查询投诉反馈
API地址:https://help.polyv.net/#/live/api/player/watch/get_watch_feedback_list
|
Boolean |
setLiveAntiRecord(LiveSetAntiRecordRequest liveSetAntiRecordRequest)
设置频道防录屏信息
API地址:https://help.polyv.net/#/live/api/player/anti_record_setting
|
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 |
setPlayerUrlMarquee(LiveSetPlayerUrlMarqueeRequest liveSetPlayerUrlMarqueeRequest)
设置播放器自定义url跑马灯
API地址:https://dev.polyv.net/2017/liveproduct/l-player/set-diyurl-marquee/
|
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 - 异常Boolean setPlayerUrlMarquee(LiveSetPlayerUrlMarqueeRequest liveSetPlayerUrlMarqueeRequest) throws IOException, NoSuchAlgorithmException
liveSetPlayerUrlMarqueeRequest - 设置播放器自定义url跑马灯请求实体IOException - 异常NoSuchAlgorithmException - 异常Boolean setLiveAntiRecord(LiveSetAntiRecordRequest liveSetAntiRecordRequest) throws IOException, NoSuchAlgorithmException
liveSetAntiRecordRequest - 设置频道防录屏信息请求实体IOException - 异常NoSuchAlgorithmException - 异常LiveGetAntiRecordResponse getLiveAntiRecord(LiveGetAntiRecordRequest liveGetAntiRecordRequest) throws IOException, NoSuchAlgorithmException
liveGetAntiRecordRequest - 查询频道防录屏信息请求实体IOException - 异常NoSuchAlgorithmException - 异常LiveGetWatchFeedbackListResponse getWatchFeedbackList(LiveGetWatchFeedbackListRequest liveGetWatchFeedbackListRequest) throws IOException, NoSuchAlgorithmException
liveGetWatchFeedbackListRequest - 查询投诉反馈请求实体IOException - 异常NoSuchAlgorithmException - 异常Copyright © 2025. All rights reserved.