跳过导航链接
A B C D E F G I J L M N O P Q R S T U V W 

A

ACCOUNT_LIST_CHANNEL_DETAIL_URL - 类 中的静态变量net.polyv.live.constant.LiveURL
查询账号下所有频道详细信息
ACCOUNT_LIST_CHANNEL_URL - 类 中的静态变量net.polyv.live.constant.LiveURL
查询账号下的频道列表(频道号列表)
ACCOUNT_MIC_DURATION_URL - 类 中的静态变量net.polyv.live.constant.LiveURL
获取账号连麦分钟数使用量与剩余量
ACCOUNT_PLAYBACK_CALLBACK_URL - 类 中的静态变量net.polyv.live.constant.LiveURL
设置转存成功回调通知url
ACCOUNT_RECORD_CALLBACK_URL - 类 中的静态变量net.polyv.live.constant.LiveURL
设置录制回调通知url
ACCOUNT_STREAM_CALLBACK_URL - 类 中的静态变量net.polyv.live.constant.LiveURL
设置直播状态回调通知url
ACCOUNT_SWITCH_UPDATE_URL - 类 中的静态变量net.polyv.live.constant.LiveURL
设置功能开关状态
ACCOUNT_SWITCH_URL - 类 中的静态变量net.polyv.live.constant.LiveURL
查询功能开关状态接口
ACCOUNT_TOKEN_CREATE_URL - 类 中的静态变量net.polyv.live.constant.LiveURL
设置账号单点登录的token
accountSwitch(LiveAccountSwitchRequest) - 接口 中的方法net.polyv.live.service.account.ILiveAccountService
查询功能开关状态接口 API地址:https://dev.polyv.net/2018/liveproduct/l-api/zhsz/switch-get/
accountSwitch(LiveAccountSwitchRequest) - 类 中的方法net.polyv.live.service.account.impl.LiveAccountServiceImpl
查询功能开关状态接口 注:isClosePreview当enabled值为Y时,表示的是关闭系统观看页;closeDanmu当enabled值为Y时,表示的是关闭弹幕;closeChaterList当enabled值为Y时,表示的是关闭在线列表 API地址:https://dev.polyv.net/2018/liveproduct/l-api/zhsz/switch-get/
addBadWord(LiveBadWordRequest) - 接口 中的方法net.polyv.live.service.chat.ILiveChatRoomService
批量导入频道严禁词,API地址:https://dev.polyv.net/2017/liveproduct/zblts/addforbiddenwords/
addBadWord(LiveBadWordRequest) - 类 中的方法net.polyv.live.service.chat.impl.LiveChatRoomServiceImpl
批量导入频道严禁词,API地址:https://dev.polyv.net/2017/liveproduct/zblts/addforbiddenwords/
addBannedIP(LiveChatBannedIPRequest) - 接口 中的方法net.polyv.live.service.chat.ILiveChatRoomService
设置聊天室禁言ip,API地址:https://dev.polyv.net/2017/liveproduct/zblts/addbannedip/
addBannedIP(LiveChatBannedIPRequest) - 类 中的方法net.polyv.live.service.chat.impl.LiveChatRoomServiceImpl
设置聊天室禁言ip,API地址:https://dev.polyv.net/2017/liveproduct/zblts/addbannedip/
addChannelVideoPlayback(LiveCreateChannelVideoPlaybackRequest) - 接口 中的方法net.polyv.live.service.channel.ILiveChannelPlaybackService
将点播中的视频添加到视频库
addChannelVideoPlayback(LiveCreateChannelVideoPlaybackRequest) - 类 中的方法net.polyv.live.service.channel.impl.LiveChannelPlaybackServiceImpl
将点播中的视频添加到视频库 API地址:https://dev.polyv.net/2019/liveproduct/l-api/zbglgn/lzhf/add-vod-playback/
advertDuration - 类 中的变量net.polyv.live.entity.channel.operate.LiveChannelResponse
广告时长
advertFlvUrl - 类 中的变量net.polyv.live.entity.channel.operate.LiveChannelResponse
视频广告链接
advertFlvVid - 类 中的变量net.polyv.live.entity.channel.operate.LiveChannelResponse
视频广告ID
advertHeight - 类 中的变量net.polyv.live.entity.channel.operate.LiveChannelResponse
广告区域高度
advertHref - 类 中的变量net.polyv.live.entity.channel.operate.LiveChannelResponse
广告的跳转链接
advertImage - 类 中的变量net.polyv.live.entity.channel.operate.LiveChannelResponse
图片广告
advertType - 类 中的变量net.polyv.live.entity.channel.operate.LiveChannelResponse
广告类型
advertWidth - 类 中的变量net.polyv.live.entity.channel.operate.LiveChannelResponse
广告区域宽度
Answers() - 类 的构造器net.polyv.live.entity.interact.LiveQuestionnaireResultResponse.Users.Answers
 
App - net.polyv.live中的类
App入口程序
App() - 类 的构造器net.polyv.live.App
 
AuthSetting() - 类 的构造器net.polyv.live.entity.channel.operate.LiveChannelBasicInfoResponse.AuthSetting
 
AuthSetting() - 类 的构造器net.polyv.live.entity.channel.operate.LiveChannelInitRequest.AuthSetting
 
AuthSetting() - 类 的构造器net.polyv.live.entity.channel.operate.LiveChannelSettingRequest.AuthSetting
 
autoPlay - 类 中的变量net.polyv.live.entity.channel.operate.LiveChannelResponse
自动播放

B

baseGet(String, E, Class<T>) - 类 中的方法net.polyv.live.service.LiveBaseService
HTTP GET 公共请求
baseGetReturnArray(String, E, Class<T>) - 类 中的方法net.polyv.live.service.LiveBaseService
HTTP GET 公共请求
basePost(String, E, Class<T>) - 类 中的方法net.polyv.live.service.LiveBaseService
HTTP POST 公共请求
basePostJson(String, E, Class<T>) - 类 中的方法net.polyv.live.service.LiveBaseService
HTTP POST 请求发送json,默认使用appId,timestamp,sign,requestId的 map 集合进行签名
basePostJson(String, Map<String, String>, E, Class<T>) - 类 中的方法net.polyv.live.service.LiveBaseService
HTTP POST 请求发送json
basePostJsonReturnArray(String, Map<String, String>, E, Class<T>) - 类 中的方法net.polyv.live.service.LiveBaseService
HTTP POST 请求发送json
basePostReturnArray(String, E, Class<T>) - 类 中的方法net.polyv.live.service.LiveBaseService
HTTP POST 公共请求
baseUploadFile(String, E, Map<String, File>, Class<T>) - 类 中的方法net.polyv.live.service.LiveBaseService
HTTP POST 上传文件公共请求
BasicSetting() - 类 的构造器net.polyv.live.entity.channel.operate.LiveChannelInitRequest.BasicSetting
 
BasicSetting() - 类 的构造器net.polyv.live.entity.channel.operate.LiveChannelSettingRequest.BasicSetting
 
byteArrayToHex(byte[]) - 类 中的静态方法net.polyv.live.util.LiveSignUtil
将字节数组换成成16进制的字符串

C

CallbackData() - 类 的构造器net.polyv.live.entity.channel.doc.LiveCreateChannelDocRequest.CallbackData
 
CASH_DONATE_SET_URL - 类 中的静态变量net.polyv.live.constant.LiveURL
现金打赏设置
CHANNEL_ACCOUNTS_GET_URL - 类 中的静态变量net.polyv.live.constant.LiveURL
获取频道下面的所有子频道
CHANNEL_ADVERT_LIST_GET_URL - 类 中的静态变量net.polyv.live.constant.LiveURL
添加轮播广告列表接口
CHANNEL_AUTH_CUSTOM_URL - 类 中的静态变量net.polyv.live.constant.LiveURL
设置自定义授权地址
CHANNEL_AUTH_EXTERNAL_URL - 类 中的静态变量net.polyv.live.constant.LiveURL
通过接口设置外部授权
CHANNEL_AUTH_GET_URL - 类 中的静态变量net.polyv.live.constant.LiveURL
查询直播频道观看条件
CHANNEL_AUTH_TOKEN_URL - 类 中的静态变量net.polyv.live.constant.LiveURL
查询授权和连麦的token
CHANNEL_AUTH_TYPE_URL - 类 中的静态变量net.polyv.live.constant.LiveURL
设置授权观看类型
CHANNEL_AUTH_UPDATE_URL - 类 中的静态变量net.polyv.live.constant.LiveURL
设置观看条件
CHANNEL_AUTH_URL_UPDATE_URL - 类 中的静态变量net.polyv.live.constant.LiveURL
设置授权认证URL
CHANNEL_BASIC_CREATE_URL - 类 中的静态变量net.polyv.live.constant.LiveURL
创建频道号,可选频道设置参数
CHANNEL_BASIC_INFO_URL - 类 中的静态变量net.polyv.live.constant.LiveURL
获取频道信息的接口
CHANNEL_BASIC_UPDATE_URL - 类 中的静态变量net.polyv.live.constant.LiveURL
更新频道信息,可选频道的设置参数
CHANNEL_CHECKIN_BY_ID_URL - 类 中的静态变量net.polyv.live.constant.LiveURL
查询指定签到ID的签到记录
CHANNEL_CHECKIN_LIST_URL - 类 中的静态变量net.polyv.live.constant.LiveURL
查询签到结果
CHANNEL_CHECKIN_METADATA_BY_SESSIONID_URL - 类 中的静态变量net.polyv.live.constant.LiveURL
查询指定直播场次sessionId的签到场次记录
CHANNEL_COUNT_DOWN_URL - 类 中的静态变量net.polyv.live.constant.LiveURL
查询频道直播倒计时信息
CHANNEL_CREATE_URL - 类 中的静态变量net.polyv.live.constant.LiveURL
直播创建频道URL
CHANNEL_DAILY_SUMMARY_URL - 类 中的静态变量net.polyv.live.constant.LiveURL
频道某段时间的直播统计数据
CHANNEL_DELETE_URL - 类 中的静态变量net.polyv.live.constant.LiveURL
删除频道
CHANNEL_DETAIL_SET_URL - 类 中的静态变量net.polyv.live.constant.LiveURL
设置频道详情
CHANNEL_DOC_DELETE_URL - 类 中的静态变量net.polyv.live.constant.LiveURL
删除频道文档
CHANNEL_DOC_LIST_URL - 类 中的静态变量net.polyv.live.constant.LiveURL
获取频道文档列表
CHANNEL_DOC_STATUS_URL - 类 中的静态变量net.polyv.live.constant.LiveURL
查询频道文档转换状态
CHANNEL_DONATE_GET_URL - 类 中的静态变量net.polyv.live.constant.LiveURL
获取打赏设置
CHANNEL_GET_URL - 类 中的静态变量net.polyv.live.constant.LiveURL
获取频道信息的接口
CHANNEL_GLOBAL_SWITCH_URL - 类 中的静态变量net.polyv.live.constant.LiveURL
设置频道默认项开关
CHANNEL_LIKES_GET_URL - 类 中的静态变量net.polyv.live.constant.LiveURL
获取频道点赞数和历史观看人数
CHANNEL_LIKES_UPDATE_URL - 类 中的静态变量net.polyv.live.constant.LiveURL
设置点赞数和观看人数接口
CHANNEL_LIST_CREATE_URL - 类 中的静态变量net.polyv.live.constant.LiveURL
直播批量创建频道
CHANNEL_LIST_DELETE_URL - 类 中的静态变量net.polyv.live.constant.LiveURL
批量删除频道
CHANNEL_LIST_PPTRECORD_URL - 类 中的静态变量net.polyv.live.constant.LiveURL
查询课件重制任务列表
CHANNEL_LIST_URL - 类 中的静态变量net.polyv.live.constant.LiveURL
获取简单的频道列表接口
CHANNEL_LIVE_STATUS_GET_URL - 类 中的静态变量net.polyv.live.constant.LiveURL
获取频道直播状态
CHANNEL_LIVE_STREAM_INFO_URL - 类 中的静态变量net.polyv.live.constant.LiveURL
查询频道实时推流信息
CHANNEL_LIVE_STREAM_STATUS_LIST_URL - 类 中的静态变量net.polyv.live.constant.LiveURL
批量查询频道直播流状态
CHANNEL_LOGO_SET_URL - 类 中的静态变量net.polyv.live.constant.LiveURL
设置频道图标
CHANNEL_LOTTERY_LIST_GET_URL - 类 中的静态变量net.polyv.live.constant.LiveURL
获取频道抽奖记录列表
CHANNEL_LOTTERY_WINNER_DETAIL_GET_URL - 类 中的静态变量net.polyv.live.constant.LiveURL
获取频道单场抽奖的中奖记录
CHANNEL_MAX_HISTORY_CONCURRENT_URL - 类 中的静态变量net.polyv.live.constant.LiveURL
获取频道一定时间范围之内的历史最高并发人数
CHANNEL_MAX_VIEWER_SET_URL - 类 中的静态变量net.polyv.live.constant.LiveURL
设置最大在线人数
CHANNEL_MENU_LIST_URL - 类 中的静态变量net.polyv.live.constant.LiveURL
获取频道菜单列表接口
CHANNEL_MENU_SET_URL - 类 中的静态变量net.polyv.live.constant.LiveURL
设置频道自定义菜单
CHANNEL_MENU_UPDATE_URL - 类 中的静态变量net.polyv.live.constant.LiveURL
修改频道菜单
CHANNEL_MIC_LIST_URL - 类 中的静态变量net.polyv.live.constant.LiveURL
分页获取连麦情况使用详情
CHANNEL_NAME_SET_URL - 类 中的静态变量net.polyv.live.constant.LiveURL
修改频道名称URL
CHANNEL_PLAYBACK_DELETE_URL - 类 中的静态变量net.polyv.live.constant.LiveURL
删除回放列表视频
CHANNEL_PLAYBACK_ENABLED_INFO_URL - 类 中的静态变量net.polyv.live.constant.LiveURL
查询频道的回放开关状态
CHANNEL_PLAYBACK_LIST_URL - 类 中的静态变量net.polyv.live.constant.LiveURL
获取回放列表接口
CHANNEL_PLAYBACK_SET_DEFAULT_URL - 类 中的静态变量net.polyv.live.constant.LiveURL
设置默认回放视频
CHANNEL_PLAYBACK_SET_URL - 类 中的静态变量net.polyv.live.constant.LiveURL
设置后台回放开关
CHANNEL_PLAYBACK_SETTING_URL - 类 中的静态变量net.polyv.live.constant.LiveURL
设置频道回放设置
CHANNEL_PPTRECORD_CREATE__URL - 类 中的静态变量net.polyv.live.constant.LiveURL
创建重制课件任务
CHANNEL_PUBLISHER_SET_URL - 类 中的静态变量net.polyv.live.constant.LiveURL
修改主持人姓名URL
CHANNEL_PWD_SET_URL - 类 中的静态变量net.polyv.live.constant.LiveURL
设置频道号密码
CHANNEL_QUESTION_ANSWER_RECORD_URL - 类 中的静态变量net.polyv.live.constant.LiveURL
查询频道答题卡答题结果
CHANNEL_QUESTIONNAIRE_ANSWER_RECORD_PAGE_URL - 类 中的静态变量net.polyv.live.constant.LiveURL
分页查询问卷结果
CHANNEL_QUESTIONNAIRE_ANSWER_RECORD_URL - 类 中的静态变量net.polyv.live.constant.LiveURL
查询频道问卷结果
CHANNEL_QUESTIONNAIRE_DETAIL_SET_URL - 类 中的静态变量net.polyv.live.constant.LiveURL
设置频道问卷信息
CHANNEL_QUESTIONNAIRE_DETAIL_URL - 类 中的静态变量net.polyv.live.constant.LiveURL
查询频道问卷详情
CHANNEL_QUESTIONNAIRE_LIST_URL - 类 中的静态变量net.polyv.live.constant.LiveURL
查询频道问卷列表
CHANNEL_QUESTIONNAIRE_RESULT_URL - 类 中的静态变量net.polyv.live.constant.LiveURL
查询频道问卷结果
CHANNEL_REAL_TIME_VIEWERS_GET_URL - 类 中的静态变量net.polyv.live.constant.LiveURL
获取多个频道的实时在线人数
CHANNEL_RECORD_CONVERT_URL - 类 中的静态变量net.polyv.live.constant.LiveURL
异步转存接口
CHANNEL_RECORD_FILE_CONVERT_URL - 类 中的静态变量net.polyv.live.constant.LiveURL
直播转存点播接口
CHANNEL_RECORD_FILE_MERGE_ASYNC_URL - 类 中的静态变量net.polyv.live.constant.LiveURL
异步合并直播录制文件
CHANNEL_RECORD_FILE_MERGE_URL - 类 中的静态变量net.polyv.live.constant.LiveURL
合并录制文件
CHANNEL_RECORD_FILES_URL - 类 中的静态变量net.polyv.live.constant.LiveURL
获取频道录制视频信息接口
CHANNEL_RECORD_GET_URL - 类 中的静态变量net.polyv.live.constant.LiveURL
通过ID获取录制信息接口
CHANNEL_RECORD_MERGE_MP4_URL - 类 中的静态变量net.polyv.live.constant.LiveURL
合并录制mp4文件接口
CHANNEL_RECORD_MERGE_URL - 类 中的静态变量net.polyv.live.constant.LiveURL
异步合并接口
CHANNEL_SESSION_INFO_LIST_URL - 类 中的静态变量net.polyv.live.constant.LiveURL
查询频道直播场次信息
CHANNEL_SET_LOTTERY_WINNER_INFO_URL - 类 中的静态变量net.polyv.live.constant.LiveURL
设置抽奖中奖者信息
CHANNEL_SPLASH_GET_URL - 类 中的静态变量net.polyv.live.constant.LiveURL
查询直播引导图开关状态及URL
CHANNEL_SPLASH_SET_URL - 类 中的静态变量net.polyv.live.constant.LiveURL
设置引导开关以及引导图片
CHANNEL_STREAM_CUTOFF_URL - 类 中的静态变量net.polyv.live.constant.LiveURL
频道禁流接口
CHANNEL_STREAM_RESUME_URL - 类 中的静态变量net.polyv.live.constant.LiveURL
频道恢复流接口
CHANNEL_SUMMARY_LIST_GET_URL - 类 中的静态变量net.polyv.live.constant.LiveURL
获取按频道汇总统计的播放数据
CHANNEL_TOKEN_CREATE_URL - 类 中的静态变量net.polyv.live.constant.LiveURL
设置频道单点登陆token
CHANNEL_UPDATE_COUNT_DOWN_URL - 类 中的静态变量net.polyv.live.constant.LiveURL
设置频道直播倒计时信息
CHANNEL_VIDEO_DELETE_URL - 类 中的静态变量net.polyv.live.constant.LiveURL
删除直播暂存中的录制文件
CHANNEL_VIDEO_PLAYBACK_ADD_URL - 类 中的静态变量net.polyv.live.constant.LiveURL
将点播中的视频添加到视频库
CHANNEL_VIDEO_SORT_URL - 类 中的静态变量net.polyv.live.constant.LiveURL
设置视频库列表排序
CHANNEL_VIEW_LOGS_GET_URL - 类 中的静态变量net.polyv.live.constant.LiveURL
分页获取频道观看日志
CHANNEL_VIEW_LOGS_LIST_URL - 类 中的静态变量net.polyv.live.constant.LiveURL
查询频道观看日志
CHANNEL_VIEWER_CONCURRENCE_URL - 类 中的静态变量net.polyv.live.constant.LiveURL
查询频道的历史并发人数
CHANNEL_WRITE_LIST_ADD_URL - 类 中的静态变量net.polyv.live.constant.LiveURL
添加单个白名单
CHANNEL_WRITE_LIST_GET_URL - 类 中的静态变量net.polyv.live.constant.LiveURL
查询频道观看白名单列表
channelAuth(LiveChannelAuthRequest) - 接口 中的方法net.polyv.live.service.web.ILiveWebAuthService
查询直播频道观看条件 API地址:https://dev.polyv.net/2018/liveproduct/l-api/szgkygg/ymgktj/auth/
channelAuth(LiveChannelAuthRequest) - 类 中的方法net.polyv.live.service.web.impl.LiveWebAuthServiceImpl
查询直播频道观看条件 API地址:https://dev.polyv.net/2018/liveproduct/l-api/szgkygg/ymgktj/auth/
ChannelAuthExternal() - 类 的构造器net.polyv.live.entity.web.auth.LiveChannelAuthCustomResponse.ChannelAuthExternal
 
ChannelAuthExternal() - 类 的构造器net.polyv.live.entity.web.auth.LiveChannelAuthExternalResponse.ChannelAuthExternal
 
channelAuthToken(LiveChannelAuthTokenRequest) - 接口 中的方法net.polyv.live.service.channel.ILiveChannelOperateService
查询授权和连麦的token API地址:https://dev.polyv.net/2019/liveproduct/l-api/zbglgn/pdcz/get-chat-token/
channelAuthToken(LiveChannelAuthTokenRequest) - 类 中的方法net.polyv.live.service.channel.impl.LiveChannelOperateServiceImpl
查询授权和连麦的token API地址:https://dev.polyv.net/2019/liveproduct/l-api/zbglgn/pdcz/get-chat-token/
ChannelBasicInfo() - 类 的构造器net.polyv.live.entity.account.LiveListAccountChannelBasicResponse.ChannelBasicInfo
 
channelBasicInfo(LiveChannelBasicInfoRequest) - 接口 中的方法net.polyv.live.service.channel.ILiveChannelOperateService
查询频道基本信息 API地址:https://dev.polyv.net/2019/liveproduct/l-api/zbglgn/pdcz/get-detail-setting/
channelBasicInfo(LiveChannelBasicInfoRequest) - 类 中的方法net.polyv.live.service.channel.impl.LiveChannelOperateServiceImpl
查询频道基本信息 API地址:https://dev.polyv.net/2019/liveproduct/l-api/zbglgn/pdcz/get-detail-setting/
channelCountDown(LiveChannelCountDownRequest) - 接口 中的方法net.polyv.live.service.web.ILiveWebInfoService
查询频道直播倒计时信息 API地址:https://dev.polyv.net/2018/liveproduct/l-api/szgkygg/ymxxsz/get-countdown/
channelCountDown(LiveChannelCountDownRequest) - 类 中的方法net.polyv.live.service.web.impl.LiveWebInfoServiceImpl
查询频道直播倒计时信息 API地址:https://dev.polyv.net/2018/liveproduct/l-api/szgkygg/ymxxsz/get-countdown/
channelDefaultVideo(LiveChannelDefaultVideoRequest) - 接口 中的方法net.polyv.live.service.channel.ILiveChannelPlaybackService
设置视频库列表的默认视频 API地址:https://dev.polyv.net/2017/liveproduct/l-api/zbglgn/lzhf/setdefault/
channelDefaultVideo(LiveChannelDefaultVideoRequest) - 类 中的方法net.polyv.live.service.channel.impl.LiveChannelPlaybackServiceImpl
设置视频库列表的默认视频 API地址:https://dev.polyv.net/2017/liveproduct/l-api/zbglgn/lzhf/setdefault/
ChannelDoc() - 类 的构造器net.polyv.live.entity.channel.doc.LiveListChannelDocResponse.ChannelDoc
 
ChannelDocStatus() - 类 的构造器net.polyv.live.entity.channel.doc.LiveChannelDocStatusResponse.ChannelDocStatus
 
channelDocStatus(LiveChannelDocStatusRequest) - 接口 中的方法net.polyv.live.service.channel.ILiveChannelDocService
查询频道文档转换状态 API地址:https://dev.polyv.net/2019/liveproduct/l-api/zbglgn/wdgl/get-ppt-convert-status/
channelDocStatus(LiveChannelDocStatusRequest) - 类 中的方法net.polyv.live.service.channel.impl.LiveChannelDocServiceImpl
查询频道文档转换状态 API地址:https://dev.polyv.net/2019/liveproduct/l-api/zbglgn/wdgl/get-ppt-convert-status/
channelDonate(LiveChannelDonateRequest) - 接口 中的方法net.polyv.live.service.web.ILiveWebInteractService
查询打赏设置 API地址:https://dev.polyv.net/2018/liveproduct/l-api/szgkygg/ymhd/donate-get/
channelDonate(LiveChannelDonateRequest) - 类 中的方法net.polyv.live.service.web.impl.LiveWebInteractServiceImpl
查询打赏设置 API地址:https://dev.polyv.net/2018/liveproduct/l-api/szgkygg/ymhd/donate-get/
channelGlobalSwitch(LiveChannelGlobalSwitchRequest) - 接口 中的方法net.polyv.live.service.web.ILiveWebSettingService
设置频道默认项开关 API地址:https://dev.polyv.net/2018/liveproduct/l-api/szgkygg/kjsz/update-global-enabled/
channelGlobalSwitch(LiveChannelGlobalSwitchRequest) - 类 中的方法net.polyv.live.service.web.impl.LiveWebSettingServiceImpl
设置频道默认项开关 API地址:https://dev.polyv.net/2018/liveproduct/l-api/szgkygg/kjsz/update-global-enabled/
ChannelGood() - 类 的构造器net.polyv.live.entity.web.interact.LiveChannelDonateResponse.ChannelGood
 
ChannelGood() - 类 的构造器net.polyv.live.entity.web.interact.LiveUpdateChannelGoodRequest.ChannelGood
 
channelId - 类 中的变量net.polyv.live.entity.channel.operate.LiveChannelResponse
频道号
channelInfo(LiveChannelInfoRequest) - 接口 中的方法net.polyv.live.service.channel.ILiveChannelOperateService
查询频道信息 API地址:https://dev.polyv.net/2017/liveproduct/l-api/zbglgn/pdcz/getchannelid-2/
channelInfo(LiveChannelInfoRequest) - 类 中的方法net.polyv.live.service.channel.impl.LiveChannelOperateServiceImpl
查询频道信息 API地址:https://dev.polyv.net/2017/liveproduct/l-api/zbglgn/pdcz/getchannelid-2/
ChannelLikes() - 类 的构造器net.polyv.live.entity.web.info.LiveChannelLikesResponse.ChannelLikes
 
channelLikes(LiveChannelLikesRequest) - 接口 中的方法net.polyv.live.service.web.ILiveWebInfoService
查询频道点赞数和观众热度值 API地址:https://dev.polyv.net/2017/liveproduct/l-api/szgkygg/ymxxsz/live-likes/
channelLikes(LiveChannelLikesRequest) - 类 中的方法net.polyv.live.service.web.impl.LiveWebInfoServiceImpl
查询频道点赞数和观众热度值 API地址:https://dev.polyv.net/2017/liveproduct/l-api/szgkygg/ymxxsz/live-likes/
ChannelMenu() - 类 的构造器net.polyv.live.entity.web.menu.LiveListChannelMenuResponse.ChannelMenu
 
ChannelMic() - 类 的构造器net.polyv.live.entity.channel.viewdata.LiveListChannelMicResponse.ChannelMic
 
channelPlayBackEnabledInfo(LiveChannelPlaybackEnabledInfoRequest) - 接口 中的方法net.polyv.live.service.channel.ILiveChannelPlaybackService
查询频道的回放开关状态 API地址:https://dev.polyv.net/2018/liveproduct/l-api/zbglgn/lzhf/get-playback-enbaled/
channelPlayBackEnabledInfo(LiveChannelPlaybackEnabledInfoRequest) - 类 中的方法net.polyv.live.service.channel.impl.LiveChannelPlaybackServiceImpl
查询频道的回放开关状态 API地址:https://dev.polyv.net/2018/liveproduct/l-api/zbglgn/lzhf/get-playback-enbaled/
channelPlayBackEnabledSetting(LiveChannelPlaybackEnabledRequest) - 接口 中的方法net.polyv.live.service.channel.ILiveChannelPlaybackService
设置后台回放开关 API地址:https://dev.polyv.net/2017/liveproduct/l-api/zbglgn/lzhf/setplaybackenabled/
channelPlayBackEnabledSetting(LiveChannelPlaybackEnabledRequest) - 类 中的方法net.polyv.live.service.channel.impl.LiveChannelPlaybackServiceImpl
设置后台回放开关 API地址:https://dev.polyv.net/2017/liveproduct/l-api/zbglgn/lzhf/setplaybackenabled/
channelPlaybackSetting(LiveChannelPlaybackSettingRequest) - 接口 中的方法net.polyv.live.service.channel.ILiveChannelPlaybackService
设置频道回放设置 API地址:http://api.polyv.net/live/v3/channel/playback/set-setting
channelPlaybackSetting(LiveChannelPlaybackSettingRequest) - 类 中的方法net.polyv.live.service.channel.impl.LiveChannelPlaybackServiceImpl
设置频道回放设置 API地址:http://api.polyv.net/live/v3/channel/playback/set-setting
ChannelSessionInfo() - 类 的构造器net.polyv.live.entity.channel.playback.LiveListChannelSessionInfoResponse.ChannelSessionInfo
 
channelSplash(LiveChannelSplashRequest) - 接口 中的方法net.polyv.live.service.web.ILiveWebInfoService
查询直播引导图开关状态及URL API地址:https://dev.polyv.net/2017/liveproduct/l-api/szgkygg/ymxxsz/getsplash/
channelSplash(LiveChannelSplashRequest) - 类 中的方法net.polyv.live.service.web.impl.LiveWebInfoServiceImpl
查询直播引导图开关状态及URL API地址:https://dev.polyv.net/2017/liveproduct/l-api/szgkygg/ymxxsz/getsplash/
channelStreamInfo(LiveChannelStreamInfoRequest) - 接口 中的方法net.polyv.live.service.channel.ILiveChannelStateService
查询频道实时推流信息 API地址:https://dev.polyv.net/2019/liveproduct/l-api/zbglgn/hqzbxx/get-stream-info/
channelStreamInfo(LiveChannelStreamInfoRequest) - 类 中的方法net.polyv.live.service.channel.impl.LiveChannelStateServiceImpl
查询频道实时推流信息(讲师未进入直播间或未开启上课等情况,将抛出"channel status not live"异常), API地址:https://dev.polyv.net/2019/liveproduct/l-api/zbglgn/hqzbxx/get-stream-info/
ChannelSummary() - 类 的构造器net.polyv.live.entity.channel.viewdata.LiveListChannelSummaryResponse.ChannelSummary
 
ChannelSwitch() - 类 的构造器net.polyv.live.entity.account.LiveAccountSwitchResponse.ChannelSwitch
 
ChannelVedioInfo() - 类 的构造器net.polyv.live.entity.channel.playback.LiveChannelVideoListResponse.ChannelVedioInfo
 
ChannelVideoLibrary() - 类 的构造器net.polyv.live.entity.channel.playback.LiveListChannelVideoLibraryResponse.ChannelVideoLibrary
 
channelVideoOnly(LiveChannelVideoOnlyRequest) - 接口 中的方法net.polyv.live.service.channel.ILiveChannelPlaybackService
查询指定文件ID的录制文件信息 API地址:https://dev.polyv.net/2019/liveproduct/l-api/zbglgn/lzhf/get-record-file/
channelVideoOnly(LiveChannelVideoOnlyRequest) - 类 中的方法net.polyv.live.service.channel.impl.LiveChannelPlaybackServiceImpl
查询指定文件ID的录制文件信息 API地址:https://dev.polyv.net/2019/liveproduct/l-api/zbglgn/lzhf/get-record-file/
channelVideoSort(LiveChannelVideoSortRequest) - 接口 中的方法net.polyv.live.service.channel.ILiveChannelPlaybackService
设置视频库列表排序 API地址:https://dev.polyv.net/2018/liveproduct/l-api/zbglgn/lzhf/sort-playback/
channelVideoSort(LiveChannelVideoSortRequest) - 类 中的方法net.polyv.live.service.channel.impl.LiveChannelPlaybackServiceImpl
设置视频库列表排序 API地址:https://dev.polyv.net/2018/liveproduct/l-api/zbglgn/lzhf/sort-playback/
ChannelViewerConcurrence() - 类 的构造器net.polyv.live.entity.channel.viewdata.LiveChannelViewerConcurrenceResponse.ChannelViewerConcurrence
 
channelViewerConcurrence(LiveChannelViewerConcurrenceRequest) - 接口 中的方法net.polyv.live.service.channel.ILiveChannelViewdataService
查询频道的历史并发人数 API地址:https://dev.polyv.net/2019/liveproduct/l-api/zbglgn/gksj/concurrency/
channelViewerConcurrence(LiveChannelViewerConcurrenceRequest) - 类 中的方法net.polyv.live.service.channel.impl.LiveChannelViewdataServiceImpl
查询频道的历史并发人数 API地址:https://dev.polyv.net/2019/liveproduct/l-api/zbglgn/gksj/concurrency/
ChannelViewerCount() - 类 的构造器net.polyv.live.entity.channel.viewdata.LiveChannelViewerCountResponse.ChannelViewerCount
 
ChannelViewerCount() - 类 的构造器net.polyv.live.entity.channel.viewdata.LiveListChannelViewerCountResponse.ChannelViewerCount
 
ChannelWriteList() - 类 的构造器net.polyv.live.entity.web.auth.LiveChannelWriteListResponse.ChannelWriteList
 
channelWriteList(LiveChannelWriteListRequest) - 接口 中的方法net.polyv.live.service.web.ILiveWebAuthService
查询频道观看白名单列表 API地址:https://dev.polyv.net/2018/liveproduct/l-api/szgkygg/ymgktj/get-white-list/
channelWriteList(LiveChannelWriteListRequest) - 类 中的方法net.polyv.live.service.web.impl.LiveWebAuthServiceImpl
查询频道观看白名单列表 API地址:https://dev.polyv.net/2018/liveproduct/l-api/szgkygg/ymgktj/get-white-list/
CHAT_BANNED_IP_URL - 类 中的静态变量net.polyv.live.constant.LiveURL
设置聊天室禁言ip
CHAT_CLEAN_CHANNEL_MSG_URL - 类 中的静态变量net.polyv.live.constant.LiveURL
删除频道聊天记录
CHAT_DEL_BANNED_URL - 类 中的静态变量net.polyv.live.constant.LiveURL
删除禁言IP/严禁词
CHAT_DEL_CHANNEL_SINGLE_MSG_URL - 类 中的静态变量net.polyv.live.constant.LiveURL
删除单条聊天记录
CHAT_GET_ACCOUNT_BAKWORD_WORD_URL - 类 中的静态变量net.polyv.live.constant.LiveURL
查询账号严禁词列表
CHAT_GET_ADMIN_URL - 类 中的静态变量net.polyv.live.constant.LiveURL
查询聊天室管理员信息
CHAT_GET_BAKWORD_WORD_IP_URL - 类 中的静态变量net.polyv.live.constant.LiveURL
查询频道严禁词/禁言IP列表
CHAT_GET_CHANNEL_BANNED_LIST_URL - 类 中的静态变量net.polyv.live.constant.LiveURL
查询频道禁言列表
CHAT_GET_CONSULTING_RECORD_URL - 类 中的静态变量net.polyv.live.constant.LiveURL
查询咨询提问记录
CHAT_GET_HISTORY_MSG_URL - 类 中的静态变量net.polyv.live.constant.LiveURL
查询历史聊天信息
CHAT_GET_QUERSTION_STATISTICAL_URL - 类 中的静态变量net.polyv.live.constant.LiveURL
查询频道的问答统计结果statistical
CHAT_LIST_KICKED_URL - 类 中的静态变量net.polyv.live.constant.LiveURL
查询频道踢人列表
CHAT_SEND_MSG_URL - 类 中的静态变量net.polyv.live.constant.LiveURL
查询频道答题卡答题结果
CHAT_SET_ADMIN_DATA_URL - 类 中的静态变量net.polyv.live.constant.LiveURL
设置聊天室管理员信息
CHAT_SET_BAD_WORD_URL - 类 中的静态变量net.polyv.live.constant.LiveURL
批量导入频道严禁词
CHAT_SET_TEACHER_URL - 类 中的静态变量net.polyv.live.constant.LiveURL
设置讲师信息
CheckinRecord() - 类 的构造器net.polyv.live.entity.interact.LiveCheckinListResponse.CheckinRecord
 
cleanChannelAllMsg(LiveCleanChannelAllMsgRequest) - 接口 中的方法net.polyv.live.service.chat.ILiveChatRoomService
删除频道聊天记录,API地址:https://dev.polyv.net/2017/liveproduct/zblts/cleanchat/
cleanChannelAllMsg(LiveCleanChannelAllMsgRequest) - 类 中的方法net.polyv.live.service.chat.impl.LiveChatRoomServiceImpl
删除频道聊天记录,API地址:https://dev.polyv.net/2017/liveproduct/zblts/cleanchat/
code - 类 中的变量net.polyv.live.entity.LiveCommonResponse
响应码
CODE_200 - 类 中的静态变量net.polyv.live.constant.LiveURL
200响应码
CODE_400 - 类 中的静态变量net.polyv.live.constant.LiveURL
400错误码
CollectInfo() - 类 的构造器net.polyv.live.entity.interact.LiveListLotteryResponse.CollectInfo
 
CollectInfo() - 类 的构造器net.polyv.live.entity.interact.LiveLotteryWinnerDetailResponse.CollectInfo
 
CollectInfoFieldModel() - 类 的构造器net.polyv.live.entity.interact.LiveListLotteryResponse.CollectInfoFieldModel
 
concatParams(Map<String, String>) - 类 中的静态方法net.polyv.live.util.LiveSignUtil
把数组所有元素排序,并按照“参数参数值”的模式成字符串,用于计算MD5哈希值
convertChannelVideo(LiveConvertChannelVideoRequest) - 接口 中的方法net.polyv.live.service.channel.ILiveChannelPlaybackService
同步转存录制文件到点播 API地址:https://dev.polyv.net/2017/liveproduct/l-api/zbglgn/lzhf/livetovod/
convertChannelVideo(LiveConvertChannelVideoRequest) - 类 中的方法net.polyv.live.service.channel.impl.LiveChannelPlaybackServiceImpl
同步转存录制文件到点播,已经转存的视频再次调用会提示record already convert API地址:https://dev.polyv.net/2017/liveproduct/l-api/zbglgn/lzhf/livetovod/
convertChannelVideoListAsync(LiveConvertChannelVideoListAsyncRequest) - 接口 中的方法net.polyv.live.service.channel.ILiveChannelPlaybackService
异步批量转存录制文件到点播 API地址:https://dev.polyv.net/2019/liveproduct/l-api/zbglgn/lzhf/async-convert/
convertChannelVideoListAsync(LiveConvertChannelVideoListAsyncRequest) - 类 中的方法net.polyv.live.service.channel.impl.LiveChannelPlaybackServiceImpl
异步批量转存录制文件到点播 API地址:https://dev.polyv.net/2019/liveproduct/l-api/zbglgn/lzhf/async-convert/
coverHref - 类 中的变量net.polyv.live.entity.channel.operate.LiveChannelResponse
封面图的跳转链接
coverImage - 类 中的变量net.polyv.live.entity.channel.operate.LiveChannelResponse
播放前显示的封面图
CREATE_CHANNEL_DOC_URL - 类 中的静态变量net.polyv.live.constant.LiveURL
上传频道文档
createAccountToken(LiveCreateAccountTokenRequest) - 接口 中的方法net.polyv.live.service.account.ILiveAccountService
设置账号单点登录的token API地址:https://dev.polyv.net/2019/liveproduct/l-api/zhsz/set-user-login-token/
createAccountToken(LiveCreateAccountTokenRequest) - 类 中的方法net.polyv.live.service.account.impl.LiveAccountServiceImpl
设置账号单点登录的token API地址:https://dev.polyv.net/2019/liveproduct/l-api/zhsz/set-user-login-token/
createChannel(LiveChannelRequest) - 接口 中的方法net.polyv.live.service.channel.ILiveChannelOperateService
创建直播频道 API地址:https://dev.polyv.net/2017/liveproduct/l-api/zbglgn/pdcz/create-channel/
createChannel(LiveChannelRequest) - 类 中的方法net.polyv.live.service.channel.impl.LiveChannelOperateServiceImpl
创建直播频道 API地址:https://dev.polyv.net/2017/liveproduct/l-api/zbglgn/pdcz/create-channel/
createChannelDoc(LiveCreateChannelDocRequest) - 接口 中的方法net.polyv.live.service.channel.ILiveChannelDocService
上传频道文档 API地址:https://dev.polyv.net/2019/liveproduct/l-api/zbglgn/wdgl/upload-ppt-file/
createChannelDoc(LiveCreateChannelDocRequest) - 类 中的方法net.polyv.live.service.channel.impl.LiveChannelDocServiceImpl
上传频道文档 API地址:https://dev.polyv.net/2019/liveproduct/l-api/zbglgn/wdgl/upload-ppt-file/
createChannelInit(LiveChannelInitRequest) - 接口 中的方法net.polyv.live.service.channel.ILiveChannelOperateService
创建并初始化频道 API地址:https://dev.polyv.net/2019/liveproduct/l-api/zbglgn/pdcz/basic-create/
createChannelInit(LiveChannelInitRequest) - 类 中的方法net.polyv.live.service.channel.impl.LiveChannelOperateServiceImpl
创建并初始化频道 API地址:https://dev.polyv.net/2019/liveproduct/l-api/zbglgn/pdcz/basic-create/
createChannelList(LiveCreateChannelListRequest) - 接口 中的方法net.polyv.live.service.channel.ILiveChannelOperateService
批量创建频道 API地址:https://dev.polyv.net/2018/liveproduct/l-api/zbglgn/pdcz/batch-create-channels/
createChannelList(LiveCreateChannelListRequest) - 类 中的方法net.polyv.live.service.channel.impl.LiveChannelOperateServiceImpl
批量创建频道 API地址:https://dev.polyv.net/2018/liveproduct/l-api/zbglgn/pdcz/batch-create-channels/
createChannelPPTRecordTask(LiveCreateChannelPPTRecordRequest) - 接口 中的方法net.polyv.live.service.channel.ILiveChannelOperateService
创建重制课件任务 API地址:https://dev.polyv.net/2020/liveproduct/l-api/zbglgn/pdcz/add-record-task/
createChannelPPTRecordTask(LiveCreateChannelPPTRecordRequest) - 类 中的方法net.polyv.live.service.channel.impl.LiveChannelOperateServiceImpl
创建重制课件任务 API地址:https://dev.polyv.net/2020/liveproduct/l-api/zbglgn/pdcz/add-record-task/
createChannelToken(LiveCreateChannelTokenRequest) - 接口 中的方法net.polyv.live.service.channel.ILiveChannelOperateService
设置频道单点登陆token API地址:https://dev.polyv.net/2018/liveproduct/l-api/zbglgn/pdcz/set-token-1/
createChannelToken(LiveCreateChannelTokenRequest) - 类 中的方法net.polyv.live.service.channel.impl.LiveChannelOperateServiceImpl
设置频道单点登陆token API地址:https://dev.polyv.net/2018/liveproduct/l-api/zbglgn/pdcz/set-token-1/
createChannelWriteList(LiveCreateChannelWriteListRequest) - 接口 中的方法net.polyv.live.service.web.ILiveWebAuthService
添加单个白名单 API地址:https://dev.polyv.net/2020/liveproduct/l-api/szgkygg/ymgktj/add-white-list/
createChannelWriteList(LiveCreateChannelWriteListRequest) - 类 中的方法net.polyv.live.service.web.impl.LiveWebAuthServiceImpl
添加单个白名单
createSonChannel(LiveCreateSonChannelRequest) - 接口 中的方法net.polyv.live.service.channel.ILiveChannelOperateService
创建子频道 API地址:https://dev.polyv.net/2018/liveproduct/l-api/zbglgn/pdcz/add-account/
createSonChannel(LiveCreateSonChannelRequest) - 类 中的方法net.polyv.live.service.channel.impl.LiveChannelOperateServiceImpl
创建子频道 API地址:https://dev.polyv.net/2018/liveproduct/l-api/zbglgn/pdcz/add-account/
createSonChannelToken(LiveCreateSonChannelTokenRequest) - 接口 中的方法net.polyv.live.service.channel.ILiveChannelOperateService
设置子频道单点登陆token API地址:https://dev.polyv.net/2018/liveproduct/l-api/zbglgn/pdcz/set-account-token/
createSonChannelToken(LiveCreateSonChannelTokenRequest) - 类 中的方法net.polyv.live.service.channel.impl.LiveChannelOperateServiceImpl
设置子频道单点登陆token API地址:https://dev.polyv.net/2018/liveproduct/l-api/zbglgn/pdcz/set-account-token/
currentPage - 类 中的变量net.polyv.live.entity.LivePageCommonResponse
当前页
currentTimeMillis - 类 中的变量net.polyv.live.entity.channel.operate.LiveChannelResponse
服务器返回的时间戳(毫秒)
cutoffChannelStream(LiveCutoffChannelStreamRequest) - 接口 中的方法net.polyv.live.service.channel.ILiveChannelStateService
禁止直播频道推流 API地址:https://dev.polyv.net/2019/liveproduct/l-api/zbglgn/hqzbxx/banpush/
cutoffChannelStream(LiveCutoffChannelStreamRequest) - 类 中的方法net.polyv.live.service.channel.impl.LiveChannelStateServiceImpl
禁止直播频道推流 API地址:https://dev.polyv.net/2019/liveproduct/l-api/zbglgn/hqzbxx/banpush/
cutoffHref - 类 中的变量net.polyv.live.entity.channel.operate.LiveChannelResponse
切断流时显示图片的跳转链接
cutoffImage - 类 中的变量net.polyv.live.entity.channel.operate.LiveChannelResponse
切断流时的显示图片

D

data - 类 中的变量net.polyv.live.entity.LiveCommonResponse
实际返回数据
delBanned(LiveDelBannedDataRequest) - 接口 中的方法net.polyv.live.service.chat.ILiveChatRoomService
删除禁言IP/严禁词,API地址:https://dev.polyv.net/2017/liveproduct/zblts/delbanned/
delBanned(LiveDelBannedDataRequest) - 类 中的方法net.polyv.live.service.chat.impl.LiveChatRoomServiceImpl
删除禁言IP/严禁词,API地址:https://dev.polyv.net/2017/liveproduct/zblts/delbanned/
delChatSingleMsg(LiveChatDelSingleMsgRequest) - 接口 中的方法net.polyv.live.service.chat.ILiveChatRoomService
删除单条聊天记录,API地址:https://dev.polyv.net/2017/liveproduct/zblts/delchat/
delChatSingleMsg(LiveChatDelSingleMsgRequest) - 类 中的方法net.polyv.live.service.chat.impl.LiveChatRoomServiceImpl
删除单条聊天记录,API地址:https://dev.polyv.net/2017/liveproduct/zblts/delchat/
deleteChannel(LiveDeleteChannelRequest) - 接口 中的方法net.polyv.live.service.channel.ILiveChannelOperateService
删除直播频道 API地址:https://dev.polyv.net/2018/liveproduct/l-api/zbglgn/pdcz/deletechannel/
deleteChannel(LiveDeleteChannelRequest) - 类 中的方法net.polyv.live.service.channel.impl.LiveChannelOperateServiceImpl
删除直播频道 API地址:https://dev.polyv.net/2018/liveproduct/l-api/zbglgn/pdcz/deletechannel/
deleteChannelDoc(LiveDeleteChannelDocRequest) - 接口 中的方法net.polyv.live.service.channel.ILiveChannelDocService
删除频道文档 API地址:https://dev.polyv.net/2019/liveproduct/l-api/zbglgn/wdgl/delete-document/
deleteChannelDoc(LiveDeleteChannelDocRequest) - 类 中的方法net.polyv.live.service.channel.impl.LiveChannelDocServiceImpl
删除频道文档 API地址:https://dev.polyv.net/2019/liveproduct/l-api/zbglgn/wdgl/delete-document/
deleteChannelList(LiveDeleteChannelListRequest) - 接口 中的方法net.polyv.live.service.channel.ILiveChannelOperateService
批量删除频道 API地址:https://dev.polyv.net/2018/liveproduct/l-api/zbglgn/pdcz/batch-delete-channels/
deleteChannelList(LiveDeleteChannelListRequest) - 类 中的方法net.polyv.live.service.channel.impl.LiveChannelOperateServiceImpl
批量删除频道 API地址:https://dev.polyv.net/2018/liveproduct/l-api/zbglgn/pdcz/batch-delete-channels/
deleteChannelPlaybackVideo(LiveDeleteChannelPlaybackVideoRequest) - 接口 中的方法net.polyv.live.service.channel.ILiveChannelPlaybackService
删除视频库列表中的视频 API地址:https://dev.polyv.net/2017/liveproduct/l-api/zbglgn/lzhf/deleteplaybackvideo/
deleteChannelPlaybackVideo(LiveDeleteChannelPlaybackVideoRequest) - 类 中的方法net.polyv.live.service.channel.impl.LiveChannelPlaybackServiceImpl
删除视频库列表中的视频 API地址:https://dev.polyv.net/2017/liveproduct/l-api/zbglgn/lzhf/deleteplaybackvideo/
deleteChannelVideo(LiveDeleteChannelVideoRequest) - 接口 中的方法net.polyv.live.service.channel.ILiveChannelPlaybackService
删除直播暂存中的录制文件 API地址:https://dev.polyv.net/2018/liveproduct/l-api/zbglgn/lzhf/delete-record/
deleteChannelVideo(LiveDeleteChannelVideoRequest) - 类 中的方法net.polyv.live.service.channel.impl.LiveChannelPlaybackServiceImpl
删除直播暂存中的录制文件,sessionId和startTime不能同时为空,可单独提交某一参数。
deleteSonChannel(LiveDeleteSonChannelRequest) - 接口 中的方法net.polyv.live.service.channel.ILiveChannelOperateService
删除子频道 API地址:https://dev.polyv.net/2018/liveproduct/l-api/zbglgn/pdcz/delete-account/
deleteSonChannel(LiveDeleteSonChannelRequest) - 类 中的方法net.polyv.live.service.channel.impl.LiveChannelOperateServiceImpl
删除子频道 API地址:https://dev.polyv.net/2018/liveproduct/l-api/zbglgn/pdcz/delete-account/
description - 类 中的变量net.polyv.live.entity.channel.operate.LiveChannelResponse
频道描述

E

ERROR_CODE - 类 中的静态变量net.polyv.live.constant.LiveConstant
 
ERROR_INFO - 类 中的静态变量net.polyv.live.service.LiveBaseService
 
ERROR_PREFIX - 类 中的静态变量net.polyv.live.service.LiveBaseService
 
ERROR_PREFIX1 - 类 中的静态变量net.polyv.live.service.LiveBaseService
 
ERROR_SUFFIX - 类 中的静态变量net.polyv.live.service.LiveBaseService
 

F

filterNullValue(Map<String, String>) - 类 中的静态方法net.polyv.live.util.MapUtil
过滤值为NULL的key

G

generateUUID() - 类 中的静态方法net.polyv.live.util.LiveSignUtil
 
getAccountBadworkList(LiveGetAccountBadWordRequest) - 接口 中的方法net.polyv.live.service.chat.ILiveChatRoomService
查询账号严禁词列表,API地址:https://dev.polyv.net/2019/liveproduct/zblts/user-badword-list/
getAccountBadworkList(LiveGetAccountBadWordRequest) - 类 中的方法net.polyv.live.service.chat.impl.LiveChatRoomServiceImpl
查询账号严禁词列表,API地址:https://dev.polyv.net/2019/liveproduct/zblts/user-badword-list/
getAnswerRecord(LiveQuestionAnswerRecordRequest) - 接口 中的方法net.polyv.live.service.interact.ILiveAnswerRecordService
查询频道答题卡答题结果,API地址:https://dev.polyv.net/2018/liveproduct/l-api/zbhd/answer_records/
getAnswerRecord(LiveQuestionAnswerRecordRequest) - 类 中的方法net.polyv.live.service.interact.impl.LiveAnswerRecordServiceImpl
查询频道答题卡答题结果,API地址:https://dev.polyv.net/2018/liveproduct/l-api/zbhd/answer_records/
getAppId() - 类 中的静态方法net.polyv.live.config.LiveGlobalConfig
 
getAppSecret() - 类 中的静态方法net.polyv.live.config.LiveGlobalConfig
 
getBannedList(LiveGetBannedListRequest) - 接口 中的方法net.polyv.live.service.chat.ILiveChatRoomService
查询频道禁言列表,API地址:https://dev.polyv.net/2019/liveproduct/zblts/get-banned-list/
getBannedList(LiveGetBannedListRequest) - 类 中的方法net.polyv.live.service.chat.impl.LiveChatRoomServiceImpl
查询频道禁言列表,API地址:https://dev.polyv.net/2019/liveproduct/zblts/get-banned-list/
getChannelBadworkList(LiveGetBadwordIPRequest) - 接口 中的方法net.polyv.live.service.chat.ILiveChatRoomService
查询频道严禁词/禁言IP列表,API地址:https://dev.polyv.net/2019/liveproduct/zblts/get-channel-badwords/
getChannelBadworkList(LiveGetBadwordIPRequest) - 类 中的方法net.polyv.live.service.chat.impl.LiveChatRoomServiceImpl
查询频道严禁词/禁言IP列表,API地址:https://dev.polyv.net/2019/liveproduct/zblts/get-channel-badwords/
getChatAdminData(LiveGetChatAdminDataRequest) - 接口 中的方法net.polyv.live.service.chat.ILiveChatRoomService
查询聊天室管理员信息,API地址:https://dev.polyv.net/2017/liveproduct/zblts/get-chat-admin/
getChatAdminData(LiveGetChatAdminDataRequest) - 类 中的方法net.polyv.live.service.chat.impl.LiveChatRoomServiceImpl
查询聊天室管理员信息,API地址:https://dev.polyv.net/2017/liveproduct/zblts/get-chat-admin/
getCheckinInfoById(LiveCheckinRequest) - 接口 中的方法net.polyv.live.service.interact.ILiveCheckinService
查询指定签到ID的签到记录,API地址:https://dev.polyv.net/2019/liveproduct/l-api/zbhd/get-checkin/
getCheckinInfoById(LiveCheckinRequest) - 类 中的方法net.polyv.live.service.interact.impl.LiveCheckinServiceImpl
查询指定签到ID的签到记录,API地址:https://dev.polyv.net/2019/liveproduct/l-api/zbhd/get-checkin/
getCheckinListInfo(LiveCheckinListRequest) - 接口 中的方法net.polyv.live.service.interact.ILiveCheckinService
查询签到结果,API地址:https://dev.polyv.net/2019/liveproduct/l-api/zbhd/get-questionnaire-detail/
getCheckinListInfo(LiveCheckinListRequest) - 类 中的方法net.polyv.live.service.interact.impl.LiveCheckinServiceImpl
查询签到结果,API地址:https://dev.polyv.net/2019/liveproduct/l-api/zbhd/get-questionnaire-detail/
getCheckinMetadataBySessionId(LiveCheckinMetadataBySessionIdRequest) - 接口 中的方法net.polyv.live.service.interact.ILiveCheckinService
依据指定直播场次sessionId查询签到场次信息,API地址:https://dev.polyv.net/2019/liveproduct/l-api/zbhd/get-checkin-list-by-sessionid/
getCheckinMetadataBySessionId(LiveCheckinMetadataBySessionIdRequest) - 类 中的方法net.polyv.live.service.interact.impl.LiveCheckinServiceImpl
依据指定直播场次sessionId查询签到场次信息,API地址:https://dev.polyv.net/2019/liveproduct/l-api/zbhd/get-checkin-list-by-sessionid/
getConsultingRecord(LiveGetConsultingRecordRequest) - 接口 中的方法net.polyv.live.service.chat.ILiveChatRoomService
查询咨询提问记录,API地址:https://dev.polyv.net/2018/liveproduct/zblts/getquestion/
getConsultingRecord(LiveGetConsultingRecordRequest) - 类 中的方法net.polyv.live.service.chat.impl.LiveChatRoomServiceImpl
查询咨询提问记录,API地址:https://dev.polyv.net/2018/liveproduct/zblts/getquestion/
getDesc() - 枚举 中的方法net.polyv.live.constant.LiveConstant.AuthType
 
getDesc() - 枚举 中的方法net.polyv.live.constant.LiveConstant.ChannelSwitch
 
getDesc() - 枚举 中的方法net.polyv.live.constant.LiveConstant.GlobalEnabledType
 
getDesc() - 枚举 中的方法net.polyv.live.constant.LiveConstant.HeadAdvertType
 
getDesc() - 枚举 中的方法net.polyv.live.constant.LiveConstant.PPTStatus
 
getDesc() - 枚举 中的方法net.polyv.live.constant.LiveConstant.Role
 
getDesc() - 枚举 中的方法net.polyv.live.constant.LiveConstant.SceneType
 
getFlag() - 枚举 中的方法net.polyv.live.constant.LiveConstant.AutoPlay
 
getFlag() - 枚举 中的方法net.polyv.live.constant.LiveConstant.Flag
 
getFlag() - 枚举 中的方法net.polyv.live.constant.LiveConstant.WatchLayout
 
getHistoryChatMsg(LiveGetHistoryChatMsgRequest) - 接口 中的方法net.polyv.live.service.chat.ILiveChatRoomService
查询历史聊天信息,API地址:https://dev.polyv.net/2019/liveproduct/zblts/get-channel-badwords/
getHistoryChatMsg(LiveGetHistoryChatMsgRequest) - 类 中的方法net.polyv.live.service.chat.impl.LiveChatRoomServiceImpl
查询历史聊天信息,API地址:https://dev.polyv.net/2019/liveproduct/zblts/get-channel-badwords/
getKickedList(LiveKickedListRequest) - 接口 中的方法net.polyv.live.service.chat.ILiveChatRoomService
查询频道踢人列表,API地址:https://dev.polyv.net/2019/liveproduct/zblts/list-kicked/
getKickedList(LiveKickedListRequest) - 类 中的方法net.polyv.live.service.chat.impl.LiveChatRoomServiceImpl
查询频道踢人列表,API地址:https://dev.polyv.net/2019/liveproduct/zblts/list-kicked/
getPosition() - 枚举 中的方法net.polyv.live.constant.LiveConstant.LogoPosition
 
getQuestionnaireDetailInfo(LiveQuestionnaireDetailRequest) - 接口 中的方法net.polyv.live.service.interact.ILiveQuestionnaireService
查询频道问卷详情,API地址:https://dev.polyv.net/2019/liveproduct/l-api/zbhd/get-questionnaire-detail/
getQuestionnaireDetailInfo(LiveQuestionnaireDetailRequest) - 类 中的方法net.polyv.live.service.interact.impl.LiveQuestionnaireServiceImpl
查询频道问卷详情,API地址:https://dev.polyv.net/2019/liveproduct/l-api/zbhd/get-questionnaire-detail/
getQuestionnaireListInfo(LiveQuestionnaireListRequest) - 接口 中的方法net.polyv.live.service.interact.ILiveQuestionnaireService
查询频道问卷列表 ,API地址:https://dev.polyv.net/2019/liveproduct/l-api/zbhd/list-questionaire/
getQuestionnaireListInfo(LiveQuestionnaireListRequest) - 类 中的方法net.polyv.live.service.interact.impl.LiveQuestionnaireServiceImpl
查询频道问卷列表 ,API地址:https://dev.polyv.net/2019/liveproduct/l-api/zbhd/list-questionaire/
getQuestionnaireResultInfo(LiveQuestionnaireResultRequest) - 接口 中的方法net.polyv.live.service.interact.ILiveQuestionnaireService
查询频道问卷结果,API地址:https://dev.polyv.net/2018/liveproduct/l-api/zbhd/questionnaire/
getQuestionnaireResultInfo(LiveQuestionnaireResultRequest) - 类 中的方法net.polyv.live.service.interact.impl.LiveQuestionnaireServiceImpl
查询频道问卷结果,API地址:https://dev.polyv.net/2018/liveproduct/l-api/zbhd/questionnaire/
getQuestionnaireResultPageInfo(LiveQuestionnaireResultPageRequest) - 接口 中的方法net.polyv.live.service.interact.ILiveQuestionnaireService
分页查询问卷结果,API地址:https://dev.polyv.net/2019/liveproduct/l-api/zbhd/list-questionnaire-by-page/
getQuestionnaireResultPageInfo(LiveQuestionnaireResultPageRequest) - 类 中的方法net.polyv.live.service.interact.impl.LiveQuestionnaireServiceImpl
分页查询问卷结果,API地址:https://dev.polyv.net/2019/liveproduct/l-api/zbhd/list-questionnaire-by-page/
getQuestionStatistical(LiveGetQuestionStatisticalRequest) - 接口 中的方法net.polyv.live.service.chat.ILiveChatRoomService
查询频道的问答统计结果,API地址:https://dev.polyv.net/2018/liveproduct/zblts/get-question-result/
getQuestionStatistical(LiveGetQuestionStatisticalRequest) - 类 中的方法net.polyv.live.service.chat.impl.LiveChatRoomServiceImpl
查询频道的问答统计结果,API地址:https://dev.polyv.net/2018/liveproduct/zblts/get-question-result/
getRealUrl(String, Object...) - 类 中的静态方法net.polyv.live.constant.LiveURL
获取替换参数后的URL地址
getSign(Map<String, String>, String, String) - 类 中的静态方法net.polyv.live.util.LiveSignUtil
获取直播加密字符串,并且假如到参数params中
getSignMap(Map<String, String>) - 类 中的静态方法net.polyv.live.util.MapUtil
获取签名字段,appId,timestamp,sign,requestId的 map 集合
getSignMap(T) - 类 中的静态方法net.polyv.live.util.MapUtil
获取签名字段,appId,timestamp,requestId的 map 集合,本方法不参与具体签名方法和sign字段设置
getType() - 枚举 中的方法net.polyv.live.constant.LiveConstant.BannedType
 
getType() - 枚举 中的方法net.polyv.live.constant.LiveConstant.ChatStatus
 
getType() - 枚举 中的方法net.polyv.live.constant.LiveConstant.QuestionType
 
getType() - 枚举 中的方法net.polyv.live.constant.LiveConstant.UserType
 
getUserId() - 类 中的静态方法net.polyv.live.config.LiveGlobalConfig
 
GOOD_DONATE_SET_URL - 类 中的静态变量net.polyv.live.constant.LiveURL
道具打赏设置

I

ILiveAccountService - net.polyv.live.service.account中的接口
直播账号级管理
ILiveAnswerRecordService - net.polyv.live.service.interact中的接口
直播签到管理
ILiveChannelDocService - net.polyv.live.service.channel中的接口
直播直播状态接口
ILiveChannelOperateService - net.polyv.live.service.channel中的接口
直播频道操作接口
ILiveChannelPlaybackService - net.polyv.live.service.channel中的接口
直播录制回放接口
ILiveChannelStateService - net.polyv.live.service.channel中的接口
直播直播状态接口
ILiveChannelViewdataService - net.polyv.live.service.channel中的接口
直播观看数据接口
ILiveChatRoomService - net.polyv.live.service.chat中的接口
直播签到管理
ILiveCheckinService - net.polyv.live.service.interact中的接口
直播签到管理
ILiveLotteryService - net.polyv.live.service.interact中的接口
 
ILivePlayerService - net.polyv.live.service.player中的接口
直播签到管理
ILiveQuestionnaireService - net.polyv.live.service.interact中的接口
直播互动管理
ILiveWebAuthService - net.polyv.live.service.web中的接口
直播Web观看页管理
ILiveWebInfoService - net.polyv.live.service.web中的接口
 
ILiveWebInteractService - net.polyv.live.service.web中的接口
 
ILiveWebMenuService - net.polyv.live.service.web中的接口
 
ILiveWebSettingService - net.polyv.live.service.web中的接口
 
InfoField() - 类 的构造器net.polyv.live.entity.channel.operate.LiveChannelInitRequest.InfoField
 
init(String, String, String) - 类 中的静态方法net.polyv.live.config.LiveGlobalConfig
系统全局初始化
init(String, String, String, Integer, Integer) - 类 中的静态方法net.polyv.live.config.LiveGlobalConfig
系统全局初始化
InitConfig - net.polyv.live.config中的类
 
initPolyvLive(String, String, String) - 类 中的静态方法net.polyv.live.config.InitConfig
初始化配置
initPolyvLiveByFile(String) - 类 中的静态方法net.polyv.live.config.InitConfig
初始化配置 从文件读取JSON初始化配置,JSON格式如下:liveConfig:直播配置,vodConfig:点播配置 {"liveConfig":{"appId":"xxx","userId":"xxx","appSecret":"xxx"},"vodConfig":{"userId":"xxx","writeToken":"xxxxxxe","readToken":"xxxxxx","secretKey":"xxxx"}}
isLowLatency - 类 中的变量net.polyv.live.entity.channel.operate.LiveChannelResponse
低延迟
isOnlyAudio - 类 中的变量net.polyv.live.entity.channel.operate.LiveChannelResponse
仅推音频流
isRequestOk() - 类 中的方法net.polyv.live.entity.LiveCommonResponse
判断请求是否成功

J

JsonUtil - net.polyv.live.util中的类
JSON 工具类

L

listAccount(LiveListAccountRequest) - 接口 中的方法net.polyv.live.service.account.ILiveAccountService
查询账号下的频道列表(返回频道号列表) API地址:https://dev.polyv.net/2016/liveproduct/l-api/zhsz/channels/
listAccount(LiveListAccountRequest) - 类 中的方法net.polyv.live.service.account.impl.LiveAccountServiceImpl
查询账号下的频道列表(返回频道号列表) API地址:https://dev.polyv.net/2016/liveproduct/l-api/zhsz/channels/
listAccountDetail(LiveListAccountDetailRequest) - 接口 中的方法net.polyv.live.service.account.ILiveAccountService
查询账号下所有频道详细信息 API地址:https://dev.polyv.net/2019/liveproduct/l-api/zhsz/chennel-detail/
listAccountDetail(LiveListAccountDetailRequest) - 类 中的方法net.polyv.live.service.account.impl.LiveAccountServiceImpl
查询账号下所有频道详细信息 API地址:https://dev.polyv.net/2019/liveproduct/l-api/zhsz/chennel-detail/
listChannelBasic(LiveListAccountChannelBasicRequest) - 接口 中的方法net.polyv.live.service.account.ILiveAccountService
查询账号下所有频道缩略信息 API地址:https://dev.polyv.net/2018/liveproduct/l-api/zhsz/get-simple-channel-list/
listChannelBasic(LiveListAccountChannelBasicRequest) - 类 中的方法net.polyv.live.service.account.impl.LiveAccountServiceImpl
查询账号下所有频道缩略信息 API地址:https://dev.polyv.net/2018/liveproduct/l-api/zhsz/get-simple-channel-list/
listChannelDoc(LiveListChannelDocRequest) - 接口 中的方法net.polyv.live.service.channel.ILiveChannelDocService
获取频道文档列表 API地址:https://dev.polyv.net/2019/liveproduct/l-api/zbglgn/wdgl/get-ppt-list/
listChannelDoc(LiveListChannelDocRequest) - 类 中的方法net.polyv.live.service.channel.impl.LiveChannelDocServiceImpl
获取频道文档列表 API地址:https://dev.polyv.net/2019/liveproduct/l-api/zbglgn/wdgl/get-ppt-list/
listChannelLiveStream(LiveListChannelStreamStatusRequest) - 接口 中的方法net.polyv.live.service.channel.ILiveChannelStateService
批量查询频道直播流状态 API地址:https://dev.polyv.net/2017/liveproduct/l-api/zbglgn/hqzbxx/live-status/
listChannelLiveStream(LiveListChannelStreamStatusRequest) - 类 中的方法net.polyv.live.service.channel.impl.LiveChannelStateServiceImpl
批量查询频道直播流状态 API地址:https://dev.polyv.net/2017/liveproduct/l-api/zbglgn/hqzbxx/live-status/
listChannelMenu(LiveListChannelMenuRequest) - 接口 中的方法net.polyv.live.service.web.ILiveWebMenuService
查询频道的菜单信息 API地址:https://dev.polyv.net/2018/liveproduct/l-api/szgkygg/menu/channel-menu-list/
listChannelMenu(LiveListChannelMenuRequest) - 类 中的方法net.polyv.live.service.web.impl.LiveWebMenuServiceImpl
查询频道的菜单信息 API地址:https://dev.polyv.net/2018/liveproduct/l-api/szgkygg/menu/channel-menu-list/
listChannelMic(LiveListChannelMicRequest) - 接口 中的方法net.polyv.live.service.channel.ILiveChannelViewdataService
分页获取连麦情况使用详情 API地址:https://dev.polyv.net/2020/liveproduct/l-api/zbglgn/gksj/mic-detail-list/
listChannelMic(LiveListChannelMicRequest) - 类 中的方法net.polyv.live.service.channel.impl.LiveChannelViewdataServiceImpl
分页获取连麦情况使用详情 API地址:https://dev.polyv.net/2020/liveproduct/l-api/zbglgn/gksj/mic-detail-list/
listChannelSessionInfo(LiveListChannelSessionInfoRequest) - 接口 中的方法net.polyv.live.service.channel.ILiveChannelPlaybackService
查询频道直播场次信息 API地址:https://dev.polyv.net/2019/liveproduct/l-api/zbglgn/lzhf/get-channel-sessions/
listChannelSessionInfo(LiveListChannelSessionInfoRequest) - 类 中的方法net.polyv.live.service.channel.impl.LiveChannelPlaybackServiceImpl
查询频道直播场次信息 API地址:https://dev.polyv.net/2019/liveproduct/l-api/zbglgn/lzhf/get-channel-sessions/
listChannelSummary(LiveListChannelSummaryRequest) - 接口 中的方法net.polyv.live.service.channel.ILiveChannelViewdataService
查询多个频道汇总的统计数据 API地址:https://dev.polyv.net/2018/liveproduct/l-api/zbglgn/gksj/channel_play_summary/
listChannelSummary(LiveListChannelSummaryRequest) - 类 中的方法net.polyv.live.service.channel.impl.LiveChannelViewdataServiceImpl
查询多个频道汇总的统计数据 API地址:https://dev.polyv.net/2018/liveproduct/l-api/zbglgn/gksj/channel_play_summary/
listChannelVideo(LiveChannelVideoListRequest) - 接口 中的方法net.polyv.live.service.channel.ILiveChannelPlaybackService
查询频道录制视频信息 API地址:https://dev.polyv.net/2017/liveproduct/l-api/zbglgn/lzhf/recordfilesinfo/#fileUrl
listChannelVideo(LiveChannelVideoListRequest) - 类 中的方法net.polyv.live.service.channel.impl.LiveChannelPlaybackServiceImpl
查询频道录制视频信息 API地址:https://dev.polyv.net/2017/liveproduct/l-api/zbglgn/lzhf/recordfilesinfo/#fileUrl
listChannelVideoLibrary(LiveListChannelVideoLibraryRequest) - 接口 中的方法net.polyv.live.service.channel.ILiveChannelPlaybackService
查询视频库列表 API地址:https://dev.polyv.net/2017/liveproduct/l-api/zbglgn/lzhf/getplaybacklist/
listChannelVideoLibrary(LiveListChannelVideoLibraryRequest) - 类 中的方法net.polyv.live.service.channel.impl.LiveChannelPlaybackServiceImpl
查询视频库列表 API地址:https://dev.polyv.net/2017/liveproduct/l-api/zbglgn/lzhf/getplaybacklist/
listChannelViewerCount(LiveListChannelViewerCountRequest) - 接口 中的方法net.polyv.live.service.channel.ILiveChannelViewdataService
查询多个频道的实时在线人数 API地址:https://dev.polyv.net/2018/liveproduct/l-api/zbglgn/gksj/get-realtime-viewers/
listChannelViewerCount(LiveListChannelViewerCountRequest) - 类 中的方法net.polyv.live.service.channel.impl.LiveChannelViewdataServiceImpl
查询多个频道的实时在线人数 API地址:https://dev.polyv.net/2018/liveproduct/l-api/zbglgn/gksj/get-realtime-viewers/
listChannelViewlog(LiveListChannelViewlogRequest) - 接口 中的方法net.polyv.live.service.channel.ILiveChannelViewdataService
分页查询频道观看日志 API地址:https://dev.polyv.net/2018/liveproduct/l-api/zbglgn/gksj/viewlog-page/
listChannelViewlog(LiveListChannelViewlogRequest) - 类 中的方法net.polyv.live.service.channel.impl.LiveChannelViewdataServiceImpl
分页查询频道观看日志 1.
listLottery(LiveListLotteryRequest) - 接口 中的方法net.polyv.live.service.interact.ILiveLotteryService
获取频道抽奖记录列表 API地址:https://dev.polyv.net/2020/liveproduct/l-api/zbhd/list-lottery/
listLottery(LiveListLotteryRequest) - 类 中的方法net.polyv.live.service.interact.impl.LiveLotteryServiceImpl
获取频道抽奖记录列表 API地址:https://dev.polyv.net/2020/liveproduct/l-api/zbhd/list-lottery/
listPPTRecord(LiveListChannelPPTRecordRequest) - 接口 中的方法net.polyv.live.service.channel.ILiveChannelOperateService
查询课件重制任务列表 API地址:https://dev.polyv.net/2020/liveproduct/l-api/zbglgn/pdcz/pptrecord-list/
listPPTRecord(LiveListChannelPPTRecordRequest) - 类 中的方法net.polyv.live.service.channel.impl.LiveChannelOperateServiceImpl
查询课件重制任务列表 API地址:https://dev.polyv.net/2020/liveproduct/l-api/zbglgn/pdcz/pptrecord-list/
LiveAccountMicDurationRequest - net.polyv.live.entity.account中的类
获取账号连麦分钟数使用量与剩余量请求实体
LiveAccountMicDurationRequest() - 类 的构造器net.polyv.live.entity.account.LiveAccountMicDurationRequest
 
LiveAccountMicDurationResponse - net.polyv.live.entity.account中的类
获取账号连麦分钟数使用量与剩余量请求实体
LiveAccountMicDurationResponse() - 类 的构造器net.polyv.live.entity.account.LiveAccountMicDurationResponse
 
LiveAccountPlaybackCallbackRequest - net.polyv.live.entity.account中的类
设置转存成功回调通知url请求实体
LiveAccountPlaybackCallbackRequest() - 类 的构造器net.polyv.live.entity.account.LiveAccountPlaybackCallbackRequest
 
LiveAccountPlaybackCallbackRequest.PlaybackCallBack - net.polyv.live.entity.account中的类
 
LiveAccountRecordCallbackRequest - net.polyv.live.entity.account中的类
设置录制回调通知url请求实体
LiveAccountRecordCallbackRequest() - 类 的构造器net.polyv.live.entity.account.LiveAccountRecordCallbackRequest
 
LiveAccountRecordCallbackRequest.RecordCallback - net.polyv.live.entity.account中的类
 
LiveAccountServiceImpl - net.polyv.live.service.account.impl中的类
直播账号级管理
LiveAccountServiceImpl() - 类 的构造器net.polyv.live.service.account.impl.LiveAccountServiceImpl
 
LiveAccountStreamCallbackRequest - net.polyv.live.entity.account中的类
设置直播状态回调通知url请求实体
LiveAccountStreamCallbackRequest() - 类 的构造器net.polyv.live.entity.account.LiveAccountStreamCallbackRequest
 
LiveAccountStreamCallbackRequest.LiveStateChangeCallback - net.polyv.live.entity.account中的类
 
LiveAccountSwitchRequest - net.polyv.live.entity.account中的类
查询功能开关状态接口请求实体
LiveAccountSwitchRequest() - 类 的构造器net.polyv.live.entity.account.LiveAccountSwitchRequest
 
LiveAccountSwitchResponse - net.polyv.live.entity.account中的类
查询功能开关状态接口返回实体
LiveAccountSwitchResponse() - 类 的构造器net.polyv.live.entity.account.LiveAccountSwitchResponse
 
LiveAccountSwitchResponse.ChannelSwitch - net.polyv.live.entity.account中的类
 
LiveAccountUserDurationsRequest - net.polyv.live.entity.account中的类
查询账户分钟数请求实体
LiveAccountUserDurationsRequest() - 类 的构造器net.polyv.live.entity.account.LiveAccountUserDurationsRequest
 
LiveAccountUserDurationsResponse - net.polyv.live.entity.account中的类
查询账户分钟数返回实体
LiveAccountUserDurationsResponse() - 类 的构造器net.polyv.live.entity.account.LiveAccountUserDurationsResponse
 
LiveAnswerRecordServiceImpl - net.polyv.live.service.interact.impl中的类
直播互动管理
LiveAnswerRecordServiceImpl() - 类 的构造器net.polyv.live.service.interact.impl.LiveAnswerRecordServiceImpl
 
LiveAuthSetting() - 类 的构造器net.polyv.live.entity.account.LiveListAccountDetailResponse.LiveAuthSetting
 
LiveBadWordRequest - net.polyv.live.entity.chat中的类
批量导入频道严禁词请求实体
LiveBadWordRequest() - 类 的构造器net.polyv.live.entity.chat.LiveBadWordRequest
 
LiveBadWordResponse - net.polyv.live.entity.chat中的类
批量导入频道严禁词响应实体
LiveBadWordResponse() - 类 的构造器net.polyv.live.entity.chat.LiveBadWordResponse
 
LiveBaseService - net.polyv.live.service中的类
直播公共服务类
LiveBaseService() - 类 的构造器net.polyv.live.service.LiveBaseService
 
LiveChannelAuthCustomRequest - net.polyv.live.entity.web.auth中的类
设置自定义授权地址请求实体
LiveChannelAuthCustomRequest() - 类 的构造器net.polyv.live.entity.web.auth.LiveChannelAuthCustomRequest
 
LiveChannelAuthCustomResponse - net.polyv.live.entity.web.auth中的类
设置自定义授权地址返回实体
LiveChannelAuthCustomResponse() - 类 的构造器net.polyv.live.entity.web.auth.LiveChannelAuthCustomResponse
 
LiveChannelAuthCustomResponse.ChannelAuthExternal - net.polyv.live.entity.web.auth中的类
 
LiveChannelAuthExternalRequest - net.polyv.live.entity.web.auth中的类
通过接口设置外部授权请求实体
LiveChannelAuthExternalRequest() - 类 的构造器net.polyv.live.entity.web.auth.LiveChannelAuthExternalRequest
 
LiveChannelAuthExternalResponse - net.polyv.live.entity.web.auth中的类
通过接口设置外部授权返回实体
LiveChannelAuthExternalResponse() - 类 的构造器net.polyv.live.entity.web.auth.LiveChannelAuthExternalResponse
 
LiveChannelAuthExternalResponse.ChannelAuthExternal - net.polyv.live.entity.web.auth中的类
 
LiveChannelAuthRequest - net.polyv.live.entity.web.auth中的类
查询直播频道观看条件请求体
LiveChannelAuthRequest() - 类 的构造器net.polyv.live.entity.web.auth.LiveChannelAuthRequest
 
LiveChannelAuthResponse - net.polyv.live.entity.web.auth中的类
查询直播频道观看条件返回实体
LiveChannelAuthResponse() - 类 的构造器net.polyv.live.entity.web.auth.LiveChannelAuthResponse
 
LiveChannelAuthTokenRequest - net.polyv.live.entity.channel.operate中的类
查询授权和连麦的token请求体
LiveChannelAuthTokenRequest() - 类 的构造器net.polyv.live.entity.channel.operate.LiveChannelAuthTokenRequest
 
LiveChannelAuthTokenResponse - net.polyv.live.entity.channel.operate中的类
查询授权和连麦的token返回体
LiveChannelAuthTokenResponse() - 类 的构造器net.polyv.live.entity.channel.operate.LiveChannelAuthTokenResponse
 
LiveChannelAuthTypeRequest - net.polyv.live.entity.web.auth中的类
设置授权观看类型请求体
LiveChannelAuthTypeRequest() - 类 的构造器net.polyv.live.entity.web.auth.LiveChannelAuthTypeRequest
 
LiveChannelBasic() - 类 的构造器net.polyv.live.entity.channel.operate.LiveCreateChannelListRequest.LiveChannelBasic
 
LiveChannelBasicInfoRequest - net.polyv.live.entity.channel.operate中的类
查询频道基本信息请求体
LiveChannelBasicInfoRequest() - 类 的构造器net.polyv.live.entity.channel.operate.LiveChannelBasicInfoRequest
 
LiveChannelBasicInfoResponse - net.polyv.live.entity.channel.operate中的类
查询频道基本信息返回体
LiveChannelBasicInfoResponse() - 类 的构造器net.polyv.live.entity.channel.operate.LiveChannelBasicInfoResponse
 
LiveChannelBasicInfoResponse.AuthSetting - net.polyv.live.entity.channel.operate中的类
 
LiveChannelBasicInfoResponse.UserCategory - net.polyv.live.entity.channel.operate中的类
 
LiveChannelCountDownRequest - net.polyv.live.entity.web.info中的类
查询频道直播倒计时信息请求实体
LiveChannelCountDownRequest() - 类 的构造器net.polyv.live.entity.web.info.LiveChannelCountDownRequest
 
LiveChannelCountDownResponse - net.polyv.live.entity.web.info中的类
查询频道直播倒计时信息返回实体
LiveChannelCountDownResponse() - 类 的构造器net.polyv.live.entity.web.info.LiveChannelCountDownResponse
 
LiveChannelDefaultVideoRequest - net.polyv.live.entity.channel.playback中的类
设置视频库列表的默认视频请求实体
LiveChannelDefaultVideoRequest() - 类 的构造器net.polyv.live.entity.channel.playback.LiveChannelDefaultVideoRequest
 
LiveChannelDetail() - 类 的构造器net.polyv.live.entity.account.LiveListAccountDetailResponse.LiveChannelDetail
 
LiveChannelDetailRequest - net.polyv.live.entity.channel.operate中的类
设置频道详情请求实体
LiveChannelDetailRequest() - 类 的构造器net.polyv.live.entity.channel.operate.LiveChannelDetailRequest
 
LiveChannelDocServiceImpl - net.polyv.live.service.channel.impl中的类
直播文档管理实现类
LiveChannelDocServiceImpl() - 类 的构造器net.polyv.live.service.channel.impl.LiveChannelDocServiceImpl
 
LiveChannelDocStatusRequest - net.polyv.live.entity.channel.doc中的类
查询频道文档转换状态请求实体
LiveChannelDocStatusRequest() - 类 的构造器net.polyv.live.entity.channel.doc.LiveChannelDocStatusRequest
 
LiveChannelDocStatusResponse - net.polyv.live.entity.channel.doc中的类
获取频道文档列表返回实体
LiveChannelDocStatusResponse() - 类 的构造器net.polyv.live.entity.channel.doc.LiveChannelDocStatusResponse
 
LiveChannelDocStatusResponse.ChannelDocStatus - net.polyv.live.entity.channel.doc中的类
 
LiveChannelDonateRequest - net.polyv.live.entity.web.interact中的类
查询打赏设置请求实体
LiveChannelDonateRequest() - 类 的构造器net.polyv.live.entity.web.interact.LiveChannelDonateRequest
 
LiveChannelDonateResponse - net.polyv.live.entity.web.interact中的类
查询打赏设置返回实体
LiveChannelDonateResponse() - 类 的构造器net.polyv.live.entity.web.interact.LiveChannelDonateResponse
 
LiveChannelDonateResponse.ChannelGood - net.polyv.live.entity.web.interact中的类
 
LiveChannelGlobalSwitchRequest - net.polyv.live.entity.web.setting中的类
设置频道默认项开关请求实体
LiveChannelGlobalSwitchRequest() - 类 的构造器net.polyv.live.entity.web.setting.LiveChannelGlobalSwitchRequest
 
LiveChannelInfoRequest - net.polyv.live.entity.channel.operate中的类
查询频道信息请求体
LiveChannelInfoRequest() - 类 的构造器net.polyv.live.entity.channel.operate.LiveChannelInfoRequest
 
LiveChannelInfoResponse - net.polyv.live.entity.channel.operate中的类
查询频道信息返回体
LiveChannelInfoResponse() - 类 的构造器net.polyv.live.entity.channel.operate.LiveChannelInfoResponse
 
LiveChannelInitRequest - net.polyv.live.entity.channel.operate中的类
创建并初始化频道请求体
LiveChannelInitRequest() - 类 的构造器net.polyv.live.entity.channel.operate.LiveChannelInitRequest
 
LiveChannelInitRequest.AuthSetting - net.polyv.live.entity.channel.operate中的类
 
LiveChannelInitRequest.BasicSetting - net.polyv.live.entity.channel.operate中的类
 
LiveChannelInitRequest.InfoField - net.polyv.live.entity.channel.operate中的类
 
LiveChannelInitResponse - net.polyv.live.entity.channel.operate中的类
创建并初始化频道返回体
LiveChannelInitResponse() - 类 的构造器net.polyv.live.entity.channel.operate.LiveChannelInitResponse
 
LiveChannelLikesRequest - net.polyv.live.entity.web.info中的类
查询频道点赞数和观众热度值请求实体
LiveChannelLikesRequest() - 类 的构造器net.polyv.live.entity.web.info.LiveChannelLikesRequest
 
LiveChannelLikesResponse - net.polyv.live.entity.web.info中的类
查询频道点赞数和观众热度值返回实体
LiveChannelLikesResponse() - 类 的构造器net.polyv.live.entity.web.info.LiveChannelLikesResponse
 
LiveChannelLikesResponse.ChannelLikes - net.polyv.live.entity.web.info中的类
 
LiveChannelMaxHistoryConcurrentRequest - net.polyv.live.entity.channel.viewdata中的类
获取频道一定时间范围之内的历史最高并发人数请求实体
LiveChannelMaxHistoryConcurrentRequest() - 类 的构造器net.polyv.live.entity.channel.viewdata.LiveChannelMaxHistoryConcurrentRequest
 
LiveChannelOperateServiceImpl - net.polyv.live.service.channel.impl中的类
直播频道操作实现类
LiveChannelOperateServiceImpl() - 类 的构造器net.polyv.live.service.channel.impl.LiveChannelOperateServiceImpl
 
LiveChannelPasswordSettingRequest - net.polyv.live.entity.channel.operate中的类
设置频道密码请求体
LiveChannelPasswordSettingRequest() - 类 的构造器net.polyv.live.entity.channel.operate.LiveChannelPasswordSettingRequest
 
LiveChannelPlaybackEnabledInfoRequest - net.polyv.live.entity.channel.playback中的类
查询频道的回放开关状态请求实体
LiveChannelPlaybackEnabledInfoRequest() - 类 的构造器net.polyv.live.entity.channel.playback.LiveChannelPlaybackEnabledInfoRequest
 
LiveChannelPlaybackEnabledRequest - net.polyv.live.entity.channel.playback中的类
设置后台回放开关请求实体
LiveChannelPlaybackEnabledRequest() - 类 的构造器net.polyv.live.entity.channel.playback.LiveChannelPlaybackEnabledRequest
 
LiveChannelPlaybackServiceImpl - net.polyv.live.service.channel.impl中的类
直播录制回放实现类
LiveChannelPlaybackServiceImpl() - 类 的构造器net.polyv.live.service.channel.impl.LiveChannelPlaybackServiceImpl
 
LiveChannelPlaybackSettingRequest - net.polyv.live.entity.channel.playback中的类
设置频道回放设置请求实体
LiveChannelPlaybackSettingRequest() - 类 的构造器net.polyv.live.entity.channel.playback.LiveChannelPlaybackSettingRequest
 
LiveChannelRequest - net.polyv.live.entity.channel.operate中的类
创建直播频道请求实体
LiveChannelRequest() - 类 的构造器net.polyv.live.entity.channel.operate.LiveChannelRequest
 
LiveChannelResponse - net.polyv.live.entity.channel.operate中的类
创建直播频道返回实体
LiveChannelResponse() - 类 的构造器net.polyv.live.entity.channel.operate.LiveChannelResponse
 
LiveChannelSettingRequest - net.polyv.live.entity.channel.operate中的类
修改频道的相关设置请求实体
LiveChannelSettingRequest() - 类 的构造器net.polyv.live.entity.channel.operate.LiveChannelSettingRequest
 
LiveChannelSettingRequest.AuthSetting - net.polyv.live.entity.channel.operate中的类
 
LiveChannelSettingRequest.BasicSetting - net.polyv.live.entity.channel.operate中的类
 
LiveChannelSplashRequest - net.polyv.live.entity.web.info中的类
查询直播引导图开关状态及URL请求实体
LiveChannelSplashRequest() - 类 的构造器net.polyv.live.entity.web.info.LiveChannelSplashRequest
 
LiveChannelSplashResponse - net.polyv.live.entity.web.info中的类
查询直播引导图开关状态及URL返回实体
LiveChannelSplashResponse() - 类 的构造器net.polyv.live.entity.web.info.LiveChannelSplashResponse
 
LiveChannelStateServiceImpl - net.polyv.live.service.channel.impl中的类
直播直播状态实现类
LiveChannelStateServiceImpl() - 类 的构造器net.polyv.live.service.channel.impl.LiveChannelStateServiceImpl
 
LiveChannelStreamInfoRequest - net.polyv.live.entity.channel.state中的类
查询频道实时推流信息请求实体
LiveChannelStreamInfoRequest() - 类 的构造器net.polyv.live.entity.channel.state.LiveChannelStreamInfoRequest
 
LiveChannelStreamInfoResponse - net.polyv.live.entity.channel.state中的类
查询频道实时推流信息返回实体
LiveChannelStreamInfoResponse() - 类 的构造器net.polyv.live.entity.channel.state.LiveChannelStreamInfoResponse
 
LiveChannelStreamStatusRequest - net.polyv.live.entity.channel.state中的类
TODO 未完成功能 查询频道直播状态请求实体
LiveChannelStreamStatusRequest() - 类 的构造器net.polyv.live.entity.channel.state.LiveChannelStreamStatusRequest
 
LiveChannelStreamStatusResponse - net.polyv.live.entity.channel.state中的类
查询频道直播状态返回实体
LiveChannelStreamStatusResponse() - 类 的构造器net.polyv.live.entity.channel.state.LiveChannelStreamStatusResponse
 
LiveChannelVideoListRequest - net.polyv.live.entity.channel.playback中的类
查询频道录制视频信息请求实体
LiveChannelVideoListRequest() - 类 的构造器net.polyv.live.entity.channel.playback.LiveChannelVideoListRequest
 
LiveChannelVideoListResponse - net.polyv.live.entity.channel.playback中的类
查询频道录制视频信息返回实体
LiveChannelVideoListResponse() - 类 的构造器net.polyv.live.entity.channel.playback.LiveChannelVideoListResponse
 
LiveChannelVideoListResponse.ChannelVedioInfo - net.polyv.live.entity.channel.playback中的类
 
LiveChannelVideoOnlyRequest - net.polyv.live.entity.channel.playback中的类
查询指定文件ID的录制文件信息请求实体
LiveChannelVideoOnlyRequest() - 类 的构造器net.polyv.live.entity.channel.playback.LiveChannelVideoOnlyRequest
 
LiveChannelVideoOnlyResponse - net.polyv.live.entity.channel.playback中的类
查询指定文件ID的录制文件信息返回实体
LiveChannelVideoOnlyResponse() - 类 的构造器net.polyv.live.entity.channel.playback.LiveChannelVideoOnlyResponse
 
LiveChannelVideoSortRequest - net.polyv.live.entity.channel.playback中的类
设置视频库列表排序请求实体
LiveChannelVideoSortRequest() - 类 的构造器net.polyv.live.entity.channel.playback.LiveChannelVideoSortRequest
 
LiveChannelViewdataServiceImpl - net.polyv.live.service.channel.impl中的类
直播观看数据实现类
LiveChannelViewdataServiceImpl() - 类 的构造器net.polyv.live.service.channel.impl.LiveChannelViewdataServiceImpl
 
LiveChannelViewerConcurrenceRequest - net.polyv.live.entity.channel.viewdata中的类
查询频道的历史并发人数请求实体
LiveChannelViewerConcurrenceRequest() - 类 的构造器net.polyv.live.entity.channel.viewdata.LiveChannelViewerConcurrenceRequest
 
LiveChannelViewerConcurrenceResponse - net.polyv.live.entity.channel.viewdata中的类
查询频道的历史并发人数返回实体
LiveChannelViewerConcurrenceResponse() - 类 的构造器net.polyv.live.entity.channel.viewdata.LiveChannelViewerConcurrenceResponse
 
LiveChannelViewerConcurrenceResponse.ChannelViewerConcurrence - net.polyv.live.entity.channel.viewdata中的类
 
LiveChannelViewerCountRequest - net.polyv.live.entity.channel.viewdata中的类
查询频道实时在线人数请求实体
LiveChannelViewerCountRequest() - 类 的构造器net.polyv.live.entity.channel.viewdata.LiveChannelViewerCountRequest
 
LiveChannelViewerCountResponse - net.polyv.live.entity.channel.viewdata中的类
查询频道实时在线人数返回实体
LiveChannelViewerCountResponse() - 类 的构造器net.polyv.live.entity.channel.viewdata.LiveChannelViewerCountResponse
 
LiveChannelViewerCountResponse.ChannelViewerCount - net.polyv.live.entity.channel.viewdata中的类
 
LiveChannelViewlog() - 类 的构造器net.polyv.live.entity.channel.viewdata.LiveChannelViewlogResponse.LiveChannelViewlog
 
LiveChannelViewlogRequest - net.polyv.live.entity.channel.viewdata中的类
查询频道观看日志请求实体
LiveChannelViewlogRequest() - 类 的构造器net.polyv.live.entity.channel.viewdata.LiveChannelViewlogRequest
 
LiveChannelViewlogResponse - net.polyv.live.entity.channel.viewdata中的类
查询频道观看日志返回实体
LiveChannelViewlogResponse() - 类 的构造器net.polyv.live.entity.channel.viewdata.LiveChannelViewlogResponse
 
LiveChannelViewlogResponse.LiveChannelViewlog - net.polyv.live.entity.channel.viewdata中的类
 
LiveChannelWriteListRequest - net.polyv.live.entity.web.auth中的类
查询频道观看白名单列表请求体
LiveChannelWriteListRequest() - 类 的构造器net.polyv.live.entity.web.auth.LiveChannelWriteListRequest
 
LiveChannelWriteListResponse - net.polyv.live.entity.web.auth中的类
查询频道观看白名单列表请求体
LiveChannelWriteListResponse() - 类 的构造器net.polyv.live.entity.web.auth.LiveChannelWriteListResponse
 
LiveChannelWriteListResponse.ChannelWriteList - net.polyv.live.entity.web.auth中的类
 
LiveChatBannedIPRequest - net.polyv.live.entity.chat中的类
设置聊天室禁言ip请求实体
LiveChatBannedIPRequest() - 类 的构造器net.polyv.live.entity.chat.LiveChatBannedIPRequest
 
LiveChatDelSingleMsgRequest - net.polyv.live.entity.chat中的类
删除单条聊天记录请求实体
LiveChatDelSingleMsgRequest() - 类 的构造器net.polyv.live.entity.chat.LiveChatDelSingleMsgRequest
 
LiveChatRoomServiceImpl - net.polyv.live.service.chat.impl中的类
直播签到管理
LiveChatRoomServiceImpl() - 类 的构造器net.polyv.live.service.chat.impl.LiveChatRoomServiceImpl
 
LiveCheckinListRequest - net.polyv.live.entity.interact中的类
查询签到结果
LiveCheckinListRequest() - 类 的构造器net.polyv.live.entity.interact.LiveCheckinListRequest
 
LiveCheckinListResponse - net.polyv.live.entity.interact中的类
查询签到结果响应实体
LiveCheckinListResponse() - 类 的构造器net.polyv.live.entity.interact.LiveCheckinListResponse
 
LiveCheckinListResponse.CheckinRecord - net.polyv.live.entity.interact中的类
 
LiveCheckinMetadataBySessionIdRequest - net.polyv.live.entity.interact中的类
依据指定直播场次sessionId查询签到场次信息
LiveCheckinMetadataBySessionIdRequest() - 类 的构造器net.polyv.live.entity.interact.LiveCheckinMetadataBySessionIdRequest
 
LiveCheckinMetadataBySessionIdResponse - net.polyv.live.entity.interact中的类
依据指定直播场次sessionId查询签到场次信息
LiveCheckinMetadataBySessionIdResponse() - 类 的构造器net.polyv.live.entity.interact.LiveCheckinMetadataBySessionIdResponse
 
LiveCheckinRequest - net.polyv.live.entity.interact中的类
查询指定签到ID的签到记录
LiveCheckinRequest() - 类 的构造器net.polyv.live.entity.interact.LiveCheckinRequest
 
LiveCheckinResponse - net.polyv.live.entity.interact中的类
查询指定签到ID的签到记录
LiveCheckinResponse() - 类 的构造器net.polyv.live.entity.interact.LiveCheckinResponse
 
LiveCheckinServiceImpl - net.polyv.live.service.interact.impl中的类
直播签到管理
LiveCheckinServiceImpl() - 类 的构造器net.polyv.live.service.interact.impl.LiveCheckinServiceImpl
 
LiveCleanChannelAllMsgRequest - net.polyv.live.entity.chat中的类
删除频道聊天记录请求实体
LiveCleanChannelAllMsgRequest() - 类 的构造器net.polyv.live.entity.chat.LiveCleanChannelAllMsgRequest
 
LiveCommonRequest - net.polyv.live.entity中的类
直播公共请求实体
LiveCommonRequest() - 类 的构造器net.polyv.live.entity.LiveCommonRequest
 
LiveCommonResponse - net.polyv.live.entity中的类
直播公共返回数据实体
LiveCommonResponse() - 类 的构造器net.polyv.live.entity.LiveCommonResponse
 
LiveConstant - net.polyv.live.constant中的类
直播常量类
LiveConstant() - 类 的构造器net.polyv.live.constant.LiveConstant
 
LiveConstant.AuthType - net.polyv.live.constant中的枚举
 
LiveConstant.AutoPlay - net.polyv.live.constant中的枚举
是否自动播放,0/1,默认1
LiveConstant.BannedType - net.polyv.live.constant中的枚举
禁言类型
LiveConstant.ChannelSwitch - net.polyv.live.constant中的枚举
功能开关类型
LiveConstant.ChatStatus - net.polyv.live.constant中的枚举
聊天记录状态,默认:pass(已审核),审核状态,pass:已审核,censor:审核中和删除
LiveConstant.Flag - net.polyv.live.constant中的枚举
通用条件判断
LiveConstant.GlobalEnabledType - net.polyv.live.constant中的枚举
频道通用开关类型
LiveConstant.HeadAdvertType - net.polyv.live.constant中的枚举
广告类型,NONE-无广告,IMAGE-图片广告,FLV-视频广告
LiveConstant.LogoPosition - net.polyv.live.constant中的枚举
logo位置,取值为为左上角(tl)、右上角(tr)、左下角(bl)、右下角(br)
LiveConstant.PPTStatus - net.polyv.live.constant中的枚举
 
LiveConstant.QuestionType - net.polyv.live.constant中的枚举
问卷答题类型
LiveConstant.Role - net.polyv.live.constant中的枚举
 
LiveConstant.SceneType - net.polyv.live.constant中的枚举
 
LiveConstant.UserType - net.polyv.live.constant中的枚举
用户类型,可以选择多个类型,用英文逗号隔开。
LiveConstant.WatchLayout - net.polyv.live.constant中的枚举
三分屏频道的观看布局,不设置会使用账号的通用设置,取值:ppt 文档为主,video 视频为主
LiveConvertChannelVideoListAsyncRequest - net.polyv.live.entity.channel.playback中的类
异步批量转存录制文件到点播请求实体
LiveConvertChannelVideoListAsyncRequest() - 类 的构造器net.polyv.live.entity.channel.playback.LiveConvertChannelVideoListAsyncRequest
 
LiveConvertChannelVideoRequest - net.polyv.live.entity.channel.playback中的类
同步转存录制文件到点播请求实体
LiveConvertChannelVideoRequest() - 类 的构造器net.polyv.live.entity.channel.playback.LiveConvertChannelVideoRequest
 
LiveCreateAccountTokenRequest - net.polyv.live.entity.account中的类
设置账号单点登录的token请求体
LiveCreateAccountTokenRequest() - 类 的构造器net.polyv.live.entity.account.LiveCreateAccountTokenRequest
 
LiveCreateChannelDocRequest - net.polyv.live.entity.channel.doc中的类
上传频道文档请求实体
LiveCreateChannelDocRequest() - 类 的构造器net.polyv.live.entity.channel.doc.LiveCreateChannelDocRequest
 
LiveCreateChannelDocRequest.CallbackData - net.polyv.live.entity.channel.doc中的类
 
LiveCreateChannelDocResponse - net.polyv.live.entity.channel.doc中的类
上传频道文档返回实体
LiveCreateChannelDocResponse() - 类 的构造器net.polyv.live.entity.channel.doc.LiveCreateChannelDocResponse
 
LiveCreateChannelListRequest - net.polyv.live.entity.channel.operate中的类
批量创建频道请求体
LiveCreateChannelListRequest() - 类 的构造器net.polyv.live.entity.channel.operate.LiveCreateChannelListRequest
 
LiveCreateChannelListRequest.LiveChannelBasic - net.polyv.live.entity.channel.operate中的类
 
LiveCreateChannelListResponse - net.polyv.live.entity.channel.operate中的类
批量创建频道返回体
LiveCreateChannelListResponse() - 类 的构造器net.polyv.live.entity.channel.operate.LiveCreateChannelListResponse
 
LiveCreateChannelPPTRecordRequest - net.polyv.live.entity.channel.operate中的类
创建重制课件任务请求体
LiveCreateChannelPPTRecordRequest() - 类 的构造器net.polyv.live.entity.channel.operate.LiveCreateChannelPPTRecordRequest
 
LiveCreateChannelTokenRequest - net.polyv.live.entity.channel.operate中的类
设置频道单点登陆token请求体
LiveCreateChannelTokenRequest() - 类 的构造器net.polyv.live.entity.channel.operate.LiveCreateChannelTokenRequest
 
LiveCreateChannelVideoPlaybackRequest - net.polyv.live.entity.channel.playback中的类
将点播中的视频添加到视频库请求实体
LiveCreateChannelVideoPlaybackRequest() - 类 的构造器net.polyv.live.entity.channel.playback.LiveCreateChannelVideoPlaybackRequest
 
LiveCreateChannelVideoPlaybackResponse - net.polyv.live.entity.channel.playback中的类
将点播中的视频添加到视频库返回实体
LiveCreateChannelVideoPlaybackResponse() - 类 的构造器net.polyv.live.entity.channel.playback.LiveCreateChannelVideoPlaybackResponse
 
LiveCreateChannelWriteListRequest - net.polyv.live.entity.web.auth中的类
添加单个白名单请求体
LiveCreateChannelWriteListRequest() - 类 的构造器net.polyv.live.entity.web.auth.LiveCreateChannelWriteListRequest
 
LiveCreateSonChannelRequest - net.polyv.live.entity.channel.operate中的类
创建子频道请求体
LiveCreateSonChannelRequest() - 类 的构造器net.polyv.live.entity.channel.operate.LiveCreateSonChannelRequest
 
LiveCreateSonChannelResponse - net.polyv.live.entity.channel.operate中的类
创建子频道返回体
LiveCreateSonChannelResponse() - 类 的构造器net.polyv.live.entity.channel.operate.LiveCreateSonChannelResponse
 
LiveCreateSonChannelTokenRequest - net.polyv.live.entity.channel.operate中的类
设置子频道单点登陆token请求体
LiveCreateSonChannelTokenRequest() - 类 的构造器net.polyv.live.entity.channel.operate.LiveCreateSonChannelTokenRequest
 
LiveCutoffChannelStreamRequest - net.polyv.live.entity.channel.state中的类
禁止直播频道推流请求实体
LiveCutoffChannelStreamRequest() - 类 的构造器net.polyv.live.entity.channel.state.LiveCutoffChannelStreamRequest
 
LiveDelBannedDataRequest - net.polyv.live.entity.chat中的类
删除禁言IP/严禁词请求实体
LiveDelBannedDataRequest() - 类 的构造器net.polyv.live.entity.chat.LiveDelBannedDataRequest
 
LiveDeleteChannelDocRequest - net.polyv.live.entity.channel.doc中的类
删除频道文档请求体
LiveDeleteChannelDocRequest() - 类 的构造器net.polyv.live.entity.channel.doc.LiveDeleteChannelDocRequest
 
LiveDeleteChannelListRequest - net.polyv.live.entity.channel.operate中的类
批量删除频道请求体
LiveDeleteChannelListRequest() - 类 的构造器net.polyv.live.entity.channel.operate.LiveDeleteChannelListRequest
 
LiveDeleteChannelPlaybackVideoRequest - net.polyv.live.entity.channel.playback中的类
删除视频库列表中的视频请求实体
LiveDeleteChannelPlaybackVideoRequest() - 类 的构造器net.polyv.live.entity.channel.playback.LiveDeleteChannelPlaybackVideoRequest
 
LiveDeleteChannelRequest - net.polyv.live.entity.channel.operate中的类
删除直播频道请求体
LiveDeleteChannelRequest() - 类 的构造器net.polyv.live.entity.channel.operate.LiveDeleteChannelRequest
 
LiveDeleteChannelVideoRequest - net.polyv.live.entity.channel.playback中的类
删除直播暂存中的录制文件请求实体
LiveDeleteChannelVideoRequest() - 类 的构造器net.polyv.live.entity.channel.playback.LiveDeleteChannelVideoRequest
 
LiveDeleteSonChannelRequest - net.polyv.live.entity.channel.operate中的类
删除子频道请求体
LiveDeleteSonChannelRequest() - 类 的构造器net.polyv.live.entity.channel.operate.LiveDeleteSonChannelRequest
 
LiveGetAccountBadWordRequest - net.polyv.live.entity.chat中的类
查询账号严禁词列表请求实体
LiveGetAccountBadWordRequest() - 类 的构造器net.polyv.live.entity.chat.LiveGetAccountBadWordRequest
 
LiveGetBadwordIPRequest - net.polyv.live.entity.chat中的类
查询频道严禁词/禁言IP列表请求实体
LiveGetBadwordIPRequest() - 类 的构造器net.polyv.live.entity.chat.LiveGetBadwordIPRequest
 
LiveGetBannedListRequest - net.polyv.live.entity.chat中的类
查询频道禁言列表请求实体
LiveGetBannedListRequest() - 类 的构造器net.polyv.live.entity.chat.LiveGetBannedListRequest
 
LiveGetChatAdminDataRequest - net.polyv.live.entity.chat中的类
查询聊天室管理员信息请求实体
LiveGetChatAdminDataRequest() - 类 的构造器net.polyv.live.entity.chat.LiveGetChatAdminDataRequest
 
LiveGetChatAdminDataResponse - net.polyv.live.entity.chat中的类
查询聊天室管理员信息响应实体
LiveGetChatAdminDataResponse() - 类 的构造器net.polyv.live.entity.chat.LiveGetChatAdminDataResponse
 
LiveGetConsultingRecordRequest - net.polyv.live.entity.chat中的类
查询咨询提问记录请求实体
LiveGetConsultingRecordRequest() - 类 的构造器net.polyv.live.entity.chat.LiveGetConsultingRecordRequest
 
LiveGetConsultingRecordResponse - net.polyv.live.entity.chat中的类
查询咨询提问记录响应实体
LiveGetConsultingRecordResponse() - 类 的构造器net.polyv.live.entity.chat.LiveGetConsultingRecordResponse
 
LiveGetConsultingRecordResponse.User - net.polyv.live.entity.chat中的类
 
LiveGetHistoryChatMsgRequest - net.polyv.live.entity.chat中的类
查询历史聊天信息请求实体
LiveGetHistoryChatMsgRequest() - 类 的构造器net.polyv.live.entity.chat.LiveGetHistoryChatMsgRequest
 
LiveGetHistoryChatMsgResponse - net.polyv.live.entity.chat中的类
查询历史聊天信息响应实体
LiveGetHistoryChatMsgResponse() - 类 的构造器net.polyv.live.entity.chat.LiveGetHistoryChatMsgResponse
 
LiveGetHistoryChatMsgResponse.User - net.polyv.live.entity.chat中的类
 
LiveGetQuestionStatisticalRequest - net.polyv.live.entity.chat中的类
查询频道的问答统计结果请求实体
LiveGetQuestionStatisticalRequest() - 类 的构造器net.polyv.live.entity.chat.LiveGetQuestionStatisticalRequest
 
LiveGetQuestionStatisticalResponse - net.polyv.live.entity.chat中的类
查询频道的问答统计结果响应实体
LiveGetQuestionStatisticalResponse() - 类 的构造器net.polyv.live.entity.chat.LiveGetQuestionStatisticalResponse
 
LiveGlobalConfig - net.polyv.live.config中的类
直播全局配置类
LiveKickedListRequest - net.polyv.live.entity.chat中的类
查询频道踢人列表请求实体
LiveKickedListRequest() - 类 的构造器net.polyv.live.entity.chat.LiveKickedListRequest
 
LiveKickedListResponse - net.polyv.live.entity.chat中的类
查询频道踢人列表响应实体
LiveKickedListResponse() - 类 的构造器net.polyv.live.entity.chat.LiveKickedListResponse
 
LiveListAccountChannelBasicRequest - net.polyv.live.entity.account中的类
查询账号下所有频道缩略信息请求实体
LiveListAccountChannelBasicRequest() - 类 的构造器net.polyv.live.entity.account.LiveListAccountChannelBasicRequest
 
LiveListAccountChannelBasicResponse - net.polyv.live.entity.account中的类
查询账号下所有频道缩略信息返回实体
LiveListAccountChannelBasicResponse() - 类 的构造器net.polyv.live.entity.account.LiveListAccountChannelBasicResponse
 
LiveListAccountChannelBasicResponse.ChannelBasicInfo - net.polyv.live.entity.account中的类
 
LiveListAccountDetailRequest - net.polyv.live.entity.account中的类
查询所有频道详细信息请求实体
LiveListAccountDetailRequest() - 类 的构造器net.polyv.live.entity.account.LiveListAccountDetailRequest
 
LiveListAccountDetailResponse - net.polyv.live.entity.account中的类
查询账号下所有频道详细信息返回实体
LiveListAccountDetailResponse() - 类 的构造器net.polyv.live.entity.account.LiveListAccountDetailResponse
 
LiveListAccountDetailResponse.LiveAuthSetting - net.polyv.live.entity.account中的类
 
LiveListAccountDetailResponse.LiveChannelDetail - net.polyv.live.entity.account中的类
 
LiveListAccountRequest - net.polyv.live.entity.account中的类
查询账号下的频道列表请求实体
LiveListAccountRequest() - 类 的构造器net.polyv.live.entity.account.LiveListAccountRequest
 
LiveListAccountResponse - net.polyv.live.entity.account中的类
查询账号下的频道列表返回实体
LiveListAccountResponse() - 类 的构造器net.polyv.live.entity.account.LiveListAccountResponse
 
LiveListChannelDocRequest - net.polyv.live.entity.channel.doc中的类
获取频道文档列表请求体
LiveListChannelDocRequest() - 类 的构造器net.polyv.live.entity.channel.doc.LiveListChannelDocRequest
 
LiveListChannelDocResponse - net.polyv.live.entity.channel.doc中的类
获取频道文档列表返回实体
LiveListChannelDocResponse() - 类 的构造器net.polyv.live.entity.channel.doc.LiveListChannelDocResponse
 
LiveListChannelDocResponse.ChannelDoc - net.polyv.live.entity.channel.doc中的类
 
LiveListChannelMenuRequest - net.polyv.live.entity.web.menu中的类
查询频道的菜单信息请求实体
LiveListChannelMenuRequest() - 类 的构造器net.polyv.live.entity.web.menu.LiveListChannelMenuRequest
 
LiveListChannelMenuResponse - net.polyv.live.entity.web.menu中的类
查询频道的菜单信息请求实体
LiveListChannelMenuResponse() - 类 的构造器net.polyv.live.entity.web.menu.LiveListChannelMenuResponse
 
LiveListChannelMenuResponse.ChannelMenu - net.polyv.live.entity.web.menu中的类
 
LiveListChannelMicRequest - net.polyv.live.entity.channel.viewdata中的类
分页获取连麦情况使用详情请求体
LiveListChannelMicRequest() - 类 的构造器net.polyv.live.entity.channel.viewdata.LiveListChannelMicRequest
 
LiveListChannelMicResponse - net.polyv.live.entity.channel.viewdata中的类
分页获取连麦情况使用详情返回实体
LiveListChannelMicResponse() - 类 的构造器net.polyv.live.entity.channel.viewdata.LiveListChannelMicResponse
 
LiveListChannelMicResponse.ChannelMic - net.polyv.live.entity.channel.viewdata中的类
 
LiveListChannelPPTRecordRequest - net.polyv.live.entity.channel.operate中的类
查询课件重制任务列表请求实体
LiveListChannelPPTRecordRequest() - 类 的构造器net.polyv.live.entity.channel.operate.LiveListChannelPPTRecordRequest
 
LiveListChannelPPTRecordResponse - net.polyv.live.entity.channel.operate中的类
查询课件重制任务列表返回实体
LiveListChannelPPTRecordResponse() - 类 的构造器net.polyv.live.entity.channel.operate.LiveListChannelPPTRecordResponse
 
LiveListChannelPPTRecordResponse.LivePPTRecord - net.polyv.live.entity.channel.operate中的类
 
LiveListChannelSessionInfoRequest - net.polyv.live.entity.channel.playback中的类
查询频道直播场次信息请求实体
LiveListChannelSessionInfoRequest() - 类 的构造器net.polyv.live.entity.channel.playback.LiveListChannelSessionInfoRequest
 
LiveListChannelSessionInfoResponse - net.polyv.live.entity.channel.playback中的类
查询频道直播场次信息返回实体
LiveListChannelSessionInfoResponse() - 类 的构造器net.polyv.live.entity.channel.playback.LiveListChannelSessionInfoResponse
 
LiveListChannelSessionInfoResponse.ChannelSessionInfo - net.polyv.live.entity.channel.playback中的类
 
LiveListChannelStreamStatusRequest - net.polyv.live.entity.channel.state中的类
批量查询频道直播流状态请求实体
LiveListChannelStreamStatusRequest() - 类 的构造器net.polyv.live.entity.channel.state.LiveListChannelStreamStatusRequest
 
LiveListChannelStreamStatusResponse - net.polyv.live.entity.channel.state中的类
批量查询频道直播流状态返回实体
LiveListChannelStreamStatusResponse() - 类 的构造器net.polyv.live.entity.channel.state.LiveListChannelStreamStatusResponse
 
LiveListChannelSummaryRequest - net.polyv.live.entity.channel.viewdata中的类
查询多个频道汇总的统计数据请求实体
LiveListChannelSummaryRequest() - 类 的构造器net.polyv.live.entity.channel.viewdata.LiveListChannelSummaryRequest
 
LiveListChannelSummaryResponse - net.polyv.live.entity.channel.viewdata中的类
查询多个频道汇总的统计数据返回实体
LiveListChannelSummaryResponse() - 类 的构造器net.polyv.live.entity.channel.viewdata.LiveListChannelSummaryResponse
 
LiveListChannelSummaryResponse.ChannelSummary - net.polyv.live.entity.channel.viewdata中的类
 
LiveListChannelVideoLibraryRequest - net.polyv.live.entity.channel.playback中的类
查询视频库列表请求实体
LiveListChannelVideoLibraryRequest() - 类 的构造器net.polyv.live.entity.channel.playback.LiveListChannelVideoLibraryRequest
 
LiveListChannelVideoLibraryResponse - net.polyv.live.entity.channel.playback中的类
查询视频库列表返回实体
LiveListChannelVideoLibraryResponse() - 类 的构造器net.polyv.live.entity.channel.playback.LiveListChannelVideoLibraryResponse
 
LiveListChannelVideoLibraryResponse.ChannelVideoLibrary - net.polyv.live.entity.channel.playback中的类
 
LiveListChannelViewerCountRequest - net.polyv.live.entity.channel.viewdata中的类
查询多个频道的实时在线人数请求实体
LiveListChannelViewerCountRequest() - 类 的构造器net.polyv.live.entity.channel.viewdata.LiveListChannelViewerCountRequest
 
LiveListChannelViewerCountResponse - net.polyv.live.entity.channel.viewdata中的类
查询多个频道的实时在线人数返回实体
LiveListChannelViewerCountResponse() - 类 的构造器net.polyv.live.entity.channel.viewdata.LiveListChannelViewerCountResponse
 
LiveListChannelViewerCountResponse.ChannelViewerCount - net.polyv.live.entity.channel.viewdata中的类
 
LiveListChannelViewlogRequest - net.polyv.live.entity.channel.viewdata中的类
分页查询频道观看日志请求实体
LiveListChannelViewlogRequest() - 类 的构造器net.polyv.live.entity.channel.viewdata.LiveListChannelViewlogRequest
 
LiveListChannelViewlogResponse - net.polyv.live.entity.channel.viewdata中的类
分页查询频道观看日志返回实体
LiveListChannelViewlogResponse() - 类 的构造器net.polyv.live.entity.channel.viewdata.LiveListChannelViewlogResponse
 
LiveListLotteryRequest - net.polyv.live.entity.interact中的类
获取频道抽奖记录列表请求实体
LiveListLotteryRequest() - 类 的构造器net.polyv.live.entity.interact.LiveListLotteryRequest
 
LiveListLotteryResponse - net.polyv.live.entity.interact中的类
获取频道抽奖记录列表返回实体
LiveListLotteryResponse() - 类 的构造器net.polyv.live.entity.interact.LiveListLotteryResponse
 
LiveListLotteryResponse.CollectInfo - net.polyv.live.entity.interact中的类
 
LiveListLotteryResponse.CollectInfoFieldModel - net.polyv.live.entity.interact中的类
 
LiveListLotteryResponse.LotteryListModel - net.polyv.live.entity.interact中的类
 
LiveLotteryServiceImpl - net.polyv.live.service.interact.impl中的类
抽奖管理
LiveLotteryServiceImpl() - 类 的构造器net.polyv.live.service.interact.impl.LiveLotteryServiceImpl
 
LiveLotteryWinnerDetailRequest - net.polyv.live.entity.interact中的类
获取频道单场抽奖的中奖记录请求实体
LiveLotteryWinnerDetailRequest() - 类 的构造器net.polyv.live.entity.interact.LiveLotteryWinnerDetailRequest
 
LiveLotteryWinnerDetailResponse - net.polyv.live.entity.interact中的类
获取频道单场抽奖的中奖记录返回实体
LiveLotteryWinnerDetailResponse() - 类 的构造器net.polyv.live.entity.interact.LiveLotteryWinnerDetailResponse
 
LiveLotteryWinnerDetailResponse.CollectInfo - net.polyv.live.entity.interact中的类
 
LiveLotteryWinnerDetailResponse.LotteryWinnerDetail - net.polyv.live.entity.interact中的类
 
LiveMergeChannelVideoAsyncRequest - net.polyv.live.entity.channel.playback中的类
异步合并直播录制文件请求实体
LiveMergeChannelVideoAsyncRequest() - 类 的构造器net.polyv.live.entity.channel.playback.LiveMergeChannelVideoAsyncRequest
 
LiveMergeChannelVideoRequest - net.polyv.live.entity.channel.playback中的类
合并录制文件请求实体
LiveMergeChannelVideoRequest() - 类 的构造器net.polyv.live.entity.channel.playback.LiveMergeChannelVideoRequest
 
LivePageCommonRequest - net.polyv.live.entity中的类
直播分页公共请求实体
LivePageCommonRequest() - 类 的构造器net.polyv.live.entity.LivePageCommonRequest
 
LivePageCommonResponse - net.polyv.live.entity中的类
直播分页公共返回实体
LivePageCommonResponse() - 类 的构造器net.polyv.live.entity.LivePageCommonResponse
 
LivePlayerServiceImpl - net.polyv.live.service.player.impl中的类
直播签到管理
LivePlayerServiceImpl() - 类 的构造器net.polyv.live.service.player.impl.LivePlayerServiceImpl
 
LivePPTRecord() - 类 的构造器net.polyv.live.entity.channel.operate.LiveListChannelPPTRecordResponse.LivePPTRecord
 
LiveQuestionAnswerRecordRequest - net.polyv.live.entity.interact中的类
查询频道答题卡答题结果
LiveQuestionAnswerRecordRequest() - 类 的构造器net.polyv.live.entity.interact.LiveQuestionAnswerRecordRequest
 
LiveQuestionAnswerRecordResponse - net.polyv.live.entity.interact中的类
查询频道答题卡答题结果响应实体
LiveQuestionAnswerRecordResponse() - 类 的构造器net.polyv.live.entity.interact.LiveQuestionAnswerRecordResponse
 
LiveQuestionAnswerRecordResponse.Option - net.polyv.live.entity.interact中的类
 
LiveQuestionAnswerRecordResponse.Record - net.polyv.live.entity.interact中的类
 
LiveQuestionnaireDetailRequest - net.polyv.live.entity.interact中的类
查询频道问卷详情请求实体
LiveQuestionnaireDetailRequest() - 类 的构造器net.polyv.live.entity.interact.LiveQuestionnaireDetailRequest
 
LiveQuestionnaireDetailResponse - net.polyv.live.entity.interact中的类
查询频道问卷详情响应实体
LiveQuestionnaireDetailResponse() - 类 的构造器net.polyv.live.entity.interact.LiveQuestionnaireDetailResponse
 
LiveQuestionnaireDetailResponse.QuestionDetail - net.polyv.live.entity.interact中的类
 
LiveQuestionnaireDetailSetRequest - net.polyv.live.entity.interact中的类
查询频道问卷详情请求实体
LiveQuestionnaireDetailSetRequest() - 类 的构造器net.polyv.live.entity.interact.LiveQuestionnaireDetailSetRequest
 
LiveQuestionnaireDetailSetRequest.QuestionDetail - net.polyv.live.entity.interact中的类
 
LiveQuestionnaireDetailSetResponse - net.polyv.live.entity.interact中的类
查询频道问卷详情响应实体
LiveQuestionnaireDetailSetResponse() - 类 的构造器net.polyv.live.entity.interact.LiveQuestionnaireDetailSetResponse
 
LiveQuestionnaireListRequest - net.polyv.live.entity.interact中的类
查询频道问卷列表请求实体
LiveQuestionnaireListRequest() - 类 的构造器net.polyv.live.entity.interact.LiveQuestionnaireListRequest
 
LiveQuestionnaireListResponse - net.polyv.live.entity.interact中的类
查询频道问卷列表响应实体
LiveQuestionnaireListResponse() - 类 的构造器net.polyv.live.entity.interact.LiveQuestionnaireListResponse
 
LiveQuestionnaireListResponse.QuestionDetail - net.polyv.live.entity.interact中的类
 
LiveQuestionnaireResultPageRequest - net.polyv.live.entity.interact中的类
分页查询频道问卷结果请求实体
LiveQuestionnaireResultPageRequest() - 类 的构造器net.polyv.live.entity.interact.LiveQuestionnaireResultPageRequest
 
LiveQuestionnaireResultPageResponse - net.polyv.live.entity.interact中的类
分页查询频道问卷结果响应实体
LiveQuestionnaireResultPageResponse() - 类 的构造器net.polyv.live.entity.interact.LiveQuestionnaireResultPageResponse
 
LiveQuestionnaireResultRequest - net.polyv.live.entity.interact中的类
查询频道问卷结果请求实体
LiveQuestionnaireResultRequest() - 类 的构造器net.polyv.live.entity.interact.LiveQuestionnaireResultRequest
 
LiveQuestionnaireResultResponse - net.polyv.live.entity.interact中的类
查询频道问卷结果响应实体
LiveQuestionnaireResultResponse() - 类 的构造器net.polyv.live.entity.interact.LiveQuestionnaireResultResponse
 
LiveQuestionnaireResultResponse.QuestionStats - net.polyv.live.entity.interact中的类
 
LiveQuestionnaireResultResponse.QuestionStats.QuestionStat - net.polyv.live.entity.interact中的类
 
LiveQuestionnaireResultResponse.Users - net.polyv.live.entity.interact中的类
 
LiveQuestionnaireResultResponse.Users.Answers - net.polyv.live.entity.interact中的类
 
LiveQuestionnaireServiceImpl - net.polyv.live.service.interact.impl中的类
直播互动管理
LiveQuestionnaireServiceImpl() - 类 的构造器net.polyv.live.service.interact.impl.LiveQuestionnaireServiceImpl
 
LiveResumeChannelStreamRequest - net.polyv.live.entity.channel.state中的类
恢复直播频道推流请求体
LiveResumeChannelStreamRequest() - 类 的构造器net.polyv.live.entity.channel.state.LiveResumeChannelStreamRequest
 
LiveSendChatMsgRequest - net.polyv.live.entity.chat中的类
通过HTTP接口发送聊天消息请求实体
LiveSendChatMsgRequest() - 类 的构造器net.polyv.live.entity.chat.LiveSendChatMsgRequest
 
LiveSendChatMsgResponse - net.polyv.live.entity.chat中的类
通过HTTP接口发送聊天消息签到记录
LiveSendChatMsgResponse() - 类 的构造器net.polyv.live.entity.chat.LiveSendChatMsgResponse
 
LiveSetChatAdminDataRequest - net.polyv.live.entity.chat中的类
设置聊天室管理员信息请求实体
LiveSetChatAdminDataRequest() - 类 的构造器net.polyv.live.entity.chat.LiveSetChatAdminDataRequest
 
LiveSetLotteryWinnerInfoRequest - net.polyv.live.entity.interact中的类
设置抽奖中奖者信息请求实体
LiveSetLotteryWinnerInfoRequest() - 类 的构造器net.polyv.live.entity.interact.LiveSetLotteryWinnerInfoRequest
 
LiveSetPlayerHeaderAdvertRequest - net.polyv.live.entity.player中的类
设置播放器暂停广告请求实体
LiveSetPlayerHeaderAdvertRequest() - 类 的构造器net.polyv.live.entity.player.LiveSetPlayerHeaderAdvertRequest
 
LiveSetPlayerImgRequest - net.polyv.live.entity.player中的类
设置播放器暖场图片请求实体
LiveSetPlayerImgRequest() - 类 的构造器net.polyv.live.entity.player.LiveSetPlayerImgRequest
 
LiveSetPlayerImgResponse - net.polyv.live.entity.player中的类
设置播放器暖场图片响应实体
LiveSetPlayerImgResponse() - 类 的构造器net.polyv.live.entity.player.LiveSetPlayerImgResponse
 
LiveSetPlayerLogoRequest - net.polyv.live.entity.player中的类
设置播放器Logo请求实体
LiveSetPlayerLogoRequest() - 类 的构造器net.polyv.live.entity.player.LiveSetPlayerLogoRequest
 
LiveSetPlayerPauseAdvertRequest - net.polyv.live.entity.player中的类
设置播放器暂停广告请求实体
LiveSetPlayerPauseAdvertRequest() - 类 的构造器net.polyv.live.entity.player.LiveSetPlayerPauseAdvertRequest
 
LiveSetTeacherDataRequest - net.polyv.live.entity.chat中的类
设置讲师信息请求实体
LiveSetTeacherDataRequest() - 类 的构造器net.polyv.live.entity.chat.LiveSetTeacherDataRequest
 
LiveSetWarmupEnableRequest - net.polyv.live.entity.player中的类
设置频道的暖场设置开关请求实体
LiveSetWarmupEnableRequest() - 类 的构造器net.polyv.live.entity.player.LiveSetWarmupEnableRequest
 
LiveSetWarmupVedioRequest - net.polyv.live.entity.player中的类
设置播放器暖场视频请求实体
LiveSetWarmupVedioRequest() - 类 的构造器net.polyv.live.entity.player.LiveSetWarmupVedioRequest
 
LiveSignUtil - net.polyv.live.util中的类
polyv 直播签名工具类
LiveSonChannelInfoListRequest - net.polyv.live.entity.channel.operate中的类
查询频道号下所有子频道信息请求体
LiveSonChannelInfoListRequest() - 类 的构造器net.polyv.live.entity.channel.operate.LiveSonChannelInfoListRequest
 
LiveSonChannelInfoListResponse - net.polyv.live.entity.channel.operate中的类
查询频道号下所有子频道信息返回体
LiveSonChannelInfoListResponse() - 类 的构造器net.polyv.live.entity.channel.operate.LiveSonChannelInfoListResponse
 
LiveSonChannelInfoRequest - net.polyv.live.entity.channel.operate中的类
查询子频道信息请求体
LiveSonChannelInfoRequest() - 类 的构造器net.polyv.live.entity.channel.operate.LiveSonChannelInfoRequest
 
LiveSonChannelInfoResponse - net.polyv.live.entity.channel.operate中的类
查询子频道信息返回体
LiveSonChannelInfoResponse() - 类 的构造器net.polyv.live.entity.channel.operate.LiveSonChannelInfoResponse
 
LiveStateChangeCallback() - 类 的构造器net.polyv.live.entity.account.LiveAccountStreamCallbackRequest.LiveStateChangeCallback
 
LiveUpdateAccountSwitchRequest - net.polyv.live.entity.account中的类
设置功能开关状态请求实体
LiveUpdateAccountSwitchRequest() - 类 的构造器net.polyv.live.entity.account.LiveUpdateAccountSwitchRequest
 
LiveUpdateChannelAuthRequest - net.polyv.live.entity.web.auth中的类
设置观看条件请求实体
LiveUpdateChannelAuthRequest() - 类 的构造器net.polyv.live.entity.web.auth.LiveUpdateChannelAuthRequest
 
LiveUpdateChannelAuthUrlRequest - net.polyv.live.entity.web.auth中的类
设置授权认证URL请求实体
LiveUpdateChannelAuthUrlRequest() - 类 的构造器net.polyv.live.entity.web.auth.LiveUpdateChannelAuthUrlRequest
 
LiveUpdateChannelCashRequest - net.polyv.live.entity.web.interact中的类
设置现金打赏请求体
LiveUpdateChannelCashRequest() - 类 的构造器net.polyv.live.entity.web.interact.LiveUpdateChannelCashRequest
 
LiveUpdateChannelCountDownRequest - net.polyv.live.entity.web.info中的类
设置频道直播倒计时信息请求实体
LiveUpdateChannelCountDownRequest() - 类 的构造器net.polyv.live.entity.web.info.LiveUpdateChannelCountDownRequest
 
LiveUpdateChannelGoodRequest - net.polyv.live.entity.web.interact中的类
设置道具打赏请求实体
LiveUpdateChannelGoodRequest() - 类 的构造器net.polyv.live.entity.web.interact.LiveUpdateChannelGoodRequest
 
LiveUpdateChannelGoodRequest.ChannelGood - net.polyv.live.entity.web.interact中的类
 
LiveUpdateChannelLikesRequest - net.polyv.live.entity.web.info中的类
设置频道点赞数和观看热度值请求实体
LiveUpdateChannelLikesRequest() - 类 的构造器net.polyv.live.entity.web.info.LiveUpdateChannelLikesRequest
 
LiveUpdateChannelLogoRequest - net.polyv.live.entity.web.info中的类
设置频道图标请求实体
LiveUpdateChannelLogoRequest() - 类 的构造器net.polyv.live.entity.web.info.LiveUpdateChannelLogoRequest
 
LiveUpdateChannelMenuRequest - net.polyv.live.entity.web.menu中的类
设置自定义菜单直播介绍请求实体
LiveUpdateChannelMenuRequest() - 类 的构造器net.polyv.live.entity.web.menu.LiveUpdateChannelMenuRequest
 
LiveUpdateChannelNameRequest - net.polyv.live.entity.web.info中的类
设置频道名称请求实体
LiveUpdateChannelNameRequest() - 类 的构造器net.polyv.live.entity.web.info.LiveUpdateChannelNameRequest
 
LiveUpdateChannelPublisherRequest - net.polyv.live.entity.web.info中的类
设置主持人姓名请求实体
LiveUpdateChannelPublisherRequest() - 类 的构造器net.polyv.live.entity.web.info.LiveUpdateChannelPublisherRequest
 
LiveUpdateChannelSplashRequest - net.polyv.live.entity.web.info中的类
设置引导开关以及引导图片请求实体
LiveUpdateChannelSplashRequest() - 类 的构造器net.polyv.live.entity.web.info.LiveUpdateChannelSplashRequest
 
LiveUpdateSonChannelInfoRequest - net.polyv.live.entity.channel.operate中的类
设置子频道信息请求体
LiveUpdateSonChannelInfoRequest() - 类 的构造器net.polyv.live.entity.channel.operate.LiveUpdateSonChannelInfoRequest
 
LiveURL - net.polyv.live.constant中的类
直播相关URL
LiveURL() - 类 的构造器net.polyv.live.constant.LiveURL
 
LiveWebAuthServiceImpl - net.polyv.live.service.web.impl中的类
直播Web观看页管理
LiveWebAuthServiceImpl() - 类 的构造器net.polyv.live.service.web.impl.LiveWebAuthServiceImpl
 
LiveWebInfoServiceImpl - net.polyv.live.service.web.impl中的类
 
LiveWebInfoServiceImpl() - 类 的构造器net.polyv.live.service.web.impl.LiveWebInfoServiceImpl
 
LiveWebInteractServiceImpl - net.polyv.live.service.web.impl中的类
 
LiveWebInteractServiceImpl() - 类 的构造器net.polyv.live.service.web.impl.LiveWebInteractServiceImpl
 
LiveWebMenuServiceImpl - net.polyv.live.service.web.impl中的类
 
LiveWebMenuServiceImpl() - 类 的构造器net.polyv.live.service.web.impl.LiveWebMenuServiceImpl
 
LiveWebSettingServiceImpl - net.polyv.live.service.web.impl中的类
 
LiveWebSettingServiceImpl() - 类 的构造器net.polyv.live.service.web.impl.LiveWebSettingServiceImpl
 
logoHref - 类 中的变量net.polyv.live.entity.channel.operate.LiveChannelResponse
Logo的跳转链接
logoImage - 类 中的变量net.polyv.live.entity.channel.operate.LiveChannelResponse
LOGO图片
logoOpacity - 类 中的变量net.polyv.live.entity.channel.operate.LiveChannelResponse
LOGO透明度
logoPosition - 类 中的变量net.polyv.live.entity.channel.operate.LiveChannelResponse
LOGO位置
LotteryListModel() - 类 的构造器net.polyv.live.entity.interact.LiveListLotteryResponse.LotteryListModel
 
LotteryWinnerDetail() - 类 的构造器net.polyv.live.entity.interact.LiveLotteryWinnerDetailResponse.LotteryWinnerDetail
 
lotteryWinnerDetail(LiveLotteryWinnerDetailRequest) - 接口 中的方法net.polyv.live.service.interact.ILiveLotteryService
获取频道单场抽奖的中奖记录 API地址:https://dev.polyv.net/2020/liveproduct/l-api/zbhd/get-winner-detail/
lotteryWinnerDetail(LiveLotteryWinnerDetailRequest) - 类 中的方法net.polyv.live.service.interact.impl.LiveLotteryServiceImpl
获取频道单场抽奖的中奖记录 API地址:https://dev.polyv.net/2020/liveproduct/l-api/zbhd/get-winner-detail/

M

m3u8Url - 类 中的变量net.polyv.live.entity.channel.operate.LiveChannelResponse
直播拉流(播放)m3u8地址
m3u8Url1 - 类 中的变量net.polyv.live.entity.channel.operate.LiveChannelResponse
直播拉流(播放)m3u8地址1
m3u8Url2 - 类 中的变量net.polyv.live.entity.channel.operate.LiveChannelResponse
直播拉流(播放)m3u8地址2
m3u8Url3 - 类 中的变量net.polyv.live.entity.channel.operate.LiveChannelResponse
直播拉流(播放)m3u8地址3
main(String[]) - 类 中的静态方法net.polyv.live.App
 
mapJoin(Map<String, String>, boolean, boolean) - 类 中的静态方法net.polyv.live.util.MapUtil
url 参数串连
mapJoinEncode(Map<String, String>, boolean, boolean) - 类 中的静态方法net.polyv.live.util.LiveSignUtil
url 参数串连
mapJoinNotEncode(Map<String, String>) - 类 中的静态方法net.polyv.live.util.LiveSignUtil
url 参数串连但是不进行参数Encode
mapJoinNotEncode(Map<String, String>) - 类 中的静态方法net.polyv.live.util.MapUtil
url 参数串连但是不进行参数Encode
MapUtil - net.polyv.live.util中的类
MAP对象和HTTP参数 互相转换对象
maxChannelHistoryConcurrent(LiveChannelMaxHistoryConcurrentRequest) - 接口 中的方法net.polyv.live.service.channel.ILiveChannelViewdataService
获取频道一定时间范围之内的历史最高并发人数 API地址:https://dev.polyv.net/2020/liveproduct/l-api/zbglgn/gksj/get-max-history-concurrent/
maxChannelHistoryConcurrent(LiveChannelMaxHistoryConcurrentRequest) - 类 中的方法net.polyv.live.service.channel.impl.LiveChannelViewdataServiceImpl
获取频道一定时间范围之内的历史最高并发人数,粒度可以支持到分钟 API地址:https://dev.polyv.net/2020/liveproduct/l-api/zbglgn/gksj/get-max-history-concurrent/
md5Hex(String) - 类 中的静态方法net.polyv.live.util.LiveSignUtil
对字符串做MD5加密,返回加密后的字符串。
mergeChannelVideo(LiveMergeChannelVideoRequest) - 接口 中的方法net.polyv.live.service.channel.ILiveChannelPlaybackService
合并录制文件
mergeChannelVideo(LiveMergeChannelVideoRequest) - 类 中的方法net.polyv.live.service.channel.impl.LiveChannelPlaybackServiceImpl
合并录制文件(由于同步上传影响性能,暂时不对外提供) 注意:urls 和 fileIds 参数不能同时不传;两个参数都传时,urls生效。
mergeChannelVideoAsync(LiveMergeChannelVideoAsyncRequest) - 接口 中的方法net.polyv.live.service.channel.ILiveChannelPlaybackService
异步合并直播录制文件
mergeChannelVideoAsync(LiveMergeChannelVideoAsyncRequest) - 类 中的方法net.polyv.live.service.channel.impl.LiveChannelPlaybackServiceImpl
异步合并直播录制文件 API地址:https://dev.polyv.net/2019/liveproduct/l-api/zbglgn/lzhf/async-merge/
message - 类 中的变量net.polyv.live.entity.LiveCommonResponse
错误信息
micDuration(LiveAccountMicDurationRequest) - 接口 中的方法net.polyv.live.service.account.ILiveAccountService
获取账号连麦分钟数使用量与剩余量 API地址:https://dev.polyv.net/2020/liveproduct/l-api/zhsz/mic-duration/
micDuration(LiveAccountMicDurationRequest) - 类 中的方法net.polyv.live.service.account.impl.LiveAccountServiceImpl
获取账号连麦分钟数使用量与剩余量 API地址:https://dev.polyv.net/2020/liveproduct/l-api/zhsz/mic-duration/

N

name - 类 中的变量net.polyv.live.entity.channel.operate.LiveChannelResponse
频道名称
net.polyv.live - 程序包 net.polyv.live
 
net.polyv.live.config - 程序包 net.polyv.live.config
 
net.polyv.live.constant - 程序包 net.polyv.live.constant
 
net.polyv.live.entity - 程序包 net.polyv.live.entity
 
net.polyv.live.entity.account - 程序包 net.polyv.live.entity.account
 
net.polyv.live.entity.channel.doc - 程序包 net.polyv.live.entity.channel.doc
 
net.polyv.live.entity.channel.operate - 程序包 net.polyv.live.entity.channel.operate
 
net.polyv.live.entity.channel.playback - 程序包 net.polyv.live.entity.channel.playback
 
net.polyv.live.entity.channel.state - 程序包 net.polyv.live.entity.channel.state
 
net.polyv.live.entity.channel.viewdata - 程序包 net.polyv.live.entity.channel.viewdata
 
net.polyv.live.entity.chat - 程序包 net.polyv.live.entity.chat
 
net.polyv.live.entity.interact - 程序包 net.polyv.live.entity.interact
 
net.polyv.live.entity.player - 程序包 net.polyv.live.entity.player
 
net.polyv.live.entity.web.auth - 程序包 net.polyv.live.entity.web.auth
 
net.polyv.live.entity.web.info - 程序包 net.polyv.live.entity.web.info
 
net.polyv.live.entity.web.interact - 程序包 net.polyv.live.entity.web.interact
 
net.polyv.live.entity.web.menu - 程序包 net.polyv.live.entity.web.menu
 
net.polyv.live.entity.web.setting - 程序包 net.polyv.live.entity.web.setting
 
net.polyv.live.service - 程序包 net.polyv.live.service
 
net.polyv.live.service.account - 程序包 net.polyv.live.service.account
 
net.polyv.live.service.account.impl - 程序包 net.polyv.live.service.account.impl
 
net.polyv.live.service.channel - 程序包 net.polyv.live.service.channel
 
net.polyv.live.service.channel.impl - 程序包 net.polyv.live.service.channel.impl
 
net.polyv.live.service.chat - 程序包 net.polyv.live.service.chat
 
net.polyv.live.service.chat.impl - 程序包 net.polyv.live.service.chat.impl
 
net.polyv.live.service.interact - 程序包 net.polyv.live.service.interact
 
net.polyv.live.service.interact.impl - 程序包 net.polyv.live.service.interact.impl
 
net.polyv.live.service.player - 程序包 net.polyv.live.service.player
 
net.polyv.live.service.player.impl - 程序包 net.polyv.live.service.player.impl
 
net.polyv.live.service.web - 程序包 net.polyv.live.service.web
 
net.polyv.live.service.web.impl - 程序包 net.polyv.live.service.web.impl
 
net.polyv.live.util - 程序包 net.polyv.live.util
 

O

objectToMap(Object) - 类 中的静态方法net.polyv.live.util.MapUtil
转换对象为map
Option() - 类 的构造器net.polyv.live.entity.interact.LiveQuestionAnswerRecordResponse.Option
 
order(Map<String, String>) - 类 中的静态方法net.polyv.live.util.MapUtil
Map key排序

P

pageSize - 类 中的变量net.polyv.live.entity.LivePageCommonResponse
每页显示的数据条数,默认每页显示20条数据
parseArray(Class<T>) - 类 中的方法net.polyv.live.entity.LiveCommonResponse
 
parseData(Class<T>) - 类 中的方法net.polyv.live.entity.LiveCommonResponse
 
parseObject(String, Class<T>) - 类 中的静态方法net.polyv.live.util.JsonUtil
 
passwdEncrypted - 类 中的变量net.polyv.live.entity.channel.operate.LiveChannelResponse
观看密码加密后的密文
passwdRestrict - 类 中的变量net.polyv.live.entity.channel.operate.LiveChannelResponse
观看密码限制,需要输入观看密码才能播放流
PlaybackCallBack() - 类 的构造器net.polyv.live.entity.account.LiveAccountPlaybackCallbackRequest.PlaybackCallBack
 
PLAYER_SET_CHANNEL_HEADER_ADVERT_URL - 类 中的静态变量net.polyv.live.constant.LiveURL
设置播放器片头广告
PLAYER_SET_CHANNEL_LOGO_URL - 类 中的静态变量net.polyv.live.constant.LiveURL
设置播放器Logo
PLAYER_SET_CHANNEL_PAUSE_ADVERT_URL - 类 中的静态变量net.polyv.live.constant.LiveURL
设置播放器暂停广告
PLAYER_SET_CHANNEL_WARMUP_VEDIO_URL - 类 中的静态变量net.polyv.live.constant.LiveURL
设置播放器暖场视频
PLAYER_SET_IMG_URL - 类 中的静态变量net.polyv.live.constant.LiveURL
设置播放器暖场图片
PLAYER_SET_WARMUP_ENABLE_URL - 类 中的静态变量net.polyv.live.constant.LiveURL
设置频道的暖场设置开关
playerColor - 类 中的变量net.polyv.live.entity.channel.operate.LiveChannelResponse
播放器控制栏颜色
PROXY_ERR_MSG - 类 中的静态变量net.polyv.live.constant.LiveURL
设置代理错误提示

Q

QuestionDetail() - 类 的构造器net.polyv.live.entity.interact.LiveQuestionnaireDetailResponse.QuestionDetail
 
QuestionDetail() - 类 的构造器net.polyv.live.entity.interact.LiveQuestionnaireDetailSetRequest.QuestionDetail
 
QuestionDetail() - 类 的构造器net.polyv.live.entity.interact.LiveQuestionnaireListResponse.QuestionDetail
 
QuestionStat() - 类 的构造器net.polyv.live.entity.interact.LiveQuestionnaireResultResponse.QuestionStats.QuestionStat
 
QuestionStats() - 类 的构造器net.polyv.live.entity.interact.LiveQuestionnaireResultResponse.QuestionStats
 

R

Record() - 类 的构造器net.polyv.live.entity.interact.LiveQuestionAnswerRecordResponse.Record
 
RecordCallback() - 类 的构造器net.polyv.live.entity.account.LiveAccountRecordCallbackRequest.RecordCallback
 
REQUEST_ERR_MSG - 类 中的静态变量net.polyv.live.constant.LiveURL
请求错误提示
resumeChannelStream(LiveResumeChannelStreamRequest) - 接口 中的方法net.polyv.live.service.channel.ILiveChannelStateService
恢复直播频道推流 API地址:https://dev.polyv.net/2017/liveproduct/l-api/zbglgn/hqzbxx/resume/
resumeChannelStream(LiveResumeChannelStreamRequest) - 类 中的方法net.polyv.live.service.channel.impl.LiveChannelStateServiceImpl
恢复直播频道推流 API地址:https://dev.polyv.net/2017/liveproduct/l-api/zbglgn/hqzbxx/resume/

S

sendChatMsg(LiveSendChatMsgRequest) - 接口 中的方法net.polyv.live.service.chat.ILiveChatRoomService
通过HTTP接口发送聊天消息请求实体,API地址:https://dev.polyv.net/2019/liveproduct/zblts/send-admin-msg/
sendChatMsg(LiveSendChatMsgRequest) - 类 中的方法net.polyv.live.service.chat.impl.LiveChatRoomServiceImpl
通过HTTP接口发送聊天消息请求实体,API地址:https://dev.polyv.net/2019/liveproduct/zblts/send-admin-msg/
setChannelTeacherMsg(LiveSetTeacherDataRequest) - 接口 中的方法net.polyv.live.service.chat.ILiveChatRoomService
设置讲师信息,API地址:https://dev.polyv.net/2019/liveproduct/zblts/update-channel-teacher/
setChannelTeacherMsg(LiveSetTeacherDataRequest) - 类 中的方法net.polyv.live.service.chat.impl.LiveChatRoomServiceImpl
设置讲师信息,API地址:https://dev.polyv.net/2019/liveproduct/zblts/update-channel-teacher/
setChatAdminData(LiveSetChatAdminDataRequest) - 接口 中的方法net.polyv.live.service.chat.ILiveChatRoomService
设置聊天室管理员信息,API地址:https://dev.polyv.net/2017/liveproduct/zblts/set-chat-admin/
setChatAdminData(LiveSetChatAdminDataRequest) - 类 中的方法net.polyv.live.service.chat.impl.LiveChatRoomServiceImpl
设置聊天室管理员信息,API地址:https://dev.polyv.net/2017/liveproduct/zblts/set-chat-admin/
setLiveSign(Map<String, String>, String, String) - 类 中的静态方法net.polyv.live.util.LiveSignUtil
获取直播加密字符串,并且假如到参数params中
setLotteryWinnerInfo(LiveSetLotteryWinnerInfoRequest) - 接口 中的方法net.polyv.live.service.interact.ILiveLotteryService
设置抽奖中奖者信息 API地址:https://dev.polyv.net/2019/liveproduct/l-api/zbhd/tjzjxx/
setLotteryWinnerInfo(LiveSetLotteryWinnerInfoRequest) - 类 中的方法net.polyv.live.service.interact.impl.LiveLotteryServiceImpl
设置抽奖中奖者信息 API地址:https://dev.polyv.net/2019/liveproduct/l-api/zbhd/tjzjxx/
setPlayerHeaderAdvert(LiveSetPlayerHeaderAdvertRequest) - 接口 中的方法net.polyv.live.service.player.ILivePlayerService
设置播放器片头广告,API地址:https://dev.polyv.net/2018/liveproduct/l-player/updatehead/
setPlayerHeaderAdvert(LiveSetPlayerHeaderAdvertRequest) - 类 中的方法net.polyv.live.service.player.impl.LivePlayerServiceImpl
设置播放器片头广告,API地址:https://dev.polyv.net/2018/liveproduct/l-player/updatehead/
setPlayerImg(LiveSetPlayerImgRequest) - 接口 中的方法net.polyv.live.service.player.ILivePlayerService
设置播放器暖场图片,API地址:https://dev.polyv.net/2017/liveproduct/l-player/updatecoverimage/
setPlayerImg(LiveSetPlayerImgRequest) - 类 中的方法net.polyv.live.service.player.impl.LivePlayerServiceImpl
设置播放器暖场图片,API地址:https://dev.polyv.net/2017/liveproduct/l-player/updatecoverimage/
setPlayerLogo(LiveSetPlayerLogoRequest) - 接口 中的方法net.polyv.live.service.player.ILivePlayerService
设置播放器Logo,API地址:https://dev.polyv.net/2016/liveproduct/l-player/updatelogo/
setPlayerLogo(LiveSetPlayerLogoRequest) - 类 中的方法net.polyv.live.service.player.impl.LivePlayerServiceImpl
设置播放器Logo,API地址:https://dev.polyv.net/2016/liveproduct/l-player/updatelogo/
setPlayerPauseAdvert(LiveSetPlayerPauseAdvertRequest) - 接口 中的方法net.polyv.live.service.player.ILivePlayerService
设置播放器暂停广告,API地址:https://dev.polyv.net/2018/liveproduct/l-player/updatestop/
setPlayerPauseAdvert(LiveSetPlayerPauseAdvertRequest) - 类 中的方法net.polyv.live.service.player.impl.LivePlayerServiceImpl
设置播放器暂停广告,API地址:https://dev.polyv.net/2018/liveproduct/l-player/updatestop/
setPlayerWarmupEnable(LiveSetWarmupEnableRequest) - 接口 中的方法net.polyv.live.service.player.ILivePlayerService
设置频道的暖场设置开关,API地址:https://dev.polyv.net/2019/liveproduct/l-player/set-warmup-enabled/
setPlayerWarmupEnable(LiveSetWarmupEnableRequest) - 类 中的方法net.polyv.live.service.player.impl.LivePlayerServiceImpl
设置频道的暖场设置开关,API地址:https://dev.polyv.net/2019/liveproduct/l-player/set-warmup-enabled/
setPlayerWarmUpVedio(LiveSetWarmupVedioRequest) - 接口 中的方法net.polyv.live.service.player.ILivePlayerService
设置播放器暖场视频,API地址:https://dev.polyv.net/2016/liveproduct/l-player/updatewarmupflv/
setPlayerWarmUpVedio(LiveSetWarmupVedioRequest) - 类 中的方法net.polyv.live.service.player.impl.LivePlayerServiceImpl
设置播放器暖场视频,API地址:https://dev.polyv.net/2016/liveproduct/l-player/updatewarmupflv/
setQuestionnaireDetailInfo(LiveQuestionnaireDetailSetRequest) - 接口 中的方法net.polyv.live.service.interact.ILiveQuestionnaireService
设置频道问卷信息,API地址:https://dev.polyv.net/2019/liveproduct/l-api/zbhd/add-edit-questionnaire/
setQuestionnaireDetailInfo(LiveQuestionnaireDetailSetRequest) - 类 中的方法net.polyv.live.service.interact.impl.LiveQuestionnaireServiceImpl
设置频道问卷信息,API地址:https://dev.polyv.net/2019/liveproduct/l-api/zbhd/add-edit-questionnaire/
SON_CHANNEL_CREATE_URL - 类 中的静态变量net.polyv.live.constant.LiveURL
创建子频道
SON_CHANNEL_DELETE_URL - 类 中的静态变量net.polyv.live.constant.LiveURL
删除子频道
SON_CHANNEL_INFO_GET_URL - 类 中的静态变量net.polyv.live.constant.LiveURL
查询子频道信息
SON_CHANNEL_INFO_UPDATE_URL - 类 中的静态变量net.polyv.live.constant.LiveURL
设置子频道信息
SON_CHANNEL_TOKEN_CREATE_URL - 类 中的静态变量net.polyv.live.constant.LiveURL
设置子频道单点登陆token
sonChannelInfo(LiveSonChannelInfoRequest) - 接口 中的方法net.polyv.live.service.channel.ILiveChannelOperateService
查询子频道信息 API地址:https://dev.polyv.net/2018/liveproduct/l-api/zbglgn/pdcz/get-account/
sonChannelInfo(LiveSonChannelInfoRequest) - 类 中的方法net.polyv.live.service.channel.impl.LiveChannelOperateServiceImpl
查询子频道信息 API地址:https://dev.polyv.net/2018/liveproduct/l-api/zbglgn/pdcz/get-account/
sonChannelInfoList(LiveSonChannelInfoListRequest) - 接口 中的方法net.polyv.live.service.channel.ILiveChannelOperateService
查询频道号下所有子频道信息 API地址:https://dev.polyv.net/2018/liveproduct/l-api/zbglgn/pdcz/get-accounts/
sonChannelInfoList(LiveSonChannelInfoListRequest) - 类 中的方法net.polyv.live.service.channel.impl.LiveChannelOperateServiceImpl
查询频道号下所有子频道信息 API地址:https://dev.polyv.net/2018/liveproduct/l-api/zbglgn/pdcz/get-accounts/
status - 类 中的变量net.polyv.live.entity.LiveCommonResponse
请求状态
stream - 类 中的变量net.polyv.live.entity.channel.operate.LiveChannelResponse
直播流名称

T

toJSONString(Object) - 类 中的静态方法net.polyv.live.util.JsonUtil
 
totalItems - 类 中的变量net.polyv.live.entity.LivePageCommonResponse
记录总条数
totalPage - 类 中的变量net.polyv.live.entity.LivePageCommonResponse
总页数

U

updateAccountSwitch(LiveUpdateAccountSwitchRequest) - 接口 中的方法net.polyv.live.service.account.ILiveAccountService
设置功能开关状态 API地址:https://dev.polyv.net/2018/liveproduct/l-api/zhsz/switch-update/
updateAccountSwitch(LiveUpdateAccountSwitchRequest) - 类 中的方法net.polyv.live.service.account.impl.LiveAccountServiceImpl
设置功能开关状态 API地址:https://dev.polyv.net/2018/liveproduct/l-api/zhsz/switch-update/
updateChannelAuth(LiveUpdateChannelAuthRequest) - 接口 中的方法net.polyv.live.service.web.ILiveWebAuthService
设置观看条件 API地址:https://dev.polyv.net/2018/liveproduct/l-api/szgkygg/ymgktj/channel-auth-update/
updateChannelAuth(LiveUpdateChannelAuthRequest) - 类 中的方法net.polyv.live.service.web.impl.LiveWebAuthServiceImpl
设置观看条件 API地址:https://dev.polyv.net/2018/liveproduct/l-api/szgkygg/ymgktj/channel-auth-update/
updateChannelAuthCustom(LiveChannelAuthCustomRequest) - 接口 中的方法net.polyv.live.service.web.ILiveWebAuthService
设置自定义授权地址 API地址:https://dev.polyv.net/2016/liveproduct/l-api/szgkygg/ymgktj/zbsq/
updateChannelAuthCustom(LiveChannelAuthCustomRequest) - 类 中的方法net.polyv.live.service.web.impl.LiveWebAuthServiceImpl
设置自定义授权地址 API地址:https://dev.polyv.net/2016/liveproduct/l-api/szgkygg/ymgktj/zbsq/
updateChannelAuthExternal(LiveChannelAuthExternalRequest) - 接口 中的方法net.polyv.live.service.web.ILiveWebAuthService
通过接口设置外部授权 API地址:https://dev.polyv.net/2017/liveproduct/l-api/szgkygg/ymgktj/externalauth/
updateChannelAuthExternal(LiveChannelAuthExternalRequest) - 类 中的方法net.polyv.live.service.web.impl.LiveWebAuthServiceImpl
通过接口设置外部授权 API地址:https://dev.polyv.net/2017/liveproduct/l-api/szgkygg/ymgktj/externalauth/
updateChannelAuthType(LiveChannelAuthTypeRequest) - 接口 中的方法net.polyv.live.service.web.ILiveWebAuthService
设置授权观看类型 API地址:https://dev.polyv.net/2017/liveproduct/l-api/szgkygg/ymgktj/set-auth-type/
updateChannelAuthType(LiveChannelAuthTypeRequest) - 类 中的方法net.polyv.live.service.web.impl.LiveWebAuthServiceImpl
设置授权观看类型 API地址:https://dev.polyv.net/2017/liveproduct/l-api/szgkygg/ymgktj/set-auth-type/
updateChannelAuthUrl(LiveUpdateChannelAuthUrlRequest) - 接口 中的方法net.polyv.live.service.web.ILiveWebAuthService
设置授权认证URL API地址:https://dev.polyv.net/2018/liveproduct/l-api/szgkygg/ymgktj/update-auth-url/
updateChannelAuthUrl(LiveUpdateChannelAuthUrlRequest) - 类 中的方法net.polyv.live.service.web.impl.LiveWebAuthServiceImpl
设置授权认证URL API地址:https://dev.polyv.net/2018/liveproduct/l-api/szgkygg/ymgktj/update-auth-url/
updateChannelCash(LiveUpdateChannelCashRequest) - 接口 中的方法net.polyv.live.service.web.ILiveWebInteractService
设置现金打赏 API地址:https://dev.polyv.net/2018/liveproduct/l-api/szgkygg/ymhd/updatecash/
updateChannelCash(LiveUpdateChannelCashRequest) - 类 中的方法net.polyv.live.service.web.impl.LiveWebInteractServiceImpl
设置现金打赏 API地址:https://dev.polyv.net/2018/liveproduct/l-api/szgkygg/ymhd/updatecash/
updateChannelCountDown(LiveUpdateChannelCountDownRequest) - 接口 中的方法net.polyv.live.service.web.ILiveWebInfoService
设置频道直播倒计时信息 API地址:https://dev.polyv.net/2018/liveproduct/l-api/szgkygg/ymxxsz/set-countdown/
updateChannelCountDown(LiveUpdateChannelCountDownRequest) - 类 中的方法net.polyv.live.service.web.impl.LiveWebInfoServiceImpl
设置频道直播倒计时信息 API地址:https://dev.polyv.net/2018/liveproduct/l-api/szgkygg/ymxxsz/set-countdown/
updateChannelDetail(LiveChannelDetailRequest) - 接口 中的方法net.polyv.live.service.channel.ILiveChannelOperateService
设置频道详情 API地址:https://dev.polyv.net/2018/liveproduct/l-api/zbglgn/pdcz/detail-update/
updateChannelDetail(LiveChannelDetailRequest) - 类 中的方法net.polyv.live.service.channel.impl.LiveChannelOperateServiceImpl
设置频道详情 注意:设置前,请确认您的套餐是否包含对应场景 API地址:https://dev.polyv.net/2018/liveproduct/l-api/zbglgn/pdcz/detail-update/
updateChannelGood(LiveUpdateChannelGoodRequest) - 接口 中的方法net.polyv.live.service.web.ILiveWebInteractService
设置道具打赏 API地址:https://dev.polyv.net/2018/liveproduct/l-api/szgkygg/ymhd/updategood/
updateChannelGood(LiveUpdateChannelGoodRequest) - 类 中的方法net.polyv.live.service.web.impl.LiveWebInteractServiceImpl
设置道具打赏 API地址:https://dev.polyv.net/2018/liveproduct/l-api/szgkygg/ymhd/updategood/
updateChannelLikes(LiveUpdateChannelLikesRequest) - 接口 中的方法net.polyv.live.service.web.ILiveWebInfoService
设置频道点赞数和观看热度值 API地址:https://dev.polyv.net/2018/liveproduct/l-api/szgkygg/ymxxsz/update-likes/
updateChannelLikes(LiveUpdateChannelLikesRequest) - 类 中的方法net.polyv.live.service.web.impl.LiveWebInfoServiceImpl
设置频道点赞数和观看热度值 API地址:https://dev.polyv.net/2018/liveproduct/l-api/szgkygg/ymxxsz/update-likes/
updateChannelLogo(LiveUpdateChannelLogoRequest) - 接口 中的方法net.polyv.live.service.web.ILiveWebInfoService
设置频道图标 API地址:https://dev.polyv.net/2017/liveproduct/l-api/szgkygg/ymxxsz/updatechannellogo/
updateChannelLogo(LiveUpdateChannelLogoRequest) - 类 中的方法net.polyv.live.service.web.impl.LiveWebInfoServiceImpl
设置频道图标 API地址:https://dev.polyv.net/2017/liveproduct/l-api/szgkygg/ymxxsz/updatechannellogo/
updateChannelMenu(LiveUpdateChannelMenuRequest) - 接口 中的方法net.polyv.live.service.web.ILiveWebMenuService
设置自定义菜单直播介绍 API地址:https://dev.polyv.net/2017/liveproduct/l-api/szgkygg/menu/setmenu/
updateChannelMenu(LiveUpdateChannelMenuRequest) - 类 中的方法net.polyv.live.service.web.impl.LiveWebMenuServiceImpl
设置自定义菜单直播介绍 API地址:https://dev.polyv.net/2017/liveproduct/l-api/szgkygg/menu/setmenu/
updateChannelName(LiveUpdateChannelNameRequest) - 接口 中的方法net.polyv.live.service.web.ILiveWebInfoService
设置频道名称 API地址:https://dev.polyv.net/2016/liveproduct/l-api/szgkygg/ymxxsz/updatechannelname/
updateChannelName(LiveUpdateChannelNameRequest) - 类 中的方法net.polyv.live.service.web.impl.LiveWebInfoServiceImpl
设置频道名称 API地址:https://dev.polyv.net/2016/liveproduct/l-api/szgkygg/ymxxsz/updatechannelname/
updateChannelPassword(LiveChannelPasswordSettingRequest) - 接口 中的方法net.polyv.live.service.channel.ILiveChannelOperateService
设置频道密码 API地址:https://dev.polyv.net/2017/liveproduct/l-api/zbglgn/pdcz/updatepasswd/
updateChannelPassword(LiveChannelPasswordSettingRequest) - 类 中的方法net.polyv.live.service.channel.impl.LiveChannelOperateServiceImpl
设置频道密码 API地址:https://dev.polyv.net/2017/liveproduct/l-api/zbglgn/pdcz/updatepasswd/
updateChannelPublisher(LiveUpdateChannelPublisherRequest) - 接口 中的方法net.polyv.live.service.web.ILiveWebInfoService
设置主持人姓名 API地址:https://dev.polyv.net/2017/liveproduct/l-api/szgkygg/ymxxsz/setpublisher/
updateChannelPublisher(LiveUpdateChannelPublisherRequest) - 类 中的方法net.polyv.live.service.web.impl.LiveWebInfoServiceImpl
设置主持人姓名 API地址:https://dev.polyv.net/2017/liveproduct/l-api/szgkygg/ymxxsz/setpublisher/
updateChannelSetting(LiveChannelSettingRequest) - 接口 中的方法net.polyv.live.service.channel.ILiveChannelOperateService
修改频道的相关设置 API地址:https://dev.polyv.net/2019/liveproduct/l-api/zbglgn/pdcz/update-channel-detail-setting/
updateChannelSetting(LiveChannelSettingRequest) - 类 中的方法net.polyv.live.service.channel.impl.LiveChannelOperateServiceImpl
修改频道的相关设置 API地址:https://dev.polyv.net/2019/liveproduct/l-api/zbglgn/pdcz/update-channel-detail-setting/
updateChannelSplash(LiveUpdateChannelSplashRequest) - 接口 中的方法net.polyv.live.service.web.ILiveWebInfoService
设置引导开关以及引导图片 API地址:https://dev.polyv.net/2017/liveproduct/l-api/szgkygg/ymxxsz/setsplash/
updateChannelSplash(LiveUpdateChannelSplashRequest) - 类 中的方法net.polyv.live.service.web.impl.LiveWebInfoServiceImpl
设置引导开关以及引导图片 API地址:https://dev.polyv.net/2017/liveproduct/l-api/szgkygg/ymxxsz/setsplash/
updatePlaybackCallbackUrl(LiveAccountPlaybackCallbackRequest) - 接口 中的方法net.polyv.live.service.account.ILiveAccountService
设置转存成功回调通知url API地址:https://dev.polyv.net/2018/liveproduct/l-api/zhsz/set-playback-callback/
updatePlaybackCallbackUrl(LiveAccountPlaybackCallbackRequest) - 类 中的方法net.polyv.live.service.account.impl.LiveAccountServiceImpl
设置转存成功回调通知url API地址:https://dev.polyv.net/2018/liveproduct/l-api/zhsz/set-playback-callback/
updateRecordCallbackUrl(LiveAccountRecordCallbackRequest) - 接口 中的方法net.polyv.live.service.account.ILiveAccountService
设置录制回调通知url API地址:https://dev.polyv.net/2018/liveproduct/l-api/zhsz/set-record-callback/
updateRecordCallbackUrl(LiveAccountRecordCallbackRequest) - 类 中的方法net.polyv.live.service.account.impl.LiveAccountServiceImpl
设置录制回调通知url API地址:https://dev.polyv.net/2018/liveproduct/l-api/zhsz/set-record-callback/
updateSonChannelInfo(LiveUpdateSonChannelInfoRequest) - 接口 中的方法net.polyv.live.service.channel.ILiveChannelOperateService
设置子频道信息 API地址:https://dev.polyv.net/2018/liveproduct/l-api/zbglgn/pdcz/update-account/
updateSonChannelInfo(LiveUpdateSonChannelInfoRequest) - 类 中的方法net.polyv.live.service.channel.impl.LiveChannelOperateServiceImpl
设置子频道信息 API地址:https://dev.polyv.net/2018/liveproduct/l-api/zbglgn/pdcz/update-account/
updateStreamCallbackUrl(LiveAccountStreamCallbackRequest) - 接口 中的方法net.polyv.live.service.account.ILiveAccountService
设置直播状态回调通知url API地址:https://dev.polyv.net/2018/liveproduct/l-api/zhsz/set-stream-callback/
updateStreamCallbackUrl(LiveAccountStreamCallbackRequest) - 类 中的方法net.polyv.live.service.account.impl.LiveAccountServiceImpl
设置直播状态回调通知url API地址:https://dev.polyv.net/2018/liveproduct/l-api/zhsz/set-stream-callback/
url - 类 中的变量net.polyv.live.entity.channel.operate.LiveChannelResponse
直播推流地址
User() - 类 的构造器net.polyv.live.entity.chat.LiveGetConsultingRecordResponse.User
 
User() - 类 的构造器net.polyv.live.entity.chat.LiveGetHistoryChatMsgResponse.User
 
USER_DURATION_GET_URL - 类 中的静态变量net.polyv.live.constant.LiveURL
查询账户分钟数
UserCategory() - 类 的构造器net.polyv.live.entity.channel.operate.LiveChannelBasicInfoResponse.UserCategory
 
userDurations(LiveAccountUserDurationsRequest) - 接口 中的方法net.polyv.live.service.account.ILiveAccountService
查询账户分钟数 API地址:https://dev.polyv.net/2017/liveproduct/l-api/zhsz/get-user-durations/
userDurations(LiveAccountUserDurationsRequest) - 类 中的方法net.polyv.live.service.account.impl.LiveAccountServiceImpl
查询账户分钟数 API地址:https://dev.polyv.net/2017/liveproduct/l-api/zhsz/get-user-durations/
userId - 类 中的变量net.polyv.live.entity.channel.operate.LiveChannelResponse
用户Id
Users() - 类 的构造器net.polyv.live.entity.interact.LiveQuestionnaireResultResponse.Users
 
UTF8 - 类 中的静态变量net.polyv.live.constant.LiveConstant
 

V

valueOf(String) - 枚举 中的静态方法net.polyv.live.constant.LiveConstant.AuthType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法net.polyv.live.constant.LiveConstant.AutoPlay
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法net.polyv.live.constant.LiveConstant.BannedType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法net.polyv.live.constant.LiveConstant.ChannelSwitch
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法net.polyv.live.constant.LiveConstant.ChatStatus
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法net.polyv.live.constant.LiveConstant.Flag
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法net.polyv.live.constant.LiveConstant.GlobalEnabledType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法net.polyv.live.constant.LiveConstant.HeadAdvertType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法net.polyv.live.constant.LiveConstant.LogoPosition
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法net.polyv.live.constant.LiveConstant.PPTStatus
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法net.polyv.live.constant.LiveConstant.QuestionType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法net.polyv.live.constant.LiveConstant.Role
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法net.polyv.live.constant.LiveConstant.SceneType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法net.polyv.live.constant.LiveConstant.UserType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法net.polyv.live.constant.LiveConstant.WatchLayout
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法net.polyv.live.constant.LiveConstant.AuthType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法net.polyv.live.constant.LiveConstant.AutoPlay
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法net.polyv.live.constant.LiveConstant.BannedType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法net.polyv.live.constant.LiveConstant.ChannelSwitch
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法net.polyv.live.constant.LiveConstant.ChatStatus
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法net.polyv.live.constant.LiveConstant.Flag
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法net.polyv.live.constant.LiveConstant.GlobalEnabledType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法net.polyv.live.constant.LiveConstant.HeadAdvertType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法net.polyv.live.constant.LiveConstant.LogoPosition
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法net.polyv.live.constant.LiveConstant.PPTStatus
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法net.polyv.live.constant.LiveConstant.QuestionType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法net.polyv.live.constant.LiveConstant.Role
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法net.polyv.live.constant.LiveConstant.SceneType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法net.polyv.live.constant.LiveConstant.UserType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法net.polyv.live.constant.LiveConstant.WatchLayout
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。

W

waitHref - 类 中的变量net.polyv.live.entity.channel.operate.LiveChannelResponse
等待推流时显示图片的跳转链接
waitImage - 类 中的变量net.polyv.live.entity.channel.operate.LiveChannelResponse
等待推流时的显示图片
warmUpFlv - 类 中的变量net.polyv.live.entity.channel.operate.LiveChannelResponse
一开始的暖场视频
A B C D E F G I J L M N O P Q R S T U V W 
跳过导航链接

Copyright © 2020. All rights reserved.