A B C D E F G I J L M N O P R S T U V W
A
- ACCOUNT_LIST_CHANNEL_DETAIL_URL -
类 net.polyv.live.v1.constant.LiveURL 中的静态变量
- 查询账号下所有频道详细信息
- ACCOUNT_LIST_CHANNEL_URL -
类 net.polyv.live.v1.constant.LiveURL 中的静态变量
- 查询账号下的频道列表(频道号列表)
- ACCOUNT_MIC_DURATION_URL -
类 net.polyv.live.v1.constant.LiveURL 中的静态变量
- 获取账号连麦分钟数使用量与剩余量
- ACCOUNT_PLAYBACK_CALLBACK_URL -
类 net.polyv.live.v1.constant.LiveURL 中的静态变量
- 设置转存成功回调通知url
- ACCOUNT_RECORD_CALLBACK_URL -
类 net.polyv.live.v1.constant.LiveURL 中的静态变量
- 设置录制回调通知url
- ACCOUNT_STREAM_CALLBACK_URL -
类 net.polyv.live.v1.constant.LiveURL 中的静态变量
- 设置直播状态回调通知url
- ACCOUNT_SWITCH_UPDATE_URL -
类 net.polyv.live.v1.constant.LiveURL 中的静态变量
- 设置功能开关状态
- ACCOUNT_SWITCH_URL -
类 net.polyv.live.v1.constant.LiveURL 中的静态变量
- 查询功能开关状态接口
- ACCOUNT_TOKEN_CREATE_URL -
类 net.polyv.live.v1.constant.LiveURL 中的静态变量
- 设置账号单点登录的token
- addBadWord(LiveBadWordRequest) -
接口 net.polyv.live.v1.service.chat.ILiveChatRoomService 中的方法
- 批量导入频道严禁词,API地址:https://dev.polyv.net/2017/liveproduct/zblts/addforbiddenwords/
- addBadWord(LiveBadWordRequest) -
类 net.polyv.live.v1.service.chat.impl.LiveChatRoomServiceImpl 中的方法
- 批量导入频道严禁词,API地址:https://dev.polyv.net/2017/liveproduct/zblts/addforbiddenwords/
- addBannedIP(LiveChatBannedIPRequest) -
接口 net.polyv.live.v1.service.chat.ILiveChatRoomService 中的方法
- 设置聊天室禁言ip,API地址:https://dev.polyv.net/2017/liveproduct/zblts/addbannedip/
- addBannedIP(LiveChatBannedIPRequest) -
类 net.polyv.live.v1.service.chat.impl.LiveChatRoomServiceImpl 中的方法
- 设置聊天室禁言ip,API地址:https://dev.polyv.net/2017/liveproduct/zblts/addbannedip/
- addChannelVideoPlayback(LiveCreateChannelVideoPlaybackRequest) -
接口 net.polyv.live.v1.service.channel.ILiveChannelPlaybackService 中的方法
- 将点播中的视频添加到视频库
- addChannelVideoPlayback(LiveCreateChannelVideoPlaybackRequest) -
类 net.polyv.live.v1.service.channel.impl.LiveChannelPlaybackServiceImpl 中的方法
- 将点播中的视频添加到视频库
API地址:https://dev.polyv.net/2019/liveproduct/l-api/zbglgn/lzhf/add-vod-playback/
- advertDuration -
类 net.polyv.live.v1.entity.channel.operate.LiveChannelResponse 中的变量
- 广告时长
- advertFlvUrl -
类 net.polyv.live.v1.entity.channel.operate.LiveChannelResponse 中的变量
- 视频广告链接
- advertFlvVid -
类 net.polyv.live.v1.entity.channel.operate.LiveChannelResponse 中的变量
- 视频广告ID
- advertHeight -
类 net.polyv.live.v1.entity.channel.operate.LiveChannelResponse 中的变量
- 广告区域高度
- advertHref -
类 net.polyv.live.v1.entity.channel.operate.LiveChannelResponse 中的变量
- 广告的跳转链接
- advertImage -
类 net.polyv.live.v1.entity.channel.operate.LiveChannelResponse 中的变量
- 图片广告
- advertType -
类 net.polyv.live.v1.entity.channel.operate.LiveChannelResponse 中的变量
- 广告类型
- advertWidth -
类 net.polyv.live.v1.entity.channel.operate.LiveChannelResponse 中的变量
- 广告区域宽度
- App - net.polyv.live.v1 中的 类
- App入口程序
- App() -
类 net.polyv.live.v1.App 的构造方法
-
- autoPlay -
类 net.polyv.live.v1.entity.channel.operate.LiveChannelResponse 中的变量
- 自动播放
B
- baseGet(String, E, Class<T>) -
类 net.polyv.live.v1.service.LiveBaseService 中的方法
- HTTP GET 公共请求
- baseGetReturnArray(String, E, Class<T>) -
类 net.polyv.live.v1.service.LiveBaseService 中的方法
- HTTP GET 公共请求
- baseGetReturnArray(String, E) -
类 net.polyv.live.v1.service.LiveBaseService 中的方法
- 请求API,返回文件专用逻辑
HTTP GET 公共请求
- basePost(String, E, Class<T>) -
类 net.polyv.live.v1.service.LiveBaseService 中的方法
- HTTP POST 公共请求
- basePostJson(String, E, Class<T>) -
类 net.polyv.live.v1.service.LiveBaseService 中的方法
- HTTP POST 请求发送json,默认使用appId,timestamp,sign,requestId的 map 集合进行签名
- basePostJson(String, Map<String, String>, E, Class<T>) -
类 net.polyv.live.v1.service.LiveBaseService 中的方法
- HTTP POST 请求发送json
- basePostJsonReturnArray(String, Map<String, String>, E, Class<T>) -
类 net.polyv.live.v1.service.LiveBaseService 中的方法
- HTTP POST 请求发送json
- basePostReturnArray(String, E, Class<T>) -
类 net.polyv.live.v1.service.LiveBaseService 中的方法
- HTTP POST 公共请求
- baseUploadFile(String, E, Map<String, File>, Class<T>) -
类 net.polyv.live.v1.service.LiveBaseService 中的方法
- HTTP POST 上传文件公共请求
- baseUploadFileList(String, E, Map<String, List<File>>, Class<T>) -
类 net.polyv.live.v1.service.LiveBaseService 中的方法
- HTTP POST 上传文件公共请求
- baseUploadFileListReturnArray(String, E, Map<String, List<File>>, Class<T>) -
类 net.polyv.live.v1.service.LiveBaseService 中的方法
- HTTP POST 上传文件公共请求
- byteArrayToHex(byte[]) -
类 net.polyv.live.v1.util.LiveSignUtil 中的静态方法
- 将字节数组换成成16进制的字符串
C
- CASH_DONATE_SET_URL -
类 net.polyv.live.v1.constant.LiveURL 中的静态变量
- 现金打赏设置
- CHANNEL_ACCOUNTS_GET_URL -
类 net.polyv.live.v1.constant.LiveURL 中的静态变量
- 获取频道下面的所有子频道
- CHANNEL_ADVERT_LIST_GET_URL -
类 net.polyv.live.v1.constant.LiveURL 中的静态变量
- 添加轮播广告列表接口
- CHANNEL_AUTH_CUSTOM_URL -
类 net.polyv.live.v1.constant.LiveURL 中的静态变量
- 设置自定义授权地址
- CHANNEL_AUTH_EXTERNAL_URL -
类 net.polyv.live.v1.constant.LiveURL 中的静态变量
- 通过接口设置外部授权
- CHANNEL_AUTH_FIELD_GET_URL -
类 net.polyv.live.v1.constant.LiveURL 中的静态变量
- 查询频道或全局登记观看字段
- CHANNEL_AUTH_GET_URL -
类 net.polyv.live.v1.constant.LiveURL 中的静态变量
- 查询直播频道观看条件
- CHANNEL_AUTH_INFO_GET_URL -
类 net.polyv.live.v1.constant.LiveURL 中的静态变量
- 查询页面登记观看列表
- CHANNEL_AUTH_TOKEN_URL -
类 net.polyv.live.v1.constant.LiveURL 中的静态变量
- 查询授权和连麦的token
- CHANNEL_AUTH_TYPE_URL -
类 net.polyv.live.v1.constant.LiveURL 中的静态变量
- 设置授权观看类型
- CHANNEL_AUTH_UPDATE_URL -
类 net.polyv.live.v1.constant.LiveURL 中的静态变量
- 设置观看条件
- CHANNEL_AUTH_URL_UPDATE_URL -
类 net.polyv.live.v1.constant.LiveURL 中的静态变量
- 设置授权认证URL
- CHANNEL_BASIC_CREATE_URL -
类 net.polyv.live.v1.constant.LiveURL 中的静态变量
- 创建频道号,可选频道设置参数
- CHANNEL_BASIC_INFO_URL -
类 net.polyv.live.v1.constant.LiveURL 中的静态变量
- 获取频道信息的接口
- CHANNEL_BASIC_UPDATE_URL -
类 net.polyv.live.v1.constant.LiveURL 中的静态变量
- 更新频道信息,可选频道的设置参数
- CHANNEL_CAPTURE_URL -
类 net.polyv.live.v1.constant.LiveURL 中的静态变量
- 查询频道直播截图
- CHANNEL_CHECKIN_BY_ID_URL -
类 net.polyv.live.v1.constant.LiveURL 中的静态变量
- 查询指定签到ID的签到记录
- CHANNEL_CHECKIN_LIST_URL -
类 net.polyv.live.v1.constant.LiveURL 中的静态变量
- 查询签到结果
- CHANNEL_CHECKIN_METADATA_BY_SESSIONID_URL -
类 net.polyv.live.v1.constant.LiveURL 中的静态变量
- 查询指定直播场次sessionId的签到场次记录
- CHANNEL_COUNT_DOWN_URL -
类 net.polyv.live.v1.constant.LiveURL 中的静态变量
- 查询频道直播倒计时信息
- CHANNEL_CREATE_URL -
类 net.polyv.live.v1.constant.LiveURL 中的静态变量
- 直播创建频道URL
- CHANNEL_DAILY_SUMMARY_URL -
类 net.polyv.live.v1.constant.LiveURL 中的静态变量
- 频道某段时间的直播统计数据
- CHANNEL_DELETE_URL -
类 net.polyv.live.v1.constant.LiveURL 中的静态变量
- 删除频道
- CHANNEL_DETAIL_SET_URL -
类 net.polyv.live.v1.constant.LiveURL 中的静态变量
- 设置频道详情
- CHANNEL_DOC_DELETE_URL -
类 net.polyv.live.v1.constant.LiveURL 中的静态变量
- 删除频道文档
- CHANNEL_DOC_LIST_URL -
类 net.polyv.live.v1.constant.LiveURL 中的静态变量
- 获取频道文档列表
- CHANNEL_DOC_STATUS_URL -
类 net.polyv.live.v1.constant.LiveURL 中的静态变量
- 查询频道文档转换状态
- CHANNEL_DONATE_GET_URL -
类 net.polyv.live.v1.constant.LiveURL 中的静态变量
- 获取打赏设置
- CHANNEL_GET_URL -
类 net.polyv.live.v1.constant.LiveURL 中的静态变量
- 获取频道信息的接口
- CHANNEL_GLOBAL_SWITCH_URL -
类 net.polyv.live.v1.constant.LiveURL 中的静态变量
- 设置频道默认项开关
- CHANNEL_LIKES_GET_URL -
类 net.polyv.live.v1.constant.LiveURL 中的静态变量
- 获取频道点赞数和历史观看人数
- CHANNEL_LIKES_UPDATE_URL -
类 net.polyv.live.v1.constant.LiveURL 中的静态变量
- 设置点赞数和观看人数接口
- CHANNEL_LIST_CREATE_URL -
类 net.polyv.live.v1.constant.LiveURL 中的静态变量
- 直播批量创建频道
- CHANNEL_LIST_DELETE_URL -
类 net.polyv.live.v1.constant.LiveURL 中的静态变量
- 批量删除频道
- CHANNEL_LIST_PPTRECORD_URL -
类 net.polyv.live.v1.constant.LiveURL 中的静态变量
- 查询课件重制任务列表
- CHANNEL_LIST_URL -
类 net.polyv.live.v1.constant.LiveURL 中的静态变量
- 获取简单的频道列表接口
- CHANNEL_LIVE_STATUS_GET_URL -
类 net.polyv.live.v1.constant.LiveURL 中的静态变量
- 获取频道直播状态
- CHANNEL_LIVE_STREAM_INFO_URL -
类 net.polyv.live.v1.constant.LiveURL 中的静态变量
- 查询频道实时推流信息
- CHANNEL_LIVE_STREAM_STATUS_LIST_URL -
类 net.polyv.live.v1.constant.LiveURL 中的静态变量
- 批量查询频道直播流状态
- CHANNEL_LOGO_SET_URL -
类 net.polyv.live.v1.constant.LiveURL 中的静态变量
- 设置频道图标
- CHANNEL_LOTTERY_LIST_GET_URL -
类 net.polyv.live.v1.constant.LiveURL 中的静态变量
- 获取频道抽奖记录列表
- CHANNEL_LOTTERY_WINNER_DETAIL_GET_URL -
类 net.polyv.live.v1.constant.LiveURL 中的静态变量
- 获取频道单场抽奖的中奖记录
- CHANNEL_MAX_HISTORY_CONCURRENT_URL -
类 net.polyv.live.v1.constant.LiveURL 中的静态变量
- 获取频道一定时间范围之内的历史最高并发人数
- CHANNEL_MAX_VIEWER_SET_URL -
类 net.polyv.live.v1.constant.LiveURL 中的静态变量
- 设置最大在线人数
- CHANNEL_MENU_LIST_URL -
类 net.polyv.live.v1.constant.LiveURL 中的静态变量
- 获取频道菜单列表接口
- CHANNEL_MENU_SET_URL -
类 net.polyv.live.v1.constant.LiveURL 中的静态变量
- 设置频道自定义菜单
- CHANNEL_MENU_UPDATE_URL -
类 net.polyv.live.v1.constant.LiveURL 中的静态变量
- 修改频道菜单
- CHANNEL_MIC_LIST_URL -
类 net.polyv.live.v1.constant.LiveURL 中的静态变量
- 分页获取连麦情况使用详情
- CHANNEL_NAME_SET_URL -
类 net.polyv.live.v1.constant.LiveURL 中的静态变量
- 修改频道名称URL
- CHANNEL_PLAYBACK_DELETE_URL -
类 net.polyv.live.v1.constant.LiveURL 中的静态变量
- 删除回放列表视频
- CHANNEL_PLAYBACK_ENABLED_INFO_URL -
类 net.polyv.live.v1.constant.LiveURL 中的静态变量
- 查询频道的回放开关状态
- CHANNEL_PLAYBACK_LIST_URL -
类 net.polyv.live.v1.constant.LiveURL 中的静态变量
- 获取回放列表接口
- CHANNEL_PLAYBACK_SET_DEFAULT_URL -
类 net.polyv.live.v1.constant.LiveURL 中的静态变量
- 设置默认回放视频
- CHANNEL_PLAYBACK_SET_URL -
类 net.polyv.live.v1.constant.LiveURL 中的静态变量
- 设置后台回放开关
- CHANNEL_PLAYBACK_SETTING_URL -
类 net.polyv.live.v1.constant.LiveURL 中的静态变量
- 设置频道回放设置
- CHANNEL_PPTRECORD_CREATE__URL -
类 net.polyv.live.v1.constant.LiveURL 中的静态变量
- 创建重制课件任务
- CHANNEL_PUBLISHER_SET_URL -
类 net.polyv.live.v1.constant.LiveURL 中的静态变量
- 修改主持人姓名URL
- CHANNEL_PWD_SET_URL -
类 net.polyv.live.v1.constant.LiveURL 中的静态变量
- 设置频道号密码
- CHANNEL_QUESTION_ANSWER_RECORD_URL -
类 net.polyv.live.v1.constant.LiveURL 中的静态变量
- 查询频道答题卡答题结果
- CHANNEL_QUESTIONNAIRE_ANSWER_RECORD_PAGE_URL -
类 net.polyv.live.v1.constant.LiveURL 中的静态变量
- 分页查询问卷结果
- CHANNEL_QUESTIONNAIRE_ANSWER_RECORD_URL -
类 net.polyv.live.v1.constant.LiveURL 中的静态变量
- 查询频道问卷结果
- CHANNEL_QUESTIONNAIRE_DETAIL_SET_URL -
类 net.polyv.live.v1.constant.LiveURL 中的静态变量
- 设置频道问卷信息
- CHANNEL_QUESTIONNAIRE_DETAIL_URL -
类 net.polyv.live.v1.constant.LiveURL 中的静态变量
- 查询频道问卷详情
- CHANNEL_QUESTIONNAIRE_LIST_URL -
类 net.polyv.live.v1.constant.LiveURL 中的静态变量
- 查询频道问卷列表
- CHANNEL_QUESTIONNAIRE_RESULT_URL -
类 net.polyv.live.v1.constant.LiveURL 中的静态变量
- 查询频道问卷结果
- CHANNEL_REAL_TIME_VIEWERS_GET_URL -
类 net.polyv.live.v1.constant.LiveURL 中的静态变量
- 获取多个频道的实时在线人数
- CHANNEL_RECORD_CONVERT_URL -
类 net.polyv.live.v1.constant.LiveURL 中的静态变量
- 异步转存接口
- CHANNEL_RECORD_FILE_CONVERT_URL -
类 net.polyv.live.v1.constant.LiveURL 中的静态变量
- 直播转存点播接口
- CHANNEL_RECORD_FILE_MERGE_ASYNC_URL -
类 net.polyv.live.v1.constant.LiveURL 中的静态变量
- 异步合并直播录制文件
- CHANNEL_RECORD_FILE_MERGE_URL -
类 net.polyv.live.v1.constant.LiveURL 中的静态变量
- 合并录制文件
- CHANNEL_RECORD_FILES_URL -
类 net.polyv.live.v1.constant.LiveURL 中的静态变量
- 获取频道录制视频信息接口
- CHANNEL_RECORD_GET_URL -
类 net.polyv.live.v1.constant.LiveURL 中的静态变量
- 通过ID获取录制信息接口
- CHANNEL_RECORD_MERGE_MP4_URL -
类 net.polyv.live.v1.constant.LiveURL 中的静态变量
- 合并录制mp4文件接口
- CHANNEL_RECORD_MERGE_URL -
类 net.polyv.live.v1.constant.LiveURL 中的静态变量
- 异步合并接口
- CHANNEL_SESSION_INFO_LIST_URL -
类 net.polyv.live.v1.constant.LiveURL 中的静态变量
- 查询频道直播场次信息
- CHANNEL_SET_LOTTERY_WINNER_INFO_URL -
类 net.polyv.live.v1.constant.LiveURL 中的静态变量
- 设置抽奖中奖者信息
- CHANNEL_SPLASH_GET_URL -
类 net.polyv.live.v1.constant.LiveURL 中的静态变量
- 查询直播引导图开关状态及URL
- CHANNEL_SPLASH_SET_URL -
类 net.polyv.live.v1.constant.LiveURL 中的静态变量
- 设置引导开关以及引导图片
- CHANNEL_STREAM_CUTOFF_URL -
类 net.polyv.live.v1.constant.LiveURL 中的静态变量
- 频道禁流接口
- CHANNEL_STREAM_END_URL -
类 net.polyv.live.v1.constant.LiveURL 中的静态变量
- 设置频道为无直播状态
- CHANNEL_STREAM_LIVE_URL -
类 net.polyv.live.v1.constant.LiveURL 中的静态变量
- 设置频道流状态为直播中
- CHANNEL_STREAM_RESUME_URL -
类 net.polyv.live.v1.constant.LiveURL 中的静态变量
- 频道恢复流接口
- CHANNEL_SUMMARY_LIST_GET_URL -
类 net.polyv.live.v1.constant.LiveURL 中的静态变量
- 获取按频道汇总统计的播放数据
- CHANNEL_TOKEN_CREATE_URL -
类 net.polyv.live.v1.constant.LiveURL 中的静态变量
- 设置频道单点登陆token
- CHANNEL_TRANSMIT_LIST_URL -
类 net.polyv.live.v1.constant.LiveURL 中的静态变量
- 获取账号或频道转播列表信息
- CHANNEL_UPDATE_COUNT_DOWN_URL -
类 net.polyv.live.v1.constant.LiveURL 中的静态变量
- 设置频道直播倒计时信息
- CHANNEL_VIDEO_DELETE_URL -
类 net.polyv.live.v1.constant.LiveURL 中的静态变量
- 删除直播暂存中的录制文件
- CHANNEL_VIDEO_PLAYBACK_ADD_URL -
类 net.polyv.live.v1.constant.LiveURL 中的静态变量
- 将点播中的视频添加到视频库
- CHANNEL_VIDEO_SORT_URL -
类 net.polyv.live.v1.constant.LiveURL 中的静态变量
- 设置视频库列表排序
- CHANNEL_VIEW_LOGS_GET_URL -
类 net.polyv.live.v1.constant.LiveURL 中的静态变量
- 分页获取频道观看日志
- CHANNEL_VIEW_LOGS_LIST_URL -
类 net.polyv.live.v1.constant.LiveURL 中的静态变量
- 查询频道观看日志
- CHANNEL_VIEWER_CONCURRENCE_URL -
类 net.polyv.live.v1.constant.LiveURL 中的静态变量
- 查询频道的历史并发人数
- CHANNEL_WRITE_LIST_ADD_URL -
类 net.polyv.live.v1.constant.LiveURL 中的静态变量
- 添加单个白名单
- CHANNEL_WRITE_LIST_GET_URL -
类 net.polyv.live.v1.constant.LiveURL 中的静态变量
- 查询频道观看白名单列表
- channelId -
类 net.polyv.live.v1.entity.channel.operate.LiveChannelResponse 中的变量
- 频道号
- CHAT_BANNED_IP_URL -
类 net.polyv.live.v1.constant.LiveURL 中的静态变量
- 设置聊天室禁言ip
- CHAT_CLEAN_CHANNEL_MSG_URL -
类 net.polyv.live.v1.constant.LiveURL 中的静态变量
- 删除频道聊天记录
- CHAT_DEL_BANNED_URL -
类 net.polyv.live.v1.constant.LiveURL 中的静态变量
- 删除禁言IP/严禁词
- CHAT_DEL_CHANNEL_SINGLE_MSG_URL -
类 net.polyv.live.v1.constant.LiveURL 中的静态变量
- 删除单条聊天记录
- CHAT_GET_ACCOUNT_BAKWORD_WORD_URL -
类 net.polyv.live.v1.constant.LiveURL 中的静态变量
- 查询账号严禁词列表
- CHAT_GET_ADMIN_URL -
类 net.polyv.live.v1.constant.LiveURL 中的静态变量
- 查询聊天室管理员信息
- CHAT_GET_BAKWORD_WORD_IP_URL -
类 net.polyv.live.v1.constant.LiveURL 中的静态变量
- 查询频道严禁词/禁言IP列表
- CHAT_GET_CHANNEL_BANNED_LIST_URL -
类 net.polyv.live.v1.constant.LiveURL 中的静态变量
- 查询频道禁言列表
- CHAT_GET_CONSULTING_RECORD_URL -
类 net.polyv.live.v1.constant.LiveURL 中的静态变量
- 查询咨询提问记录
- CHAT_GET_HISTORY_MSG_URL -
类 net.polyv.live.v1.constant.LiveURL 中的静态变量
- 查询历史聊天信息
- CHAT_GET_QUERSTION_STATISTICAL_URL -
类 net.polyv.live.v1.constant.LiveURL 中的静态变量
- 查询频道的问答统计结果statistical
- CHAT_LIST_KICKED_URL -
类 net.polyv.live.v1.constant.LiveURL 中的静态变量
- 查询频道踢人列表
- CHAT_SEND_MSG_URL -
类 net.polyv.live.v1.constant.LiveURL 中的静态变量
- 查询频道答题卡答题结果
- CHAT_SET_ADMIN_DATA_URL -
类 net.polyv.live.v1.constant.LiveURL 中的静态变量
- 设置聊天室管理员信息
- CHAT_SET_BAD_WORD_URL -
类 net.polyv.live.v1.constant.LiveURL 中的静态变量
- 批量导入频道严禁词
- CHAT_SET_TEACHER_URL -
类 net.polyv.live.v1.constant.LiveURL 中的静态变量
- 设置讲师信息
- cleanChannelAllMsg(LiveCleanChannelAllMsgRequest) -
接口 net.polyv.live.v1.service.chat.ILiveChatRoomService 中的方法
- 删除频道聊天记录,API地址:https://dev.polyv.net/2017/liveproduct/zblts/cleanchat/
- cleanChannelAllMsg(LiveCleanChannelAllMsgRequest) -
类 net.polyv.live.v1.service.chat.impl.LiveChatRoomServiceImpl 中的方法
- 删除频道聊天记录,API地址:https://dev.polyv.net/2017/liveproduct/zblts/cleanchat/
- code -
类 net.polyv.live.v1.entity.LiveCommonResponse 中的变量
- 响应码
- CODE_200 -
类 net.polyv.live.v1.constant.LiveURL 中的静态变量
- 200响应码
- CODE_400 -
类 net.polyv.live.v1.constant.LiveURL 中的静态变量
- 400错误码
- concatParams(Map<String, String>) -
类 net.polyv.live.v1.util.LiveSignUtil 中的静态方法
- 把数组所有元素排序,并按照“参数参数值”的模式成字符串,用于计算MD5哈希值
- convertChannelVideo(LiveConvertChannelVideoRequest) -
接口 net.polyv.live.v1.service.channel.ILiveChannelPlaybackService 中的方法
- 同步转存录制文件到点播
API地址:https://dev.polyv.net/2017/liveproduct/l-api/zbglgn/lzhf/livetovod/
- convertChannelVideo(LiveConvertChannelVideoRequest) -
类 net.polyv.live.v1.service.channel.impl.LiveChannelPlaybackServiceImpl 中的方法
- 同步转存录制文件到点播,已经转存的视频再次调用会提示record already convert
API地址:https://dev.polyv.net/2017/liveproduct/l-api/zbglgn/lzhf/livetovod/
- convertChannelVideoListAsync(LiveConvertChannelVideoListAsyncRequest) -
接口 net.polyv.live.v1.service.channel.ILiveChannelPlaybackService 中的方法
- 异步批量转存录制文件到点播
API地址:https://dev.polyv.net/2019/liveproduct/l-api/zbglgn/lzhf/async-convert/
- convertChannelVideoListAsync(LiveConvertChannelVideoListAsyncRequest) -
类 net.polyv.live.v1.service.channel.impl.LiveChannelPlaybackServiceImpl 中的方法
- 异步批量转存录制文件到点播
API地址:https://dev.polyv.net/2019/liveproduct/l-api/zbglgn/lzhf/async-convert/
- coverHref -
类 net.polyv.live.v1.entity.channel.operate.LiveChannelResponse 中的变量
- 封面图的跳转链接
- coverImage -
类 net.polyv.live.v1.entity.channel.operate.LiveChannelResponse 中的变量
- 播放前显示的封面图
- CREATE_CHANNEL_CATEGORY_URL -
类 net.polyv.live.v1.constant.LiveURL 中的静态变量
- 创建账号下直播分类
- CREATE_CHANNEL_DOC_URL -
类 net.polyv.live.v1.constant.LiveURL 中的静态变量
- 上传频道文档
- CREATE_SON_CHANNEL_LIST_URL -
类 net.polyv.live.v1.constant.LiveURL 中的静态变量
- 批量创建子频道
- createAccountToken(LiveCreateAccountTokenRequest) -
接口 net.polyv.live.v1.service.account.ILiveAccountService 中的方法
- 设置账号单点登录的token
API地址:https://dev.polyv.net/2019/liveproduct/l-api/zhsz/set-user-login-token/
- createAccountToken(LiveCreateAccountTokenRequest) -
类 net.polyv.live.v1.service.account.impl.LiveAccountServiceImpl 中的方法
- 设置账号单点登录的token
API地址:https://dev.polyv.net/2019/liveproduct/l-api/zhsz/set-user-login-token/
- createCategory(LiveCreateCategoryRequest) -
接口 net.polyv.live.v1.service.account.ILiveAccountService 中的方法
- 创建账号下直播分类
API地址:https://dev.polyv.net/2019/liveproduct/l-api/zhsz/create-category/
- createCategory(LiveCreateCategoryRequest) -
类 net.polyv.live.v1.service.account.impl.LiveAccountServiceImpl 中的方法
- 创建账号下直播分类
API地址:https://dev.polyv.net/2019/liveproduct/l-api/zhsz/create-category/
- createChannel(LiveChannelRequest) -
接口 net.polyv.live.v1.service.channel.ILiveChannelOperateService 中的方法
- 创建直播频道
API地址:https://dev.polyv.net/2017/liveproduct/l-api/zbglgn/pdcz/create-channel/
- createChannel(LiveChannelRequest) -
类 net.polyv.live.v1.service.channel.impl.LiveChannelOperateServiceImpl 中的方法
- 创建直播频道
API地址:https://dev.polyv.net/2017/liveproduct/l-api/zbglgn/pdcz/create-channel/
- createChannelDoc(LiveCreateChannelDocRequest) -
接口 net.polyv.live.v1.service.channel.ILiveChannelDocService 中的方法
- 上传频道文档
API地址:https://dev.polyv.net/2019/liveproduct/l-api/zbglgn/wdgl/upload-ppt-file/
- createChannelDoc(LiveCreateChannelDocRequest) -
类 net.polyv.live.v1.service.channel.impl.LiveChannelDocServiceImpl 中的方法
- 上传频道文档
API地址:https://dev.polyv.net/2019/liveproduct/l-api/zbglgn/wdgl/upload-ppt-file/
- createChannelInit(LiveChannelInitRequest) -
接口 net.polyv.live.v1.service.channel.ILiveChannelOperateService 中的方法
- 创建并初始化频道
API地址:https://dev.polyv.net/2019/liveproduct/l-api/zbglgn/pdcz/basic-create/
- createChannelInit(LiveChannelInitRequest) -
类 net.polyv.live.v1.service.channel.impl.LiveChannelOperateServiceImpl 中的方法
- 创建并初始化频道
API地址:https://dev.polyv.net/2019/liveproduct/l-api/zbglgn/pdcz/basic-create/
- createChannelList(LiveCreateChannelListRequest) -
接口 net.polyv.live.v1.service.channel.ILiveChannelOperateService 中的方法
- 批量创建频道
API地址:https://dev.polyv.net/2018/liveproduct/l-api/zbglgn/pdcz/batch-create-channels/
- createChannelList(LiveCreateChannelListRequest) -
类 net.polyv.live.v1.service.channel.impl.LiveChannelOperateServiceImpl 中的方法
- 批量创建频道
API地址:https://dev.polyv.net/2018/liveproduct/l-api/zbglgn/pdcz/batch-create-channels/
- createChannelPPTRecordTask(LiveCreateChannelPPTRecordRequest) -
接口 net.polyv.live.v1.service.channel.ILiveChannelOperateService 中的方法
- 创建重制课件任务
API地址:https://dev.polyv.net/2020/liveproduct/l-api/zbglgn/pdcz/add-record-task/
- createChannelPPTRecordTask(LiveCreateChannelPPTRecordRequest) -
类 net.polyv.live.v1.service.channel.impl.LiveChannelOperateServiceImpl 中的方法
- 创建重制课件任务
API地址:https://dev.polyv.net/2020/liveproduct/l-api/zbglgn/pdcz/add-record-task/
- createChannelToken(LiveCreateChannelTokenRequest) -
接口 net.polyv.live.v1.service.channel.ILiveChannelOperateService 中的方法
- 设置频道单点登陆token
API地址:https://dev.polyv.net/2018/liveproduct/l-api/zbglgn/pdcz/set-token-1/
- createChannelToken(LiveCreateChannelTokenRequest) -
类 net.polyv.live.v1.service.channel.impl.LiveChannelOperateServiceImpl 中的方法
- 设置频道单点登陆token
API地址:https://dev.polyv.net/2018/liveproduct/l-api/zbglgn/pdcz/set-token-1/
- createChannelWriteList(LiveCreateChannelWriteListRequest) -
接口 net.polyv.live.v1.service.web.ILiveWebAuthService 中的方法
- 添加单个白名单
API地址:https://dev.polyv.net/2020/liveproduct/l-api/szgkygg/ymgktj/add-white-list/
- createChannelWriteList(LiveCreateChannelWriteListRequest) -
类 net.polyv.live.v1.service.web.impl.LiveWebAuthServiceImpl 中的方法
- 添加单个白名单
- createDiskVideosStream(LiveCreateDiskVideosStreamRequest) -
接口 net.polyv.live.v1.service.channel.ILiveChannelOperateService 中的方法
- 设置硬盘推流直播
API地址:https://dev.polyv.net/2020/liveproduct/l-api/zbglgn/pdcz/add-disk-videos/
- createDiskVideosStream(LiveCreateDiskVideosStreamRequest) -
类 net.polyv.live.v1.service.channel.impl.LiveChannelOperateServiceImpl 中的方法
- 设置硬盘推流直播
API地址:https://dev.polyv.net/2020/liveproduct/l-api/zbglgn/pdcz/add-disk-videos/
- createSonChannel(LiveCreateSonChannelRequest) -
接口 net.polyv.live.v1.service.channel.ILiveChannelOperateService 中的方法
- 创建子频道
API地址:https://dev.polyv.net/2018/liveproduct/l-api/zbglgn/pdcz/add-account/
- createSonChannel(LiveCreateSonChannelRequest) -
类 net.polyv.live.v1.service.channel.impl.LiveChannelOperateServiceImpl 中的方法
- 创建子频道
API地址:https://dev.polyv.net/2018/liveproduct/l-api/zbglgn/pdcz/add-account/
- createSonChannelList(LiveCreateSonChannelListRequest) -
接口 net.polyv.live.v1.service.channel.ILiveChannelOperateService 中的方法
- 批量创建子频道
API地址:https://dev.polyv.net/2020/liveproduct/l-api/zbglgn/pdcz/batch-create/
- createSonChannelList(LiveCreateSonChannelListRequest) -
类 net.polyv.live.v1.service.channel.impl.LiveChannelOperateServiceImpl 中的方法
- 批量创建子频道
API地址:https://dev.polyv.net/2020/liveproduct/l-api/zbglgn/pdcz/batch-create/
- createSonChannelToken(LiveCreateSonChannelTokenRequest) -
接口 net.polyv.live.v1.service.channel.ILiveChannelOperateService 中的方法
- 设置子频道单点登陆token
API地址:https://dev.polyv.net/2018/liveproduct/l-api/zbglgn/pdcz/set-account-token/
- createSonChannelToken(LiveCreateSonChannelTokenRequest) -
类 net.polyv.live.v1.service.channel.impl.LiveChannelOperateServiceImpl 中的方法
- 设置子频道单点登陆token
API地址:https://dev.polyv.net/2018/liveproduct/l-api/zbglgn/pdcz/set-account-token/
- currentPage -
类 net.polyv.live.v1.entity.LivePageCommonResponse 中的变量
- 当前页
- currentTimeMillis -
类 net.polyv.live.v1.entity.channel.operate.LiveChannelResponse 中的变量
- 服务器返回的时间戳(毫秒)
- cutoffChannelStream(LiveCutoffChannelStreamRequest) -
接口 net.polyv.live.v1.service.channel.ILiveChannelStateService 中的方法
- 禁止直播频道推流
API地址:https://dev.polyv.net/2019/liveproduct/l-api/zbglgn/hqzbxx/banpush/
- cutoffChannelStream(LiveCutoffChannelStreamRequest) -
类 net.polyv.live.v1.service.channel.impl.LiveChannelStateServiceImpl 中的方法
- 禁止直播频道推流
API地址:https://dev.polyv.net/2019/liveproduct/l-api/zbglgn/hqzbxx/banpush/
- cutoffHref -
类 net.polyv.live.v1.entity.channel.operate.LiveChannelResponse 中的变量
- 切断流时显示图片的跳转链接
- cutoffImage -
类 net.polyv.live.v1.entity.channel.operate.LiveChannelResponse 中的变量
- 切断流时的显示图片
D
- data -
类 net.polyv.live.v1.entity.LiveCommonResponse 中的变量
- 实际返回数据
- delBanned(LiveDelBannedDataRequest) -
接口 net.polyv.live.v1.service.chat.ILiveChatRoomService 中的方法
- 删除禁言IP/严禁词,API地址:https://dev.polyv.net/2017/liveproduct/zblts/delbanned/
- delBanned(LiveDelBannedDataRequest) -
类 net.polyv.live.v1.service.chat.impl.LiveChatRoomServiceImpl 中的方法
- 删除禁言IP/严禁词,API地址:https://dev.polyv.net/2017/liveproduct/zblts/delbanned/
- delChatSingleMsg(LiveChatDelSingleMsgRequest) -
接口 net.polyv.live.v1.service.chat.ILiveChatRoomService 中的方法
- 删除单条聊天记录,API地址:https://dev.polyv.net/2017/liveproduct/zblts/delchat/
- delChatSingleMsg(LiveChatDelSingleMsgRequest) -
类 net.polyv.live.v1.service.chat.impl.LiveChatRoomServiceImpl 中的方法
- 删除单条聊天记录,API地址:https://dev.polyv.net/2017/liveproduct/zblts/delchat/
- DELETE_CHANNEL_CATEGORY_URL -
类 net.polyv.live.v1.constant.LiveURL 中的静态变量
- 删除直播频道分类
- DELETE_CHANNEL_WRITE_LIST_URL -
类 net.polyv.live.v1.constant.LiveURL 中的静态变量
- 删除白名单
- DELETE_DISK_VIDEOS_STREAM_URL -
类 net.polyv.live.v1.constant.LiveURL 中的静态变量
- 删除硬盘推流的视频
- deleteCategory(LiveDeleteCategoryRequest) -
接口 net.polyv.live.v1.service.account.ILiveAccountService 中的方法
- 删除直播频道分类
API地址:https://dev.polyv.net/2020/liveproduct/l-api/zhsz/delete-category/
- deleteCategory(LiveDeleteCategoryRequest) -
类 net.polyv.live.v1.service.account.impl.LiveAccountServiceImpl 中的方法
- 删除直播频道分类
API地址:https://dev.polyv.net/2020/liveproduct/l-api/zhsz/delete-category/
- deleteChannel(LiveDeleteChannelRequest) -
接口 net.polyv.live.v1.service.channel.ILiveChannelOperateService 中的方法
- 删除直播频道
API地址:https://dev.polyv.net/2018/liveproduct/l-api/zbglgn/pdcz/deletechannel/
- deleteChannel(LiveDeleteChannelRequest) -
类 net.polyv.live.v1.service.channel.impl.LiveChannelOperateServiceImpl 中的方法
- 删除直播频道
API地址:https://dev.polyv.net/2018/liveproduct/l-api/zbglgn/pdcz/deletechannel/
- deleteChannelDoc(LiveDeleteChannelDocRequest) -
接口 net.polyv.live.v1.service.channel.ILiveChannelDocService 中的方法
- 删除频道文档
API地址:https://dev.polyv.net/2019/liveproduct/l-api/zbglgn/wdgl/delete-document/
- deleteChannelDoc(LiveDeleteChannelDocRequest) -
类 net.polyv.live.v1.service.channel.impl.LiveChannelDocServiceImpl 中的方法
- 删除频道文档
API地址:https://dev.polyv.net/2019/liveproduct/l-api/zbglgn/wdgl/delete-document/
- deleteChannelList(LiveDeleteChannelListRequest) -
接口 net.polyv.live.v1.service.channel.ILiveChannelOperateService 中的方法
- 批量删除频道
API地址:https://dev.polyv.net/2018/liveproduct/l-api/zbglgn/pdcz/batch-delete-channels/
- deleteChannelList(LiveDeleteChannelListRequest) -
类 net.polyv.live.v1.service.channel.impl.LiveChannelOperateServiceImpl 中的方法
- 批量删除频道
API地址:https://dev.polyv.net/2018/liveproduct/l-api/zbglgn/pdcz/batch-delete-channels/
- deleteChannelPlaybackVideo(LiveDeleteChannelPlaybackVideoRequest) -
接口 net.polyv.live.v1.service.channel.ILiveChannelPlaybackService 中的方法
- 删除视频库列表中的视频
API地址:https://dev.polyv.net/2017/liveproduct/l-api/zbglgn/lzhf/deleteplaybackvideo/
- deleteChannelPlaybackVideo(LiveDeleteChannelPlaybackVideoRequest) -
类 net.polyv.live.v1.service.channel.impl.LiveChannelPlaybackServiceImpl 中的方法
- 删除视频库列表中的视频
API地址:https://dev.polyv.net/2017/liveproduct/l-api/zbglgn/lzhf/deleteplaybackvideo/
- deleteChannelVideo(LiveDeleteChannelVideoRequest) -
接口 net.polyv.live.v1.service.channel.ILiveChannelPlaybackService 中的方法
- 删除直播暂存中的录制文件
API地址:https://dev.polyv.net/2018/liveproduct/l-api/zbglgn/lzhf/delete-record/
- deleteChannelVideo(LiveDeleteChannelVideoRequest) -
类 net.polyv.live.v1.service.channel.impl.LiveChannelPlaybackServiceImpl 中的方法
- 删除直播暂存中的录制文件,sessionId和startTime不能同时为空,可单独提交某一参数。
- deleteChannelWriteList(LiveDeleteChannelWriteListRequest) -
接口 net.polyv.live.v1.service.web.ILiveWebAuthService 中的方法
- 删除白名单
API地址:https://dev.polyv.net/2020/liveproduct/l-api/szgkygg/ymgktj/delete-white-list/
- deleteChannelWriteList(LiveDeleteChannelWriteListRequest) -
类 net.polyv.live.v1.service.web.impl.LiveWebAuthServiceImpl 中的方法
- 删除白名单
API地址:https://dev.polyv.net/2020/liveproduct/l-api/szgkygg/ymgktj/delete-white-list/
- deleteDiskVideosStream(LiveDeleteDiskVideosStreamRequest) -
接口 net.polyv.live.v1.service.channel.ILiveChannelOperateService 中的方法
- 删除硬盘推流的视频
API地址:https://dev.polyv.net/2020/liveproduct/l-api/zbglgn/pdcz/delete-disk-videos/
- deleteDiskVideosStream(LiveDeleteDiskVideosStreamRequest) -
类 net.polyv.live.v1.service.channel.impl.LiveChannelOperateServiceImpl 中的方法
- 删除硬盘推流的视频
API地址:https://dev.polyv.net/2020/liveproduct/l-api/zbglgn/pdcz/delete-disk-videos/
- deleteSonChannel(LiveDeleteSonChannelRequest) -
接口 net.polyv.live.v1.service.channel.ILiveChannelOperateService 中的方法
- 删除子频道
API地址:https://dev.polyv.net/2018/liveproduct/l-api/zbglgn/pdcz/delete-account/
- deleteSonChannel(LiveDeleteSonChannelRequest) -
类 net.polyv.live.v1.service.channel.impl.LiveChannelOperateServiceImpl 中的方法
- 删除子频道
API地址:https://dev.polyv.net/2018/liveproduct/l-api/zbglgn/pdcz/delete-account/
- description -
类 net.polyv.live.v1.entity.channel.operate.LiveChannelResponse 中的变量
- 频道描述
- DOWNLOAD_CHANNEL_AUTH_INFO_URL -
类 net.polyv.live.v1.constant.LiveURL 中的静态变量
- 下载频道登记观看记录
- downloadChannelAuthInfo(LiveDownloadChannelAuthInfoRequest) -
接口 net.polyv.live.v1.service.web.ILiveWebAuthService 中的方法
- 下载频道登记观看记录
API地址:https://dev.polyv.net/2018/liveproduct/l-api/szgkygg/ymgktj/download-record-info/
- downloadChannelAuthInfo(LiveDownloadChannelAuthInfoRequest) -
类 net.polyv.live.v1.service.web.impl.LiveWebAuthServiceImpl 中的方法
- 下载频道登记观看记录
API地址:https://dev.polyv.net/2018/liveproduct/l-api/szgkygg/ymgktj/download-record-info/
E
- ERROR_CODE -
类 net.polyv.live.v1.constant.LiveConstant 中的静态变量
-
- ERROR_INFO -
类 net.polyv.live.v1.service.LiveBaseService 中的静态变量
-
- ERROR_PREFIX -
类 net.polyv.live.v1.service.LiveBaseService 中的静态变量
-
- ERROR_PREFIX1 -
类 net.polyv.live.v1.service.LiveBaseService 中的静态变量
-
- ERROR_SUFFIX -
类 net.polyv.live.v1.service.LiveBaseService 中的静态变量
-
F
- filterNullValue(Map<String, String>) -
类 net.polyv.live.v1.util.MapUtil 中的静态方法
- 过滤值为NULL的key
G
- generateUUID() -
类 net.polyv.live.v1.util.LiveSignUtil 中的静态方法
-
- GET_ACCOUNT_INFO_URL -
类 net.polyv.live.v1.constant.LiveURL 中的静态变量
- 获取直播用户账号信息接口
- GET_CHANNEL_CALLBACK_SETTING_URL -
类 net.polyv.live.v1.constant.LiveURL 中的静态变量
- 查询频道回调设置接口
- GET_CHANNEL_INCOME_DETAIL_URL -
类 net.polyv.live.v1.constant.LiveURL 中的静态变量
- 查询账号下所有/某个频道号收入详情
- getAccountBadworkList(LiveGetAccountBadWordRequest) -
接口 net.polyv.live.v1.service.chat.ILiveChatRoomService 中的方法
- 查询账号严禁词列表,API地址:https://dev.polyv.net/2019/liveproduct/zblts/user-badword-list/
- getAccountBadworkList(LiveGetAccountBadWordRequest) -
类 net.polyv.live.v1.service.chat.impl.LiveChatRoomServiceImpl 中的方法
- 查询账号严禁词列表,API地址:https://dev.polyv.net/2019/liveproduct/zblts/user-badword-list/
- getAccountInfo(LiveAccountInfoRequest) -
接口 net.polyv.live.v1.service.account.ILiveAccountService 中的方法
- 获取直播用户账号信息接口
API地址:https://dev.polyv.net/2020/liveproduct/l-api/zhsz/get-user-info/
- getAccountInfo(LiveAccountInfoRequest) -
类 net.polyv.live.v1.service.account.impl.LiveAccountServiceImpl 中的方法
- 获取直播用户账号信息接口
API地址:https://dev.polyv.net/2020/liveproduct/l-api/zhsz/get-user-info/
- getAccountSwitch(LiveAccountSwitchRequest) -
接口 net.polyv.live.v1.service.account.ILiveAccountService 中的方法
- 查询功能开关状态接口
API地址:https://dev.polyv.net/2018/liveproduct/l-api/zhsz/switch-get/
- getAccountSwitch(LiveAccountSwitchRequest) -
类 net.polyv.live.v1.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/
- getAnswerRecord(LiveQuestionAnswerRecordRequest) -
接口 net.polyv.live.v1.service.interact.ILiveAnswerRecordService 中的方法
- 查询频道答题卡答题结果,API地址:https://dev.polyv.net/2018/liveproduct/l-api/zbhd/answer_records/
- getAnswerRecord(LiveQuestionAnswerRecordRequest) -
类 net.polyv.live.v1.service.interact.impl.LiveAnswerRecordServiceImpl 中的方法
- 查询频道答题卡答题结果,API地址:https://dev.polyv.net/2018/liveproduct/l-api/zbhd/answer_records/
- getAppId() -
类 net.polyv.live.v1.config.LiveGlobalConfig 中的静态方法
-
- getAppSecret() -
类 net.polyv.live.v1.config.LiveGlobalConfig 中的静态方法
-
- getBannedList(LiveGetBannedListRequest) -
接口 net.polyv.live.v1.service.chat.ILiveChatRoomService 中的方法
- 查询频道禁言列表,API地址:https://dev.polyv.net/2019/liveproduct/zblts/get-banned-list/
- getBannedList(LiveGetBannedListRequest) -
类 net.polyv.live.v1.service.chat.impl.LiveChatRoomServiceImpl 中的方法
- 查询频道禁言列表,API地址:https://dev.polyv.net/2019/liveproduct/zblts/get-banned-list/
- getChannelAdvertList(LiveChannelAdvertListRequest) -
接口 net.polyv.live.v1.service.channel.ILiveChannelOperateService 中的方法
- 查询频道广告列表
API地址:https://dev.polyv.net/2019/liveproduct/l-api/zbglgn/pdcz/channel-advert-list/
- getChannelAdvertList(LiveChannelAdvertListRequest) -
类 net.polyv.live.v1.service.channel.impl.LiveChannelOperateServiceImpl 中的方法
- 查询频道广告列表
API地址:https://dev.polyv.net/2019/liveproduct/l-api/zbglgn/pdcz/channel-advert-list/
- getChannelAuth(LiveChannelAuthRequest) -
接口 net.polyv.live.v1.service.web.ILiveWebAuthService 中的方法
- 查询直播频道观看条件
API地址:https://dev.polyv.net/2018/liveproduct/l-api/szgkygg/ymgktj/auth/
- getChannelAuth(LiveChannelAuthRequest) -
类 net.polyv.live.v1.service.web.impl.LiveWebAuthServiceImpl 中的方法
- 查询直播频道观看条件
API地址:https://dev.polyv.net/2018/liveproduct/l-api/szgkygg/ymgktj/auth/
- getChannelAuthField(LiveChannelAuthFieldRequest) -
接口 net.polyv.live.v1.service.web.ILiveWebAuthService 中的方法
- 查询频道或全局登记观看字段
API地址:https://dev.polyv.net/2018/liveproduct/l-api/szgkygg/ymgktj/get-record-field/
- getChannelAuthField(LiveChannelAuthFieldRequest) -
类 net.polyv.live.v1.service.web.impl.LiveWebAuthServiceImpl 中的方法
- 查询频道或全局登记观看字段
API地址:https://dev.polyv.net/2018/liveproduct/l-api/szgkygg/ymgktj/get-record-field/
- getChannelAuthInfo(LiveChannelAuthInfoRequest) -
接口 net.polyv.live.v1.service.web.ILiveWebAuthService 中的方法
- 查询页面登记观看列表
API地址:https://dev.polyv.net/2018/liveproduct/l-api/szgkygg/ymgktj/get-record-info/
- getChannelAuthInfo(LiveChannelAuthInfoRequest) -
类 net.polyv.live.v1.service.web.impl.LiveWebAuthServiceImpl 中的方法
- 查询页面登记观看列表
API地址:https://dev.polyv.net/2018/liveproduct/l-api/szgkygg/ymgktj/get-record-info/
- getChannelAuthToken(LiveChannelAuthTokenRequest) -
接口 net.polyv.live.v1.service.channel.ILiveChannelOperateService 中的方法
- 查询授权和连麦的token
API地址:https://dev.polyv.net/2019/liveproduct/l-api/zbglgn/pdcz/get-chat-token/
- getChannelAuthToken(LiveChannelAuthTokenRequest) -
类 net.polyv.live.v1.service.channel.impl.LiveChannelOperateServiceImpl 中的方法
- 查询授权和连麦的token
API地址:https://dev.polyv.net/2019/liveproduct/l-api/zbglgn/pdcz/get-chat-token/
- getChannelBadworkList(LiveGetBadwordIPRequest) -
接口 net.polyv.live.v1.service.chat.ILiveChatRoomService 中的方法
- 查询频道严禁词/禁言IP列表,API地址:https://dev.polyv.net/2019/liveproduct/zblts/get-channel-badwords/
- getChannelBadworkList(LiveGetBadwordIPRequest) -
类 net.polyv.live.v1.service.chat.impl.LiveChatRoomServiceImpl 中的方法
- 查询频道严禁词/禁言IP列表,API地址:https://dev.polyv.net/2019/liveproduct/zblts/get-channel-badwords/
- getChannelBasicInfo(LiveChannelBasicInfoRequest) -
接口 net.polyv.live.v1.service.channel.ILiveChannelOperateService 中的方法
- 查询频道基本信息
API地址:https://dev.polyv.net/2019/liveproduct/l-api/zbglgn/pdcz/get-detail-setting/
- getChannelBasicInfo(LiveChannelBasicInfoRequest) -
类 net.polyv.live.v1.service.channel.impl.LiveChannelOperateServiceImpl 中的方法
- 查询频道基本信息
API地址:https://dev.polyv.net/2019/liveproduct/l-api/zbglgn/pdcz/get-detail-setting/
- getChannelCallbackSetting(LiveChannelCallbackSettingRequest) -
接口 net.polyv.live.v1.service.channel.ILiveChannelOperateService 中的方法
- 查询频道回调设置接口
API地址:https://dev.polyv.net/2020/liveproduct/l-api/zbglgn/pdcz/get-callback-setting/
- getChannelCallbackSetting(LiveChannelCallbackSettingRequest) -
类 net.polyv.live.v1.service.channel.impl.LiveChannelOperateServiceImpl 中的方法
- 查询频道回调设置接口
API地址:https://dev.polyv.net/2020/liveproduct/l-api/zbglgn/pdcz/get-callback-setting/
- getChannelCapture(LiveChannelCaptureRequest) -
接口 net.polyv.live.v1.service.channel.ILiveChannelOperateService 中的方法
- 查询频道直播截图
API地址:https://dev.polyv.net/2018/liveproduct/l-api/zbglgn/pdcz/get-capture-image/
- getChannelCapture(LiveChannelCaptureRequest) -
类 net.polyv.live.v1.service.channel.impl.LiveChannelOperateServiceImpl 中的方法
- 查询频道直播截图
API地址:https://dev.polyv.net/2018/liveproduct/l-api/zbglgn/pdcz/get-capture-image/
- getChannelCountDown(LiveChannelCountDownRequest) -
接口 net.polyv.live.v1.service.web.ILiveWebInfoService 中的方法
- 查询频道直播倒计时信息
API地址:https://dev.polyv.net/2018/liveproduct/l-api/szgkygg/ymxxsz/get-countdown/
- getChannelCountDown(LiveChannelCountDownRequest) -
类 net.polyv.live.v1.service.web.impl.LiveWebInfoServiceImpl 中的方法
- 查询频道直播倒计时信息
API地址:https://dev.polyv.net/2018/liveproduct/l-api/szgkygg/ymxxsz/get-countdown/
- getChannelDocStatus(LiveChannelDocStatusRequest) -
接口 net.polyv.live.v1.service.channel.ILiveChannelDocService 中的方法
- 查询频道文档转换状态
API地址:https://dev.polyv.net/2019/liveproduct/l-api/zbglgn/wdgl/get-ppt-convert-status/
- getChannelDocStatus(LiveChannelDocStatusRequest) -
类 net.polyv.live.v1.service.channel.impl.LiveChannelDocServiceImpl 中的方法
- 查询频道文档转换状态
API地址:https://dev.polyv.net/2019/liveproduct/l-api/zbglgn/wdgl/get-ppt-convert-status/
- getChannelDonate(LiveChannelDonateRequest) -
接口 net.polyv.live.v1.service.web.ILiveWebInteractService 中的方法
- 查询打赏设置
API地址:https://dev.polyv.net/2018/liveproduct/l-api/szgkygg/ymhd/donate-get/
- getChannelDonate(LiveChannelDonateRequest) -
类 net.polyv.live.v1.service.web.impl.LiveWebInteractServiceImpl 中的方法
- 查询打赏设置
API地址:https://dev.polyv.net/2018/liveproduct/l-api/szgkygg/ymhd/donate-get/
- getChannelIncomeDetail(LiveChannelIncomeDetailRequest) -
接口 net.polyv.live.v1.service.account.ILiveAccountService 中的方法
- 查询账号下所有/某个频道号收入详情
API地址:https://dev.polyv.net/2018/liveproduct/l-api/zhsz/get-income-detail/
- getChannelIncomeDetail(LiveChannelIncomeDetailRequest) -
类 net.polyv.live.v1.service.account.impl.LiveAccountServiceImpl 中的方法
- 查询账号下所有/某个频道号收入详情
API地址:https://dev.polyv.net/2018/liveproduct/l-api/zhsz/get-income-detail/
- getChannelInfo(LiveChannelInfoRequest) -
接口 net.polyv.live.v1.service.channel.ILiveChannelOperateService 中的方法
- 查询频道信息
API地址:https://dev.polyv.net/2017/liveproduct/l-api/zbglgn/pdcz/getchannelid-2/
- getChannelInfo(LiveChannelInfoRequest) -
类 net.polyv.live.v1.service.channel.impl.LiveChannelOperateServiceImpl 中的方法
- 查询频道信息
API地址:https://dev.polyv.net/2017/liveproduct/l-api/zbglgn/pdcz/getchannelid-2/
- getChannelLikes(LiveChannelLikesRequest) -
接口 net.polyv.live.v1.service.web.ILiveWebInfoService 中的方法
- 查询频道点赞数和观众热度值
API地址:https://dev.polyv.net/2017/liveproduct/l-api/szgkygg/ymxxsz/live-likes/
- getChannelLikes(LiveChannelLikesRequest) -
类 net.polyv.live.v1.service.web.impl.LiveWebInfoServiceImpl 中的方法
- 查询频道点赞数和观众热度值
API地址:https://dev.polyv.net/2017/liveproduct/l-api/szgkygg/ymxxsz/live-likes/
- getChannelPlayBackEnabledInfo(LiveChannelPlaybackEnabledInfoRequest) -
接口 net.polyv.live.v1.service.channel.ILiveChannelPlaybackService 中的方法
- 查询频道的回放开关状态
API地址:https://dev.polyv.net/2018/liveproduct/l-api/zbglgn/lzhf/get-playback-enbaled/
- getChannelPlayBackEnabledInfo(LiveChannelPlaybackEnabledInfoRequest) -
类 net.polyv.live.v1.service.channel.impl.LiveChannelPlaybackServiceImpl 中的方法
- 查询频道的回放开关状态
API地址:https://dev.polyv.net/2018/liveproduct/l-api/zbglgn/lzhf/get-playback-enbaled/
- getChannelSplash(LiveChannelSplashRequest) -
接口 net.polyv.live.v1.service.web.ILiveWebInfoService 中的方法
- 查询直播引导图开关状态及URL
API地址:https://dev.polyv.net/2017/liveproduct/l-api/szgkygg/ymxxsz/getsplash/
- getChannelSplash(LiveChannelSplashRequest) -
类 net.polyv.live.v1.service.web.impl.LiveWebInfoServiceImpl 中的方法
- 查询直播引导图开关状态及URL
API地址:https://dev.polyv.net/2017/liveproduct/l-api/szgkygg/ymxxsz/getsplash/
- getChannelStreamInfo(LiveChannelStreamInfoRequest) -
接口 net.polyv.live.v1.service.channel.ILiveChannelStateService 中的方法
- 查询频道实时推流信息
API地址:https://dev.polyv.net/2019/liveproduct/l-api/zbglgn/hqzbxx/get-stream-info/
- getChannelStreamInfo(LiveChannelStreamInfoRequest) -
类 net.polyv.live.v1.service.channel.impl.LiveChannelStateServiceImpl 中的方法
- 查询频道实时推流信息(讲师未进入直播间或未开启上课等情况,将抛出"channel status not live"异常),
API地址:https://dev.polyv.net/2019/liveproduct/l-api/zbglgn/hqzbxx/get-stream-info/
- getChannelTransmitList(LiveChannelTransmitListRequest) -
接口 net.polyv.live.v1.service.channel.ILiveChannelOperateService 中的方法
- 获取账号或频道转播列表信息
API地址:https://dev.polyv.net/2020/liveproduct/l-api/zbglgn/pdcz/get-transmit-associations/
- getChannelTransmitList(LiveChannelTransmitListRequest) -
类 net.polyv.live.v1.service.channel.impl.LiveChannelOperateServiceImpl 中的方法
- 获取账号或频道转播列表信息
API地址:https://dev.polyv.net/2020/liveproduct/l-api/zbglgn/pdcz/get-transmit-associations/
- getChannelVideoOnly(LiveChannelVideoOnlyRequest) -
接口 net.polyv.live.v1.service.channel.ILiveChannelPlaybackService 中的方法
- 查询指定文件ID的录制文件信息
API地址:https://dev.polyv.net/2019/liveproduct/l-api/zbglgn/lzhf/get-record-file/
- getChannelVideoOnly(LiveChannelVideoOnlyRequest) -
类 net.polyv.live.v1.service.channel.impl.LiveChannelPlaybackServiceImpl 中的方法
- 查询指定文件ID的录制文件信息
API地址:https://dev.polyv.net/2019/liveproduct/l-api/zbglgn/lzhf/get-record-file/
- getChannelViewerConcurrence(LiveChannelViewerConcurrenceRequest) -
接口 net.polyv.live.v1.service.channel.ILiveChannelViewdataService 中的方法
- 查询频道的历史并发人数
API地址:https://dev.polyv.net/2019/liveproduct/l-api/zbglgn/gksj/concurrency/
- getChannelViewerConcurrence(LiveChannelViewerConcurrenceRequest) -
类 net.polyv.live.v1.service.channel.impl.LiveChannelViewdataServiceImpl 中的方法
- 查询频道的历史并发人数
API地址:https://dev.polyv.net/2019/liveproduct/l-api/zbglgn/gksj/concurrency/
- getChannelWriteList(LiveChannelWriteListRequest) -
接口 net.polyv.live.v1.service.web.ILiveWebAuthService 中的方法
- 查询频道观看白名单列表
API地址:https://dev.polyv.net/2018/liveproduct/l-api/szgkygg/ymgktj/get-white-list/
- getChannelWriteList(LiveChannelWriteListRequest) -
类 net.polyv.live.v1.service.web.impl.LiveWebAuthServiceImpl 中的方法
- 查询频道观看白名单列表
API地址:https://dev.polyv.net/2018/liveproduct/l-api/szgkygg/ymgktj/get-white-list/
- getChatAdminData(LiveGetChatAdminDataRequest) -
接口 net.polyv.live.v1.service.chat.ILiveChatRoomService 中的方法
- 查询聊天室管理员信息,API地址:https://dev.polyv.net/2017/liveproduct/zblts/get-chat-admin/
- getChatAdminData(LiveGetChatAdminDataRequest) -
类 net.polyv.live.v1.service.chat.impl.LiveChatRoomServiceImpl 中的方法
- 查询聊天室管理员信息,API地址:https://dev.polyv.net/2017/liveproduct/zblts/get-chat-admin/
- getCheckinInfoById(LiveCheckinRequest) -
接口 net.polyv.live.v1.service.interact.ILiveCheckinService 中的方法
- 查询指定签到ID的签到记录,API地址:https://dev.polyv.net/2019/liveproduct/l-api/zbhd/get-checkin/
- getCheckinInfoById(LiveCheckinRequest) -
类 net.polyv.live.v1.service.interact.impl.LiveCheckinServiceImpl 中的方法
- 查询指定签到ID的签到记录,API地址:https://dev.polyv.net/2019/liveproduct/l-api/zbhd/get-checkin/
- getCheckinListInfo(LiveCheckinListRequest) -
接口 net.polyv.live.v1.service.interact.ILiveCheckinService 中的方法
- 查询签到结果,API地址:https://dev.polyv.net/2019/liveproduct/l-api/zbhd/get-questionnaire-detail/
- getCheckinListInfo(LiveCheckinListRequest) -
类 net.polyv.live.v1.service.interact.impl.LiveCheckinServiceImpl 中的方法
- 查询签到结果,API地址:https://dev.polyv.net/2019/liveproduct/l-api/zbhd/get-questionnaire-detail/
- getCheckinMetadataBySessionId(LiveCheckinMetadataBySessionIdRequest) -
接口 net.polyv.live.v1.service.interact.ILiveCheckinService 中的方法
- 依据指定直播场次sessionId查询签到场次信息,API地址:https://dev.polyv.net/2019/liveproduct/l-api/zbhd/get-checkin-list-by-sessionid/
- getCheckinMetadataBySessionId(LiveCheckinMetadataBySessionIdRequest) -
类 net.polyv.live.v1.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.v1.service.chat.ILiveChatRoomService 中的方法
- 查询咨询提问记录,API地址:https://dev.polyv.net/2018/liveproduct/zblts/getquestion/
- getConsultingRecord(LiveGetConsultingRecordRequest) -
类 net.polyv.live.v1.service.chat.impl.LiveChatRoomServiceImpl 中的方法
- 查询咨询提问记录,API地址:https://dev.polyv.net/2018/liveproduct/zblts/getquestion/
- getDesc() -
枚举 net.polyv.live.v1.constant.LiveConstant.AuthType 中的方法
-
- getDesc() -
枚举 net.polyv.live.v1.constant.LiveConstant.ChannelSwitch 中的方法
-
- getDesc() -
枚举 net.polyv.live.v1.constant.LiveConstant.GlobalEnabledType 中的方法
-
- getDesc() -
枚举 net.polyv.live.v1.constant.LiveConstant.HeadAdvertType 中的方法
-
- getDesc() -
枚举 net.polyv.live.v1.constant.LiveConstant.PPTStatus 中的方法
-
- getDesc() -
枚举 net.polyv.live.v1.constant.LiveConstant.Role 中的方法
-
- getDesc() -
枚举 net.polyv.live.v1.constant.LiveConstant.SceneType 中的方法
-
- getFlag() -
枚举 net.polyv.live.v1.constant.LiveConstant.AutoPlay 中的方法
-
- getFlag() -
枚举 net.polyv.live.v1.constant.LiveConstant.Flag 中的方法
-
- getFlag() -
枚举 net.polyv.live.v1.constant.LiveConstant.WatchLayout 中的方法
-
- getHistoryChatMsg(LiveGetHistoryChatMsgRequest) -
接口 net.polyv.live.v1.service.chat.ILiveChatRoomService 中的方法
- 查询历史聊天信息,API地址:https://dev.polyv.net/2019/liveproduct/zblts/get-channel-badwords/
- getHistoryChatMsg(LiveGetHistoryChatMsgRequest) -
类 net.polyv.live.v1.service.chat.impl.LiveChatRoomServiceImpl 中的方法
- 查询历史聊天信息,API地址:https://dev.polyv.net/2019/liveproduct/zblts/get-channel-badwords/
- getKickedList(LiveKickedListRequest) -
接口 net.polyv.live.v1.service.chat.ILiveChatRoomService 中的方法
- 查询频道踢人列表,API地址:https://dev.polyv.net/2019/liveproduct/zblts/list-kicked/
- getKickedList(LiveKickedListRequest) -
类 net.polyv.live.v1.service.chat.impl.LiveChatRoomServiceImpl 中的方法
- 查询频道踢人列表,API地址:https://dev.polyv.net/2019/liveproduct/zblts/list-kicked/
- getLotteryWinnerDetail(LiveLotteryWinnerDetailRequest) -
接口 net.polyv.live.v1.service.interact.ILiveLotteryService 中的方法
- 获取频道单场抽奖的中奖记录
API地址:https://dev.polyv.net/2020/liveproduct/l-api/zbhd/get-winner-detail/
- getLotteryWinnerDetail(LiveLotteryWinnerDetailRequest) -
类 net.polyv.live.v1.service.interact.impl.LiveLotteryServiceImpl 中的方法
- 获取频道单场抽奖的中奖记录
API地址:https://dev.polyv.net/2020/liveproduct/l-api/zbhd/get-winner-detail/
- getMaxChannelHistoryConcurrent(LiveChannelMaxHistoryConcurrentRequest) -
接口 net.polyv.live.v1.service.channel.ILiveChannelViewdataService 中的方法
- 获取频道一定时间范围之内的历史最高并发人数
API地址:https://dev.polyv.net/2020/liveproduct/l-api/zbglgn/gksj/get-max-history-concurrent/
- getMaxChannelHistoryConcurrent(LiveChannelMaxHistoryConcurrentRequest) -
类 net.polyv.live.v1.service.channel.impl.LiveChannelViewdataServiceImpl 中的方法
- 获取频道一定时间范围之内的历史最高并发人数,粒度可以支持到分钟
API地址:https://dev.polyv.net/2020/liveproduct/l-api/zbglgn/gksj/get-max-history-concurrent/
- getMicDuration(LiveAccountMicDurationRequest) -
接口 net.polyv.live.v1.service.account.ILiveAccountService 中的方法
- 获取账号连麦分钟数使用量与剩余量
API地址:https://dev.polyv.net/2020/liveproduct/l-api/zhsz/mic-duration/
- getMicDuration(LiveAccountMicDurationRequest) -
类 net.polyv.live.v1.service.account.impl.LiveAccountServiceImpl 中的方法
- 获取账号连麦分钟数使用量与剩余量
API地址:https://dev.polyv.net/2020/liveproduct/l-api/zhsz/mic-duration/
- getPosition() -
枚举 net.polyv.live.v1.constant.LiveConstant.LogoPosition 中的方法
-
- getQuestionnaireDetailInfo(LiveQuestionnaireDetailRequest) -
接口 net.polyv.live.v1.service.interact.ILiveQuestionnaireService 中的方法
- 查询频道问卷详情,API地址:https://dev.polyv.net/2019/liveproduct/l-api/zbhd/get-questionnaire-detail/
- getQuestionnaireDetailInfo(LiveQuestionnaireDetailRequest) -
类 net.polyv.live.v1.service.interact.impl.LiveQuestionnaireServiceImpl 中的方法
- 查询频道问卷详情,API地址:https://dev.polyv.net/2019/liveproduct/l-api/zbhd/get-questionnaire-detail/
- getQuestionnaireListInfo(LiveQuestionnaireListRequest) -
接口 net.polyv.live.v1.service.interact.ILiveQuestionnaireService 中的方法
- 查询频道问卷列表 ,API地址:https://dev.polyv.net/2019/liveproduct/l-api/zbhd/list-questionaire/
- getQuestionnaireListInfo(LiveQuestionnaireListRequest) -
类 net.polyv.live.v1.service.interact.impl.LiveQuestionnaireServiceImpl 中的方法
- 查询频道问卷列表 ,API地址:https://dev.polyv.net/2019/liveproduct/l-api/zbhd/list-questionaire/
- getQuestionnaireResultInfo(LiveQuestionnaireResultRequest) -
接口 net.polyv.live.v1.service.interact.ILiveQuestionnaireService 中的方法
- 查询频道问卷结果,API地址:https://dev.polyv.net/2018/liveproduct/l-api/zbhd/questionnaire/
- getQuestionnaireResultInfo(LiveQuestionnaireResultRequest) -
类 net.polyv.live.v1.service.interact.impl.LiveQuestionnaireServiceImpl 中的方法
- 查询频道问卷结果,API地址:https://dev.polyv.net/2018/liveproduct/l-api/zbhd/questionnaire/
- getQuestionnaireResultPageInfo(LiveQuestionnaireResultPageRequest) -
接口 net.polyv.live.v1.service.interact.ILiveQuestionnaireService 中的方法
- 分页查询问卷结果,API地址:https://dev.polyv.net/2019/liveproduct/l-api/zbhd/list-questionnaire-by-page/
- getQuestionnaireResultPageInfo(LiveQuestionnaireResultPageRequest) -
类 net.polyv.live.v1.service.interact.impl.LiveQuestionnaireServiceImpl 中的方法
- 分页查询问卷结果,API地址:https://dev.polyv.net/2019/liveproduct/l-api/zbhd/list-questionnaire-by-page/
- getQuestionStatistical(LiveGetQuestionStatisticalRequest) -
接口 net.polyv.live.v1.service.chat.ILiveChatRoomService 中的方法
- 查询频道的问答统计结果,API地址:https://dev.polyv.net/2018/liveproduct/zblts/get-question-result/
- getQuestionStatistical(LiveGetQuestionStatisticalRequest) -
类 net.polyv.live.v1.service.chat.impl.LiveChatRoomServiceImpl 中的方法
- 查询频道的问答统计结果,API地址:https://dev.polyv.net/2018/liveproduct/zblts/get-question-result/
- getRealUrl(String, Object...) -
类 net.polyv.live.v1.constant.LiveURL 中的静态方法
- 获取替换参数后的URL地址
- getSign(Map<String, String>, String, String) -
类 net.polyv.live.v1.util.LiveSignUtil 中的静态方法
- 获取直播加密字符串,并且假如到参数params中
- getSignMap(Map<String, String>) -
类 net.polyv.live.v1.util.MapUtil 中的静态方法
- 获取签名字段,appId,timestamp,sign,requestId的 map 集合
- getSignMap(T) -
类 net.polyv.live.v1.util.MapUtil 中的静态方法
- 获取签名字段,appId,timestamp,requestId的 map 集合,本方法不参与具体签名方法和sign字段设置
- getSonChannelInfo(LiveSonChannelInfoRequest) -
接口 net.polyv.live.v1.service.channel.ILiveChannelOperateService 中的方法
- 查询子频道信息
API地址:https://dev.polyv.net/2018/liveproduct/l-api/zbglgn/pdcz/get-account/
- getSonChannelInfo(LiveSonChannelInfoRequest) -
类 net.polyv.live.v1.service.channel.impl.LiveChannelOperateServiceImpl 中的方法
- 查询子频道信息
API地址:https://dev.polyv.net/2018/liveproduct/l-api/zbglgn/pdcz/get-account/
- getSonChannelInfoList(LiveSonChannelInfoListRequest) -
接口 net.polyv.live.v1.service.channel.ILiveChannelOperateService 中的方法
- 查询频道号下所有子频道信息
API地址:https://dev.polyv.net/2018/liveproduct/l-api/zbglgn/pdcz/get-accounts/
- getSonChannelInfoList(LiveSonChannelInfoListRequest) -
类 net.polyv.live.v1.service.channel.impl.LiveChannelOperateServiceImpl 中的方法
- 查询频道号下所有子频道信息
API地址:https://dev.polyv.net/2018/liveproduct/l-api/zbglgn/pdcz/get-accounts/
- getType() -
枚举 net.polyv.live.v1.constant.LiveConstant.BannedType 中的方法
-
- getType() -
枚举 net.polyv.live.v1.constant.LiveConstant.ChatStatus 中的方法
-
- getType() -
枚举 net.polyv.live.v1.constant.LiveConstant.QuestionType 中的方法
-
- getType() -
枚举 net.polyv.live.v1.constant.LiveConstant.UserType 中的方法
-
- getUserDurations(LiveAccountUserDurationsRequest) -
接口 net.polyv.live.v1.service.account.ILiveAccountService 中的方法
- 查询账户分钟数
API地址:https://dev.polyv.net/2017/liveproduct/l-api/zhsz/get-user-durations/
- getUserDurations(LiveAccountUserDurationsRequest) -
类 net.polyv.live.v1.service.account.impl.LiveAccountServiceImpl 中的方法
- 查询账户分钟数
API地址:https://dev.polyv.net/2017/liveproduct/l-api/zhsz/get-user-durations/
- getUserId() -
类 net.polyv.live.v1.config.LiveGlobalConfig 中的静态方法
-
- GOOD_DONATE_SET_URL -
类 net.polyv.live.v1.constant.LiveURL 中的静态变量
- 道具打赏设置
I
- ILiveAccountService - net.polyv.live.v1.service.account 中的 接口
- 直播账号级管理
- ILiveAnswerRecordService - net.polyv.live.v1.service.interact 中的 接口
- 直播签到管理
- ILiveChannelDocService - net.polyv.live.v1.service.channel 中的 接口
- 直播直播状态接口
- ILiveChannelOperateService - net.polyv.live.v1.service.channel 中的 接口
- 直播频道操作接口
- ILiveChannelPlaybackService - net.polyv.live.v1.service.channel 中的 接口
- 直播录制回放接口
- ILiveChannelStateService - net.polyv.live.v1.service.channel 中的 接口
- 直播直播状态接口
- ILiveChannelViewdataService - net.polyv.live.v1.service.channel 中的 接口
- 直播观看数据接口
- ILiveChatRoomService - net.polyv.live.v1.service.chat 中的 接口
- 直播签到管理
- ILiveCheckinService - net.polyv.live.v1.service.interact 中的 接口
- 直播签到管理
- ILiveLotteryService - net.polyv.live.v1.service.interact 中的 接口
-
- ILivePlayerService - net.polyv.live.v1.service.player 中的 接口
- 直播签到管理
- ILiveQuestionnaireService - net.polyv.live.v1.service.interact 中的 接口
- 直播互动管理
- ILiveWebAuthService - net.polyv.live.v1.service.web 中的 接口
- 直播Web观看页管理
- ILiveWebInfoService - net.polyv.live.v1.service.web 中的 接口
-
- ILiveWebInteractService - net.polyv.live.v1.service.web 中的 接口
-
- ILiveWebMenuService - net.polyv.live.v1.service.web 中的 接口
-
- ILiveWebSettingService - net.polyv.live.v1.service.web 中的 接口
-
- init(String, String, String) -
类 net.polyv.live.v1.config.LiveGlobalConfig 中的静态方法
- 系统全局初始化
- init(String, String, String, Integer, Integer) -
类 net.polyv.live.v1.config.LiveGlobalConfig 中的静态方法
- 系统全局初始化
- InitConfig - net.polyv.live.v1.config 中的 类
-
- initPolyvLive(String, String, String) -
类 net.polyv.live.v1.config.InitConfig 中的静态方法
- 初始化配置
- initPolyvLiveByFile(String) -
类 net.polyv.live.v1.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.v1.entity.channel.operate.LiveChannelResponse 中的变量
- 低延迟
- isOnlyAudio -
类 net.polyv.live.v1.entity.channel.operate.LiveChannelResponse 中的变量
- 仅推音频流
- isRequestOk() -
类 net.polyv.live.v1.entity.LiveCommonResponse 中的方法
- 判断请求是否成功
J
- JsonUtil - net.polyv.live.v1.util 中的 类
- JSON 工具类
L
- LIST_CHANNEL_CATEGORY_URL -
类 net.polyv.live.v1.constant.LiveURL 中的静态变量
- 查询账号下直播分类
- listAccount(LiveListAccountRequest) -
接口 net.polyv.live.v1.service.account.ILiveAccountService 中的方法
- 查询账号下的频道列表(返回频道号列表)
API地址:https://dev.polyv.net/2016/liveproduct/l-api/zhsz/channels/
- listAccount(LiveListAccountRequest) -
类 net.polyv.live.v1.service.account.impl.LiveAccountServiceImpl 中的方法
- 查询账号下的频道列表(返回频道号列表)
API地址:https://dev.polyv.net/2016/liveproduct/l-api/zhsz/channels/
- listAccountDetail(LiveListAccountDetailRequest) -
接口 net.polyv.live.v1.service.account.ILiveAccountService 中的方法
- 查询账号下所有频道详细信息
API地址:https://dev.polyv.net/2019/liveproduct/l-api/zhsz/chennel-detail/
- listAccountDetail(LiveListAccountDetailRequest) -
类 net.polyv.live.v1.service.account.impl.LiveAccountServiceImpl 中的方法
- 查询账号下所有频道详细信息
API地址:https://dev.polyv.net/2019/liveproduct/l-api/zhsz/chennel-detail/
- listCategory(LiveListCategoryRequest) -
接口 net.polyv.live.v1.service.account.ILiveAccountService 中的方法
- 查询账号下直播分类
API地址:https://dev.polyv.net/2018/liveproduct/l-api/zhsz/get-category-list/
- listCategory(LiveListCategoryRequest) -
类 net.polyv.live.v1.service.account.impl.LiveAccountServiceImpl 中的方法
- 查询账号下直播分类
API地址:https://dev.polyv.net/2018/liveproduct/l-api/zhsz/get-category-list/
- listChannelBasic(LiveListAccountChannelBasicRequest) -
接口 net.polyv.live.v1.service.account.ILiveAccountService 中的方法
- 查询账号下所有频道缩略信息
API地址:https://dev.polyv.net/2018/liveproduct/l-api/zhsz/get-simple-channel-list/
- listChannelBasic(LiveListAccountChannelBasicRequest) -
类 net.polyv.live.v1.service.account.impl.LiveAccountServiceImpl 中的方法
- 查询账号下所有频道缩略信息
API地址:https://dev.polyv.net/2018/liveproduct/l-api/zhsz/get-simple-channel-list/
- listChannelDoc(LiveListChannelDocRequest) -
接口 net.polyv.live.v1.service.channel.ILiveChannelDocService 中的方法
- 获取频道文档列表
API地址:https://dev.polyv.net/2019/liveproduct/l-api/zbglgn/wdgl/get-ppt-list/
- listChannelDoc(LiveListChannelDocRequest) -
类 net.polyv.live.v1.service.channel.impl.LiveChannelDocServiceImpl 中的方法
- 获取频道文档列表
API地址:https://dev.polyv.net/2019/liveproduct/l-api/zbglgn/wdgl/get-ppt-list/
- listChannelLiveStream(LiveListChannelStreamStatusRequest) -
接口 net.polyv.live.v1.service.channel.ILiveChannelStateService 中的方法
- 批量查询频道直播流状态
API地址:https://dev.polyv.net/2017/liveproduct/l-api/zbglgn/hqzbxx/live-status/
- listChannelLiveStream(LiveListChannelStreamStatusRequest) -
类 net.polyv.live.v1.service.channel.impl.LiveChannelStateServiceImpl 中的方法
- 批量查询频道直播流状态
API地址:https://dev.polyv.net/2017/liveproduct/l-api/zbglgn/hqzbxx/live-status/
- listChannelMenu(LiveListChannelMenuRequest) -
接口 net.polyv.live.v1.service.web.ILiveWebMenuService 中的方法
- 查询频道的菜单信息
API地址:https://dev.polyv.net/2018/liveproduct/l-api/szgkygg/menu/channel-menu-list/
- listChannelMenu(LiveListChannelMenuRequest) -
类 net.polyv.live.v1.service.web.impl.LiveWebMenuServiceImpl 中的方法
- 查询频道的菜单信息
API地址:https://dev.polyv.net/2018/liveproduct/l-api/szgkygg/menu/channel-menu-list/
- listChannelMic(LiveListChannelMicRequest) -
接口 net.polyv.live.v1.service.channel.ILiveChannelViewdataService 中的方法
- 分页获取连麦情况使用详情
API地址:https://dev.polyv.net/2020/liveproduct/l-api/zbglgn/gksj/mic-detail-list/
- listChannelMic(LiveListChannelMicRequest) -
类 net.polyv.live.v1.service.channel.impl.LiveChannelViewdataServiceImpl 中的方法
- 分页获取连麦情况使用详情
API地址:https://dev.polyv.net/2020/liveproduct/l-api/zbglgn/gksj/mic-detail-list/
- listChannelSessionInfo(LiveListChannelSessionInfoRequest) -
接口 net.polyv.live.v1.service.channel.ILiveChannelPlaybackService 中的方法
- 查询频道直播场次信息
API地址:https://dev.polyv.net/2019/liveproduct/l-api/zbglgn/lzhf/get-channel-sessions/
- listChannelSessionInfo(LiveListChannelSessionInfoRequest) -
类 net.polyv.live.v1.service.channel.impl.LiveChannelPlaybackServiceImpl 中的方法
- 查询频道直播场次信息
API地址:https://dev.polyv.net/2019/liveproduct/l-api/zbglgn/lzhf/get-channel-sessions/
- listChannelSummary(LiveListChannelSummaryRequest) -
接口 net.polyv.live.v1.service.channel.ILiveChannelViewdataService 中的方法
- 查询多个频道汇总的统计数据
API地址:https://dev.polyv.net/2018/liveproduct/l-api/zbglgn/gksj/channel_play_summary/
- listChannelSummary(LiveListChannelSummaryRequest) -
类 net.polyv.live.v1.service.channel.impl.LiveChannelViewdataServiceImpl 中的方法
- 查询多个频道汇总的统计数据
API地址:https://dev.polyv.net/2018/liveproduct/l-api/zbglgn/gksj/channel_play_summary/
- listChannelVideo(LiveChannelVideoListRequest) -
接口 net.polyv.live.v1.service.channel.ILiveChannelPlaybackService 中的方法
- 查询频道录制视频信息
API地址:https://dev.polyv.net/2017/liveproduct/l-api/zbglgn/lzhf/recordfilesinfo/#fileUrl
- listChannelVideo(LiveChannelVideoListRequest) -
类 net.polyv.live.v1.service.channel.impl.LiveChannelPlaybackServiceImpl 中的方法
- 查询频道录制视频信息
API地址:https://dev.polyv.net/2017/liveproduct/l-api/zbglgn/lzhf/recordfilesinfo/#fileUrl
- listChannelVideoLibrary(LiveListChannelVideoLibraryRequest) -
接口 net.polyv.live.v1.service.channel.ILiveChannelPlaybackService 中的方法
- 查询视频库列表
API地址:https://dev.polyv.net/2017/liveproduct/l-api/zbglgn/lzhf/getplaybacklist/
- listChannelVideoLibrary(LiveListChannelVideoLibraryRequest) -
类 net.polyv.live.v1.service.channel.impl.LiveChannelPlaybackServiceImpl 中的方法
- 查询视频库列表
API地址:https://dev.polyv.net/2017/liveproduct/l-api/zbglgn/lzhf/getplaybacklist/
- listChannelViewerCount(LiveListChannelViewerCountRequest) -
接口 net.polyv.live.v1.service.channel.ILiveChannelViewdataService 中的方法
- 查询多个频道的实时在线人数
API地址:https://dev.polyv.net/2018/liveproduct/l-api/zbglgn/gksj/get-realtime-viewers/
- listChannelViewerCount(LiveListChannelViewerCountRequest) -
类 net.polyv.live.v1.service.channel.impl.LiveChannelViewdataServiceImpl 中的方法
- 查询多个频道的实时在线人数
API地址:https://dev.polyv.net/2018/liveproduct/l-api/zbglgn/gksj/get-realtime-viewers/
- listChannelViewlog(LiveListChannelViewlogRequest) -
接口 net.polyv.live.v1.service.channel.ILiveChannelViewdataService 中的方法
- 分页查询频道观看日志
API地址:https://dev.polyv.net/2018/liveproduct/l-api/zbglgn/gksj/viewlog-page/
- listChannelViewlog(LiveListChannelViewlogRequest) -
类 net.polyv.live.v1.service.channel.impl.LiveChannelViewdataServiceImpl 中的方法
- 分页查询频道观看日志
1.
- listLottery(LiveListLotteryRequest) -
接口 net.polyv.live.v1.service.interact.ILiveLotteryService 中的方法
- 获取频道抽奖记录列表
API地址:https://dev.polyv.net/2020/liveproduct/l-api/zbhd/list-lottery/
- listLottery(LiveListLotteryRequest) -
类 net.polyv.live.v1.service.interact.impl.LiveLotteryServiceImpl 中的方法
- 获取频道抽奖记录列表
API地址:https://dev.polyv.net/2020/liveproduct/l-api/zbhd/list-lottery/
- listPPTRecord(LiveListChannelPPTRecordRequest) -
接口 net.polyv.live.v1.service.channel.ILiveChannelOperateService 中的方法
- 查询课件重制任务列表
API地址:https://dev.polyv.net/2020/liveproduct/l-api/zbglgn/pdcz/pptrecord-list/
- listPPTRecord(LiveListChannelPPTRecordRequest) -
类 net.polyv.live.v1.service.channel.impl.LiveChannelOperateServiceImpl 中的方法
- 查询课件重制任务列表
API地址:https://dev.polyv.net/2020/liveproduct/l-api/zbglgn/pdcz/pptrecord-list/
- LiveAccountInfoRequest - net.polyv.live.v1.entity.account 中的 类
- 获取直播用户账号信息请求实体
- LiveAccountInfoRequest() -
类 net.polyv.live.v1.entity.account.LiveAccountInfoRequest 的构造方法
-
- LiveAccountInfoResponse - net.polyv.live.v1.entity.account 中的 类
- 获取直播用户账号信息返回实体
- LiveAccountInfoResponse() -
类 net.polyv.live.v1.entity.account.LiveAccountInfoResponse 的构造方法
-
- LiveAccountMicDurationRequest - net.polyv.live.v1.entity.account 中的 类
- 获取账号连麦分钟数使用量与剩余量请求实体
- LiveAccountMicDurationRequest() -
类 net.polyv.live.v1.entity.account.LiveAccountMicDurationRequest 的构造方法
-
- LiveAccountMicDurationResponse - net.polyv.live.v1.entity.account 中的 类
- 获取账号连麦分钟数使用量与剩余量请求实体
- LiveAccountMicDurationResponse() -
类 net.polyv.live.v1.entity.account.LiveAccountMicDurationResponse 的构造方法
-
- LiveAccountPlaybackCallbackRequest - net.polyv.live.v1.entity.account 中的 类
- 设置转存成功回调通知url请求实体
- LiveAccountPlaybackCallbackRequest() -
类 net.polyv.live.v1.entity.account.LiveAccountPlaybackCallbackRequest 的构造方法
-
- LiveAccountPlaybackCallbackRequest.PlaybackCallBack - net.polyv.live.v1.entity.account 中的 类
-
- LiveAccountPlaybackCallbackRequest.PlaybackCallBack() -
类 net.polyv.live.v1.entity.account.LiveAccountPlaybackCallbackRequest.PlaybackCallBack 的构造方法
-
- LiveAccountRecordCallbackRequest - net.polyv.live.v1.entity.account 中的 类
- 设置录制回调通知url请求实体
- LiveAccountRecordCallbackRequest() -
类 net.polyv.live.v1.entity.account.LiveAccountRecordCallbackRequest 的构造方法
-
- LiveAccountRecordCallbackRequest.RecordCallback - net.polyv.live.v1.entity.account 中的 类
-
- LiveAccountRecordCallbackRequest.RecordCallback() -
类 net.polyv.live.v1.entity.account.LiveAccountRecordCallbackRequest.RecordCallback 的构造方法
-
- LiveAccountServiceImpl - net.polyv.live.v1.service.account.impl 中的 类
- 直播账号级管理
- LiveAccountServiceImpl() -
类 net.polyv.live.v1.service.account.impl.LiveAccountServiceImpl 的构造方法
-
- LiveAccountStreamCallbackRequest - net.polyv.live.v1.entity.account 中的 类
- 设置直播状态回调通知url请求实体
- LiveAccountStreamCallbackRequest() -
类 net.polyv.live.v1.entity.account.LiveAccountStreamCallbackRequest 的构造方法
-
- LiveAccountStreamCallbackRequest.LiveStateChangeCallback - net.polyv.live.v1.entity.account 中的 类
-
- LiveAccountStreamCallbackRequest.LiveStateChangeCallback() -
类 net.polyv.live.v1.entity.account.LiveAccountStreamCallbackRequest.LiveStateChangeCallback 的构造方法
-
- LiveAccountSwitchRequest - net.polyv.live.v1.entity.account 中的 类
- 查询功能开关状态接口请求实体
- LiveAccountSwitchRequest() -
类 net.polyv.live.v1.entity.account.LiveAccountSwitchRequest 的构造方法
-
- LiveAccountSwitchResponse - net.polyv.live.v1.entity.account 中的 类
- 查询功能开关状态接口返回实体
- LiveAccountSwitchResponse() -
类 net.polyv.live.v1.entity.account.LiveAccountSwitchResponse 的构造方法
-
- LiveAccountSwitchResponse.ChannelSwitch - net.polyv.live.v1.entity.account 中的 类
-
- LiveAccountSwitchResponse.ChannelSwitch() -
类 net.polyv.live.v1.entity.account.LiveAccountSwitchResponse.ChannelSwitch 的构造方法
-
- LiveAccountUserDurationsRequest - net.polyv.live.v1.entity.account 中的 类
- 查询账户分钟数请求实体
- LiveAccountUserDurationsRequest() -
类 net.polyv.live.v1.entity.account.LiveAccountUserDurationsRequest 的构造方法
-
- LiveAccountUserDurationsResponse - net.polyv.live.v1.entity.account 中的 类
- 查询账户分钟数返回实体
- LiveAccountUserDurationsResponse() -
类 net.polyv.live.v1.entity.account.LiveAccountUserDurationsResponse 的构造方法
-
- LiveAnswerRecordServiceImpl - net.polyv.live.v1.service.interact.impl 中的 类
- 直播互动管理
- LiveAnswerRecordServiceImpl() -
类 net.polyv.live.v1.service.interact.impl.LiveAnswerRecordServiceImpl 的构造方法
-
- LiveBadWordRequest - net.polyv.live.v1.entity.chat 中的 类
- 批量导入频道严禁词请求实体
- LiveBadWordRequest() -
类 net.polyv.live.v1.entity.chat.LiveBadWordRequest 的构造方法
-
- LiveBadWordResponse - net.polyv.live.v1.entity.chat 中的 类
- 批量导入频道严禁词响应实体
- LiveBadWordResponse() -
类 net.polyv.live.v1.entity.chat.LiveBadWordResponse 的构造方法
-
- LiveBaseService - net.polyv.live.v1.service 中的 类
- 直播公共服务类
- LiveBaseService() -
类 net.polyv.live.v1.service.LiveBaseService 的构造方法
-
- LiveChannelAdvertListRequest - net.polyv.live.v1.entity.channel.operate 中的 类
- 查询频道广告列表请求实体
- LiveChannelAdvertListRequest() -
类 net.polyv.live.v1.entity.channel.operate.LiveChannelAdvertListRequest 的构造方法
-
- LiveChannelAdvertListResponse - net.polyv.live.v1.entity.channel.operate 中的 类
- 查询频道广告列表返回实体
- LiveChannelAdvertListResponse() -
类 net.polyv.live.v1.entity.channel.operate.LiveChannelAdvertListResponse 的构造方法
-
- LiveChannelAdvertListResponse.ChannelAdvert - net.polyv.live.v1.entity.channel.operate 中的 类
-
- LiveChannelAdvertListResponse.ChannelAdvert() -
类 net.polyv.live.v1.entity.channel.operate.LiveChannelAdvertListResponse.ChannelAdvert 的构造方法
-
- LiveChannelAuthCustomRequest - net.polyv.live.v1.entity.web.auth 中的 类
- 设置自定义授权地址请求实体
- LiveChannelAuthCustomRequest() -
类 net.polyv.live.v1.entity.web.auth.LiveChannelAuthCustomRequest 的构造方法
-
- LiveChannelAuthCustomResponse - net.polyv.live.v1.entity.web.auth 中的 类
- 设置自定义授权地址返回实体
- LiveChannelAuthCustomResponse() -
类 net.polyv.live.v1.entity.web.auth.LiveChannelAuthCustomResponse 的构造方法
-
- LiveChannelAuthCustomResponse.ChannelAuthExternal - net.polyv.live.v1.entity.web.auth 中的 类
-
- LiveChannelAuthCustomResponse.ChannelAuthExternal() -
类 net.polyv.live.v1.entity.web.auth.LiveChannelAuthCustomResponse.ChannelAuthExternal 的构造方法
-
- LiveChannelAuthExternalRequest - net.polyv.live.v1.entity.web.auth 中的 类
- 通过接口设置外部授权请求实体
- LiveChannelAuthExternalRequest() -
类 net.polyv.live.v1.entity.web.auth.LiveChannelAuthExternalRequest 的构造方法
-
- LiveChannelAuthExternalResponse - net.polyv.live.v1.entity.web.auth 中的 类
- 通过接口设置外部授权返回实体
- LiveChannelAuthExternalResponse() -
类 net.polyv.live.v1.entity.web.auth.LiveChannelAuthExternalResponse 的构造方法
-
- LiveChannelAuthExternalResponse.ChannelAuthExternal - net.polyv.live.v1.entity.web.auth 中的 类
-
- LiveChannelAuthExternalResponse.ChannelAuthExternal() -
类 net.polyv.live.v1.entity.web.auth.LiveChannelAuthExternalResponse.ChannelAuthExternal 的构造方法
-
- LiveChannelAuthFieldRequest - net.polyv.live.v1.entity.web.auth 中的 类
- 查询频道或全局登记观看字段请求实体
- LiveChannelAuthFieldRequest() -
类 net.polyv.live.v1.entity.web.auth.LiveChannelAuthFieldRequest 的构造方法
-
- LiveChannelAuthFieldResponse - net.polyv.live.v1.entity.web.auth 中的 类
- 查询频道或全局登记观看字段返回实体
- LiveChannelAuthFieldResponse() -
类 net.polyv.live.v1.entity.web.auth.LiveChannelAuthFieldResponse 的构造方法
-
- LiveChannelAuthFieldResponse.ChannelAuthField - net.polyv.live.v1.entity.web.auth 中的 类
-
- LiveChannelAuthFieldResponse.ChannelAuthField() -
类 net.polyv.live.v1.entity.web.auth.LiveChannelAuthFieldResponse.ChannelAuthField 的构造方法
-
- LiveChannelAuthInfoRequest - net.polyv.live.v1.entity.web.auth 中的 类
- 查询页面登记观看列表请求实体
- LiveChannelAuthInfoRequest() -
类 net.polyv.live.v1.entity.web.auth.LiveChannelAuthInfoRequest 的构造方法
-
- LiveChannelAuthInfoResponse - net.polyv.live.v1.entity.web.auth 中的 类
- 查询页面登记观看列表返回实体
- LiveChannelAuthInfoResponse() -
类 net.polyv.live.v1.entity.web.auth.LiveChannelAuthInfoResponse 的构造方法
-
- LiveChannelAuthInfoResponse.ChannelAuthInfo - net.polyv.live.v1.entity.web.auth 中的 类
-
- LiveChannelAuthInfoResponse.ChannelAuthInfo() -
类 net.polyv.live.v1.entity.web.auth.LiveChannelAuthInfoResponse.ChannelAuthInfo 的构造方法
-
- LiveChannelAuthRequest - net.polyv.live.v1.entity.web.auth 中的 类
- 查询直播频道观看条件请求体
- LiveChannelAuthRequest() -
类 net.polyv.live.v1.entity.web.auth.LiveChannelAuthRequest 的构造方法
-
- LiveChannelAuthResponse - net.polyv.live.v1.entity.web.auth 中的 类
- 查询直播频道观看条件返回实体
- LiveChannelAuthResponse() -
类 net.polyv.live.v1.entity.web.auth.LiveChannelAuthResponse 的构造方法
-
- LiveChannelAuthTokenRequest - net.polyv.live.v1.entity.channel.operate 中的 类
- 查询授权和连麦的token请求体
- LiveChannelAuthTokenRequest() -
类 net.polyv.live.v1.entity.channel.operate.LiveChannelAuthTokenRequest 的构造方法
-
- LiveChannelAuthTokenResponse - net.polyv.live.v1.entity.channel.operate 中的 类
- 查询授权和连麦的token返回体
- LiveChannelAuthTokenResponse() -
类 net.polyv.live.v1.entity.channel.operate.LiveChannelAuthTokenResponse 的构造方法
-
- LiveChannelAuthTypeRequest - net.polyv.live.v1.entity.web.auth 中的 类
- 设置授权观看类型请求体
- LiveChannelAuthTypeRequest() -
类 net.polyv.live.v1.entity.web.auth.LiveChannelAuthTypeRequest 的构造方法
-
- LiveChannelBasicInfoRequest - net.polyv.live.v1.entity.channel.operate 中的 类
- 查询频道基本信息请求体
- LiveChannelBasicInfoRequest() -
类 net.polyv.live.v1.entity.channel.operate.LiveChannelBasicInfoRequest 的构造方法
-
- LiveChannelBasicInfoResponse - net.polyv.live.v1.entity.channel.operate 中的 类
- 查询频道基本信息返回体
- LiveChannelBasicInfoResponse() -
类 net.polyv.live.v1.entity.channel.operate.LiveChannelBasicInfoResponse 的构造方法
-
- LiveChannelBasicInfoResponse.AuthSetting - net.polyv.live.v1.entity.channel.operate 中的 类
-
- LiveChannelBasicInfoResponse.AuthSetting() -
类 net.polyv.live.v1.entity.channel.operate.LiveChannelBasicInfoResponse.AuthSetting 的构造方法
-
- LiveChannelBasicInfoResponse.UserCategory - net.polyv.live.v1.entity.channel.operate 中的 类
-
- LiveChannelBasicInfoResponse.UserCategory() -
类 net.polyv.live.v1.entity.channel.operate.LiveChannelBasicInfoResponse.UserCategory 的构造方法
-
- LiveChannelCallbackSettingRequest - net.polyv.live.v1.entity.channel.operate 中的 类
- 查询频道回调设置接口请求实体
- LiveChannelCallbackSettingRequest() -
类 net.polyv.live.v1.entity.channel.operate.LiveChannelCallbackSettingRequest 的构造方法
-
- LiveChannelCallbackSettingResponse - net.polyv.live.v1.entity.channel.operate 中的 类
- 查询频道回调设置接口返回实体
- LiveChannelCallbackSettingResponse() -
类 net.polyv.live.v1.entity.channel.operate.LiveChannelCallbackSettingResponse 的构造方法
-
- LiveChannelCaptureRequest - net.polyv.live.v1.entity.channel.operate 中的 类
- 查询频道直播截图请求实体
- LiveChannelCaptureRequest() -
类 net.polyv.live.v1.entity.channel.operate.LiveChannelCaptureRequest 的构造方法
-
- LiveChannelCountDownRequest - net.polyv.live.v1.entity.web.info 中的 类
- 查询频道直播倒计时信息请求实体
- LiveChannelCountDownRequest() -
类 net.polyv.live.v1.entity.web.info.LiveChannelCountDownRequest 的构造方法
-
- LiveChannelCountDownResponse - net.polyv.live.v1.entity.web.info 中的 类
- 查询频道直播倒计时信息返回实体
- LiveChannelCountDownResponse() -
类 net.polyv.live.v1.entity.web.info.LiveChannelCountDownResponse 的构造方法
-
- LiveChannelDefaultVideoRequest - net.polyv.live.v1.entity.channel.playback 中的 类
- 设置视频库列表的默认视频请求实体
- LiveChannelDefaultVideoRequest() -
类 net.polyv.live.v1.entity.channel.playback.LiveChannelDefaultVideoRequest 的构造方法
-
- LiveChannelDetailRequest - net.polyv.live.v1.entity.channel.operate 中的 类
- 设置频道详情请求实体
- LiveChannelDetailRequest() -
类 net.polyv.live.v1.entity.channel.operate.LiveChannelDetailRequest 的构造方法
-
- LiveChannelDocServiceImpl - net.polyv.live.v1.service.channel.impl 中的 类
- 直播文档管理实现类
- LiveChannelDocServiceImpl() -
类 net.polyv.live.v1.service.channel.impl.LiveChannelDocServiceImpl 的构造方法
-
- LiveChannelDocStatusRequest - net.polyv.live.v1.entity.channel.doc 中的 类
- 查询频道文档转换状态请求实体
- LiveChannelDocStatusRequest() -
类 net.polyv.live.v1.entity.channel.doc.LiveChannelDocStatusRequest 的构造方法
-
- LiveChannelDocStatusResponse - net.polyv.live.v1.entity.channel.doc 中的 类
- 获取频道文档列表返回实体
- LiveChannelDocStatusResponse() -
类 net.polyv.live.v1.entity.channel.doc.LiveChannelDocStatusResponse 的构造方法
-
- LiveChannelDocStatusResponse.ChannelDocStatus - net.polyv.live.v1.entity.channel.doc 中的 类
-
- LiveChannelDocStatusResponse.ChannelDocStatus() -
类 net.polyv.live.v1.entity.channel.doc.LiveChannelDocStatusResponse.ChannelDocStatus 的构造方法
-
- LiveChannelDonateRequest - net.polyv.live.v1.entity.web.interact 中的 类
- 查询打赏设置请求实体
- LiveChannelDonateRequest() -
类 net.polyv.live.v1.entity.web.interact.LiveChannelDonateRequest 的构造方法
-
- LiveChannelDonateResponse - net.polyv.live.v1.entity.web.interact 中的 类
- 查询打赏设置返回实体
- LiveChannelDonateResponse() -
类 net.polyv.live.v1.entity.web.interact.LiveChannelDonateResponse 的构造方法
-
- LiveChannelDonateResponse.ChannelGood - net.polyv.live.v1.entity.web.interact 中的 类
-
- LiveChannelDonateResponse.ChannelGood() -
类 net.polyv.live.v1.entity.web.interact.LiveChannelDonateResponse.ChannelGood 的构造方法
-
- LiveChannelGlobalSwitchRequest - net.polyv.live.v1.entity.web.setting 中的 类
- 设置频道默认项开关请求实体
- LiveChannelGlobalSwitchRequest() -
类 net.polyv.live.v1.entity.web.setting.LiveChannelGlobalSwitchRequest 的构造方法
-
- LiveChannelIncomeDetailRequest - net.polyv.live.v1.entity.account 中的 类
- 某个频道号收入详情请求实体
- LiveChannelIncomeDetailRequest() -
类 net.polyv.live.v1.entity.account.LiveChannelIncomeDetailRequest 的构造方法
-
- LiveChannelIncomeDetailResponse - net.polyv.live.v1.entity.account 中的 类
- 查询账号下所有/某个频道号收入详情返回实体
- LiveChannelIncomeDetailResponse() -
类 net.polyv.live.v1.entity.account.LiveChannelIncomeDetailResponse 的构造方法
-
- LiveChannelIncomeDetailResponse.ChannelIncomeDetail - net.polyv.live.v1.entity.account 中的 类
-
- LiveChannelIncomeDetailResponse.ChannelIncomeDetail() -
类 net.polyv.live.v1.entity.account.LiveChannelIncomeDetailResponse.ChannelIncomeDetail 的构造方法
-
- LiveChannelInfoRequest - net.polyv.live.v1.entity.channel.operate 中的 类
- 查询频道信息请求体
- LiveChannelInfoRequest() -
类 net.polyv.live.v1.entity.channel.operate.LiveChannelInfoRequest 的构造方法
-
- LiveChannelInfoResponse - net.polyv.live.v1.entity.channel.operate 中的 类
- 查询频道信息返回体
- LiveChannelInfoResponse() -
类 net.polyv.live.v1.entity.channel.operate.LiveChannelInfoResponse 的构造方法
-
- LiveChannelInitRequest - net.polyv.live.v1.entity.channel.operate 中的 类
- 创建并初始化频道请求体
- LiveChannelInitRequest() -
类 net.polyv.live.v1.entity.channel.operate.LiveChannelInitRequest 的构造方法
-
- LiveChannelInitRequest.AuthSetting - net.polyv.live.v1.entity.channel.operate 中的 类
-
- LiveChannelInitRequest.AuthSetting() -
类 net.polyv.live.v1.entity.channel.operate.LiveChannelInitRequest.AuthSetting 的构造方法
-
- LiveChannelInitRequest.BasicSetting - net.polyv.live.v1.entity.channel.operate 中的 类
-
- LiveChannelInitRequest.BasicSetting() -
类 net.polyv.live.v1.entity.channel.operate.LiveChannelInitRequest.BasicSetting 的构造方法
-
- LiveChannelInitRequest.InfoField - net.polyv.live.v1.entity.channel.operate 中的 类
-
- LiveChannelInitRequest.InfoField() -
类 net.polyv.live.v1.entity.channel.operate.LiveChannelInitRequest.InfoField 的构造方法
-
- LiveChannelInitResponse - net.polyv.live.v1.entity.channel.operate 中的 类
- 创建并初始化频道返回体
- LiveChannelInitResponse() -
类 net.polyv.live.v1.entity.channel.operate.LiveChannelInitResponse 的构造方法
-
- LiveChannelLikesRequest - net.polyv.live.v1.entity.web.info 中的 类
- 查询频道点赞数和观众热度值请求实体
- LiveChannelLikesRequest() -
类 net.polyv.live.v1.entity.web.info.LiveChannelLikesRequest 的构造方法
-
- LiveChannelLikesResponse - net.polyv.live.v1.entity.web.info 中的 类
- 查询频道点赞数和观众热度值返回实体
- LiveChannelLikesResponse() -
类 net.polyv.live.v1.entity.web.info.LiveChannelLikesResponse 的构造方法
-
- LiveChannelLikesResponse.ChannelLikes - net.polyv.live.v1.entity.web.info 中的 类
-
- LiveChannelLikesResponse.ChannelLikes() -
类 net.polyv.live.v1.entity.web.info.LiveChannelLikesResponse.ChannelLikes 的构造方法
-
- LiveChannelMaxHistoryConcurrentRequest - net.polyv.live.v1.entity.channel.viewdata 中的 类
- 获取频道一定时间范围之内的历史最高并发人数请求实体
- LiveChannelMaxHistoryConcurrentRequest() -
类 net.polyv.live.v1.entity.channel.viewdata.LiveChannelMaxHistoryConcurrentRequest 的构造方法
-
- LiveChannelOperateServiceImpl - net.polyv.live.v1.service.channel.impl 中的 类
- 直播频道操作实现类
- LiveChannelOperateServiceImpl() -
类 net.polyv.live.v1.service.channel.impl.LiveChannelOperateServiceImpl 的构造方法
-
- LiveChannelPasswordSettingRequest - net.polyv.live.v1.entity.channel.operate 中的 类
- 设置频道密码请求体
- LiveChannelPasswordSettingRequest() -
类 net.polyv.live.v1.entity.channel.operate.LiveChannelPasswordSettingRequest 的构造方法
-
- LiveChannelPlaybackEnabledInfoRequest - net.polyv.live.v1.entity.channel.playback 中的 类
- 查询频道的回放开关状态请求实体
- LiveChannelPlaybackEnabledInfoRequest() -
类 net.polyv.live.v1.entity.channel.playback.LiveChannelPlaybackEnabledInfoRequest 的构造方法
-
- LiveChannelPlaybackEnabledRequest - net.polyv.live.v1.entity.channel.playback 中的 类
- 设置后台回放开关请求实体
- LiveChannelPlaybackEnabledRequest() -
类 net.polyv.live.v1.entity.channel.playback.LiveChannelPlaybackEnabledRequest 的构造方法
-
- LiveChannelPlaybackServiceImpl - net.polyv.live.v1.service.channel.impl 中的 类
- 直播录制回放实现类
- LiveChannelPlaybackServiceImpl() -
类 net.polyv.live.v1.service.channel.impl.LiveChannelPlaybackServiceImpl 的构造方法
-
- LiveChannelPlaybackSettingRequest - net.polyv.live.v1.entity.channel.playback 中的 类
- 设置频道回放设置请求实体
- LiveChannelPlaybackSettingRequest() -
类 net.polyv.live.v1.entity.channel.playback.LiveChannelPlaybackSettingRequest 的构造方法
-
- LiveChannelRequest - net.polyv.live.v1.entity.channel.operate 中的 类
- 创建直播频道请求实体
- LiveChannelRequest() -
类 net.polyv.live.v1.entity.channel.operate.LiveChannelRequest 的构造方法
-
- LiveChannelResponse - net.polyv.live.v1.entity.channel.operate 中的 类
- 创建直播频道返回实体
- LiveChannelResponse() -
类 net.polyv.live.v1.entity.channel.operate.LiveChannelResponse 的构造方法
-
- LiveChannelSettingRequest - net.polyv.live.v1.entity.channel.operate 中的 类
- 修改频道的相关设置请求实体
- LiveChannelSettingRequest() -
类 net.polyv.live.v1.entity.channel.operate.LiveChannelSettingRequest 的构造方法
-
- LiveChannelSettingRequest.AuthSetting - net.polyv.live.v1.entity.channel.operate 中的 类
-
- LiveChannelSettingRequest.AuthSetting() -
类 net.polyv.live.v1.entity.channel.operate.LiveChannelSettingRequest.AuthSetting 的构造方法
-
- LiveChannelSettingRequest.BasicSetting - net.polyv.live.v1.entity.channel.operate 中的 类
-
- LiveChannelSettingRequest.BasicSetting() -
类 net.polyv.live.v1.entity.channel.operate.LiveChannelSettingRequest.BasicSetting 的构造方法
-
- LiveChannelSplashRequest - net.polyv.live.v1.entity.web.info 中的 类
- 查询直播引导图开关状态及URL请求实体
- LiveChannelSplashRequest() -
类 net.polyv.live.v1.entity.web.info.LiveChannelSplashRequest 的构造方法
-
- LiveChannelSplashResponse - net.polyv.live.v1.entity.web.info 中的 类
- 查询直播引导图开关状态及URL返回实体
- LiveChannelSplashResponse() -
类 net.polyv.live.v1.entity.web.info.LiveChannelSplashResponse 的构造方法
-
- LiveChannelStateServiceImpl - net.polyv.live.v1.service.channel.impl 中的 类
- 直播直播状态实现类
- LiveChannelStateServiceImpl() -
类 net.polyv.live.v1.service.channel.impl.LiveChannelStateServiceImpl 的构造方法
-
- LiveChannelStreamEndRequest - net.polyv.live.v1.entity.channel.state 中的 类
- 设置频道为无直播状态请求实体
- LiveChannelStreamEndRequest() -
类 net.polyv.live.v1.entity.channel.state.LiveChannelStreamEndRequest 的构造方法
-
- LiveChannelStreamInfoRequest - net.polyv.live.v1.entity.channel.state 中的 类
- 查询频道实时推流信息请求实体
- LiveChannelStreamInfoRequest() -
类 net.polyv.live.v1.entity.channel.state.LiveChannelStreamInfoRequest 的构造方法
-
- LiveChannelStreamInfoResponse - net.polyv.live.v1.entity.channel.state 中的 类
- 查询频道实时推流信息返回实体
- LiveChannelStreamInfoResponse() -
类 net.polyv.live.v1.entity.channel.state.LiveChannelStreamInfoResponse 的构造方法
-
- LiveChannelStreamLiveRequest - net.polyv.live.v1.entity.channel.state 中的 类
- 设置频道流状态为直播中请求实体
- LiveChannelStreamLiveRequest() -
类 net.polyv.live.v1.entity.channel.state.LiveChannelStreamLiveRequest 的构造方法
-
- LiveChannelStreamStatusRequest - net.polyv.live.v1.entity.channel.state 中的 类
- TODO 未完成功能
查询频道直播状态请求实体
- LiveChannelStreamStatusRequest() -
类 net.polyv.live.v1.entity.channel.state.LiveChannelStreamStatusRequest 的构造方法
-
- LiveChannelStreamStatusResponse - net.polyv.live.v1.entity.channel.state 中的 类
- 查询频道直播状态返回实体
- LiveChannelStreamStatusResponse() -
类 net.polyv.live.v1.entity.channel.state.LiveChannelStreamStatusResponse 的构造方法
-
- LiveChannelTransmitListRequest - net.polyv.live.v1.entity.channel.operate 中的 类
- 获取账号或频道转播列表信息请求实体
- LiveChannelTransmitListRequest() -
类 net.polyv.live.v1.entity.channel.operate.LiveChannelTransmitListRequest 的构造方法
-
- LiveChannelTransmitListResponse - net.polyv.live.v1.entity.channel.operate 中的 类
- 获取账号或频道转播列表信息返回实体
- LiveChannelTransmitListResponse() -
类 net.polyv.live.v1.entity.channel.operate.LiveChannelTransmitListResponse 的构造方法
-
- LiveChannelTransmitListResponse.ChannelTransmit - net.polyv.live.v1.entity.channel.operate 中的 类
-
- LiveChannelTransmitListResponse.ChannelTransmit() -
类 net.polyv.live.v1.entity.channel.operate.LiveChannelTransmitListResponse.ChannelTransmit 的构造方法
-
- LiveChannelVideoListRequest - net.polyv.live.v1.entity.channel.playback 中的 类
- 查询频道录制视频信息请求实体
- LiveChannelVideoListRequest() -
类 net.polyv.live.v1.entity.channel.playback.LiveChannelVideoListRequest 的构造方法
-
- LiveChannelVideoListResponse - net.polyv.live.v1.entity.channel.playback 中的 类
- 查询频道录制视频信息返回实体
- LiveChannelVideoListResponse() -
类 net.polyv.live.v1.entity.channel.playback.LiveChannelVideoListResponse 的构造方法
-
- LiveChannelVideoListResponse.ChannelVedioInfo - net.polyv.live.v1.entity.channel.playback 中的 类
-
- LiveChannelVideoListResponse.ChannelVedioInfo() -
类 net.polyv.live.v1.entity.channel.playback.LiveChannelVideoListResponse.ChannelVedioInfo 的构造方法
-
- LiveChannelVideoOnlyRequest - net.polyv.live.v1.entity.channel.playback 中的 类
- 查询指定文件ID的录制文件信息请求实体
- LiveChannelVideoOnlyRequest() -
类 net.polyv.live.v1.entity.channel.playback.LiveChannelVideoOnlyRequest 的构造方法
-
- LiveChannelVideoOnlyResponse - net.polyv.live.v1.entity.channel.playback 中的 类
- 查询指定文件ID的录制文件信息返回实体
- LiveChannelVideoOnlyResponse() -
类 net.polyv.live.v1.entity.channel.playback.LiveChannelVideoOnlyResponse 的构造方法
-
- LiveChannelVideoSortRequest - net.polyv.live.v1.entity.channel.playback 中的 类
- 设置视频库列表排序请求实体
- LiveChannelVideoSortRequest() -
类 net.polyv.live.v1.entity.channel.playback.LiveChannelVideoSortRequest 的构造方法
-
- LiveChannelViewdataServiceImpl - net.polyv.live.v1.service.channel.impl 中的 类
- 直播观看数据实现类
- LiveChannelViewdataServiceImpl() -
类 net.polyv.live.v1.service.channel.impl.LiveChannelViewdataServiceImpl 的构造方法
-
- LiveChannelViewerConcurrenceRequest - net.polyv.live.v1.entity.channel.viewdata 中的 类
- 查询频道的历史并发人数请求实体
- LiveChannelViewerConcurrenceRequest() -
类 net.polyv.live.v1.entity.channel.viewdata.LiveChannelViewerConcurrenceRequest 的构造方法
-
- LiveChannelViewerConcurrenceResponse - net.polyv.live.v1.entity.channel.viewdata 中的 类
- 查询频道的历史并发人数返回实体
- LiveChannelViewerConcurrenceResponse() -
类 net.polyv.live.v1.entity.channel.viewdata.LiveChannelViewerConcurrenceResponse 的构造方法
-
- LiveChannelViewerConcurrenceResponse.ChannelViewerConcurrence - net.polyv.live.v1.entity.channel.viewdata 中的 类
-
- LiveChannelViewerConcurrenceResponse.ChannelViewerConcurrence() -
类 net.polyv.live.v1.entity.channel.viewdata.LiveChannelViewerConcurrenceResponse.ChannelViewerConcurrence 的构造方法
-
- LiveChannelViewerCountRequest - net.polyv.live.v1.entity.channel.viewdata 中的 类
- 查询频道实时在线人数请求实体
- LiveChannelViewerCountRequest() -
类 net.polyv.live.v1.entity.channel.viewdata.LiveChannelViewerCountRequest 的构造方法
-
- LiveChannelViewerCountResponse - net.polyv.live.v1.entity.channel.viewdata 中的 类
- 查询频道实时在线人数返回实体
- LiveChannelViewerCountResponse() -
类 net.polyv.live.v1.entity.channel.viewdata.LiveChannelViewerCountResponse 的构造方法
-
- LiveChannelViewerCountResponse.ChannelViewerCount - net.polyv.live.v1.entity.channel.viewdata 中的 类
-
- LiveChannelViewerCountResponse.ChannelViewerCount() -
类 net.polyv.live.v1.entity.channel.viewdata.LiveChannelViewerCountResponse.ChannelViewerCount 的构造方法
-
- LiveChannelViewlogResponse - net.polyv.live.v1.entity.channel.viewdata 中的 类
- 查询频道观看日志返回实体
- LiveChannelViewlogResponse() -
类 net.polyv.live.v1.entity.channel.viewdata.LiveChannelViewlogResponse 的构造方法
-
- LiveChannelViewlogResponse.LiveChannelViewlog - net.polyv.live.v1.entity.channel.viewdata 中的 类
-
- LiveChannelViewlogResponse.LiveChannelViewlog() -
类 net.polyv.live.v1.entity.channel.viewdata.LiveChannelViewlogResponse.LiveChannelViewlog 的构造方法
-
- LiveChannelWriteListRequest - net.polyv.live.v1.entity.web.auth 中的 类
- 查询频道观看白名单列表请求体
- LiveChannelWriteListRequest() -
类 net.polyv.live.v1.entity.web.auth.LiveChannelWriteListRequest 的构造方法
-
- LiveChannelWriteListResponse - net.polyv.live.v1.entity.web.auth 中的 类
- 查询频道观看白名单列表请求体
- LiveChannelWriteListResponse() -
类 net.polyv.live.v1.entity.web.auth.LiveChannelWriteListResponse 的构造方法
-
- LiveChannelWriteListResponse.ChannelWriteList - net.polyv.live.v1.entity.web.auth 中的 类
-
- LiveChannelWriteListResponse.ChannelWriteList() -
类 net.polyv.live.v1.entity.web.auth.LiveChannelWriteListResponse.ChannelWriteList 的构造方法
-
- LiveChatBannedIPRequest - net.polyv.live.v1.entity.chat 中的 类
- 设置聊天室禁言ip请求实体
- LiveChatBannedIPRequest() -
类 net.polyv.live.v1.entity.chat.LiveChatBannedIPRequest 的构造方法
-
- LiveChatDelSingleMsgRequest - net.polyv.live.v1.entity.chat 中的 类
- 删除单条聊天记录请求实体
- LiveChatDelSingleMsgRequest() -
类 net.polyv.live.v1.entity.chat.LiveChatDelSingleMsgRequest 的构造方法
-
- LiveChatRoomServiceImpl - net.polyv.live.v1.service.chat.impl 中的 类
- 直播签到管理
- LiveChatRoomServiceImpl() -
类 net.polyv.live.v1.service.chat.impl.LiveChatRoomServiceImpl 的构造方法
-
- LiveCheckinListRequest - net.polyv.live.v1.entity.interact 中的 类
- 查询签到结果
- LiveCheckinListRequest() -
类 net.polyv.live.v1.entity.interact.LiveCheckinListRequest 的构造方法
-
- LiveCheckinListResponse - net.polyv.live.v1.entity.interact 中的 类
- 查询签到结果响应实体
- LiveCheckinListResponse() -
类 net.polyv.live.v1.entity.interact.LiveCheckinListResponse 的构造方法
-
- LiveCheckinListResponse.CheckinRecord - net.polyv.live.v1.entity.interact 中的 类
-
- LiveCheckinListResponse.CheckinRecord() -
类 net.polyv.live.v1.entity.interact.LiveCheckinListResponse.CheckinRecord 的构造方法
-
- LiveCheckinMetadataBySessionIdRequest - net.polyv.live.v1.entity.interact 中的 类
- 依据指定直播场次sessionId查询签到场次信息
- LiveCheckinMetadataBySessionIdRequest() -
类 net.polyv.live.v1.entity.interact.LiveCheckinMetadataBySessionIdRequest 的构造方法
-
- LiveCheckinMetadataBySessionIdResponse - net.polyv.live.v1.entity.interact 中的 类
- 依据指定直播场次sessionId查询签到场次信息
- LiveCheckinMetadataBySessionIdResponse() -
类 net.polyv.live.v1.entity.interact.LiveCheckinMetadataBySessionIdResponse 的构造方法
-
- LiveCheckinRequest - net.polyv.live.v1.entity.interact 中的 类
- 查询指定签到ID的签到记录
- LiveCheckinRequest() -
类 net.polyv.live.v1.entity.interact.LiveCheckinRequest 的构造方法
-
- LiveCheckinResponse - net.polyv.live.v1.entity.interact 中的 类
- 查询指定签到ID的签到记录
- LiveCheckinResponse() -
类 net.polyv.live.v1.entity.interact.LiveCheckinResponse 的构造方法
-
- LiveCheckinServiceImpl - net.polyv.live.v1.service.interact.impl 中的 类
- 直播签到管理
- LiveCheckinServiceImpl() -
类 net.polyv.live.v1.service.interact.impl.LiveCheckinServiceImpl 的构造方法
-
- LiveCleanChannelAllMsgRequest - net.polyv.live.v1.entity.chat 中的 类
- 删除频道聊天记录请求实体
- LiveCleanChannelAllMsgRequest() -
类 net.polyv.live.v1.entity.chat.LiveCleanChannelAllMsgRequest 的构造方法
-
- LiveCommonRequest - net.polyv.live.v1.entity 中的 类
- 直播公共请求实体
- LiveCommonRequest() -
类 net.polyv.live.v1.entity.LiveCommonRequest 的构造方法
-
- LiveCommonResponse - net.polyv.live.v1.entity 中的 类
- 直播公共返回数据实体
- LiveCommonResponse() -
类 net.polyv.live.v1.entity.LiveCommonResponse 的构造方法
-
- LiveConstant - net.polyv.live.v1.constant 中的 类
- 直播常量类
- LiveConstant() -
类 net.polyv.live.v1.constant.LiveConstant 的构造方法
-
- LiveConstant.AuthType - net.polyv.live.v1.constant 中的 枚举
-
- LiveConstant.AutoPlay - net.polyv.live.v1.constant 中的 枚举
- 是否自动播放,0/1,默认1
- LiveConstant.BannedType - net.polyv.live.v1.constant 中的 枚举
- 禁言类型
- LiveConstant.ChannelSwitch - net.polyv.live.v1.constant 中的 枚举
- 功能开关类型
- LiveConstant.ChatStatus - net.polyv.live.v1.constant 中的 枚举
- 聊天记录状态,默认:pass(已审核),审核状态,pass:已审核,censor:审核中和删除
- LiveConstant.Flag - net.polyv.live.v1.constant 中的 枚举
- 通用条件判断
- LiveConstant.GlobalEnabledType - net.polyv.live.v1.constant 中的 枚举
- 频道通用开关类型
- LiveConstant.HeadAdvertType - net.polyv.live.v1.constant 中的 枚举
- 广告类型,NONE-无广告,IMAGE-图片广告,FLV-视频广告
- LiveConstant.LogoPosition - net.polyv.live.v1.constant 中的 枚举
- logo位置,取值为为左上角(tl)、右上角(tr)、左下角(bl)、右下角(br)
- LiveConstant.PPTStatus - net.polyv.live.v1.constant 中的 枚举
-
- LiveConstant.QuestionType - net.polyv.live.v1.constant 中的 枚举
- 问卷答题类型
- LiveConstant.Role - net.polyv.live.v1.constant 中的 枚举
-
- LiveConstant.SceneType - net.polyv.live.v1.constant 中的 枚举
-
- LiveConstant.UserType - net.polyv.live.v1.constant 中的 枚举
- 用户类型,可以选择多个类型,用英文逗号隔开。
- LiveConstant.WatchLayout - net.polyv.live.v1.constant 中的 枚举
- 三分屏频道的观看布局,不设置会使用账号的通用设置,取值:ppt 文档为主,video 视频为主
- LiveConvertChannelVideoListAsyncRequest - net.polyv.live.v1.entity.channel.playback 中的 类
- 异步批量转存录制文件到点播请求实体
- LiveConvertChannelVideoListAsyncRequest() -
类 net.polyv.live.v1.entity.channel.playback.LiveConvertChannelVideoListAsyncRequest 的构造方法
-
- LiveConvertChannelVideoRequest - net.polyv.live.v1.entity.channel.playback 中的 类
- 同步转存录制文件到点播请求实体
- LiveConvertChannelVideoRequest() -
类 net.polyv.live.v1.entity.channel.playback.LiveConvertChannelVideoRequest 的构造方法
-
- LiveCreateAccountTokenRequest - net.polyv.live.v1.entity.account 中的 类
- 设置账号单点登录的token请求体
- LiveCreateAccountTokenRequest() -
类 net.polyv.live.v1.entity.account.LiveCreateAccountTokenRequest 的构造方法
-
- LiveCreateCategoryRequest - net.polyv.live.v1.entity.account 中的 类
- 创建账号下直播分类请求实体
- LiveCreateCategoryRequest() -
类 net.polyv.live.v1.entity.account.LiveCreateCategoryRequest 的构造方法
-
- LiveCreateCategoryResponse - net.polyv.live.v1.entity.account 中的 类
- 创建账号下直播分类返回实体
- LiveCreateCategoryResponse() -
类 net.polyv.live.v1.entity.account.LiveCreateCategoryResponse 的构造方法
-
- LiveCreateChannelDocRequest - net.polyv.live.v1.entity.channel.doc 中的 类
- 上传频道文档请求实体
- LiveCreateChannelDocRequest() -
类 net.polyv.live.v1.entity.channel.doc.LiveCreateChannelDocRequest 的构造方法
-
- LiveCreateChannelDocRequest.CallbackData - net.polyv.live.v1.entity.channel.doc 中的 类
-
- LiveCreateChannelDocRequest.CallbackData() -
类 net.polyv.live.v1.entity.channel.doc.LiveCreateChannelDocRequest.CallbackData 的构造方法
-
- LiveCreateChannelDocResponse - net.polyv.live.v1.entity.channel.doc 中的 类
- 上传频道文档返回实体
- LiveCreateChannelDocResponse() -
类 net.polyv.live.v1.entity.channel.doc.LiveCreateChannelDocResponse 的构造方法
-
- LiveCreateChannelListRequest - net.polyv.live.v1.entity.channel.operate 中的 类
- 批量创建频道请求体
- LiveCreateChannelListRequest() -
类 net.polyv.live.v1.entity.channel.operate.LiveCreateChannelListRequest 的构造方法
-
- LiveCreateChannelListRequest.LiveChannelBasic - net.polyv.live.v1.entity.channel.operate 中的 类
-
- LiveCreateChannelListRequest.LiveChannelBasic() -
类 net.polyv.live.v1.entity.channel.operate.LiveCreateChannelListRequest.LiveChannelBasic 的构造方法
-
- LiveCreateChannelListResponse - net.polyv.live.v1.entity.channel.operate 中的 类
- 批量创建频道返回体
- LiveCreateChannelListResponse() -
类 net.polyv.live.v1.entity.channel.operate.LiveCreateChannelListResponse 的构造方法
-
- LiveCreateChannelPPTRecordRequest - net.polyv.live.v1.entity.channel.operate 中的 类
- 创建重制课件任务请求体
- LiveCreateChannelPPTRecordRequest() -
类 net.polyv.live.v1.entity.channel.operate.LiveCreateChannelPPTRecordRequest 的构造方法
-
- LiveCreateChannelTokenRequest - net.polyv.live.v1.entity.channel.operate 中的 类
- 设置频道单点登陆token请求体
- LiveCreateChannelTokenRequest() -
类 net.polyv.live.v1.entity.channel.operate.LiveCreateChannelTokenRequest 的构造方法
-
- LiveCreateChannelVideoPlaybackRequest - net.polyv.live.v1.entity.channel.playback 中的 类
- 将点播中的视频添加到视频库请求实体
- LiveCreateChannelVideoPlaybackRequest() -
类 net.polyv.live.v1.entity.channel.playback.LiveCreateChannelVideoPlaybackRequest 的构造方法
-
- LiveCreateChannelVideoPlaybackResponse - net.polyv.live.v1.entity.channel.playback 中的 类
- 将点播中的视频添加到视频库返回实体
- LiveCreateChannelVideoPlaybackResponse() -
类 net.polyv.live.v1.entity.channel.playback.LiveCreateChannelVideoPlaybackResponse 的构造方法
-
- LiveCreateChannelWriteListRequest - net.polyv.live.v1.entity.web.auth 中的 类
- 添加单个白名单请求体
- LiveCreateChannelWriteListRequest() -
类 net.polyv.live.v1.entity.web.auth.LiveCreateChannelWriteListRequest 的构造方法
-
- LiveCreateDiskVideosStreamRequest - net.polyv.live.v1.entity.channel.operate 中的 类
- 设置硬盘推流直播请求实体
- LiveCreateDiskVideosStreamRequest() -
类 net.polyv.live.v1.entity.channel.operate.LiveCreateDiskVideosStreamRequest 的构造方法
-
- LiveCreateSonChannelListRequest - net.polyv.live.v1.entity.channel.operate 中的 类
- 批量创建子频道请求实体
- LiveCreateSonChannelListRequest() -
类 net.polyv.live.v1.entity.channel.operate.LiveCreateSonChannelListRequest 的构造方法
-
- LiveCreateSonChannelListRequest.SonChannel - net.polyv.live.v1.entity.channel.operate 中的 类
-
- LiveCreateSonChannelListRequest.SonChannel() -
类 net.polyv.live.v1.entity.channel.operate.LiveCreateSonChannelListRequest.SonChannel 的构造方法
-
- LiveCreateSonChannelListResponse - net.polyv.live.v1.entity.channel.operate 中的 类
- 批量创建子频道返回实体
- LiveCreateSonChannelListResponse() -
类 net.polyv.live.v1.entity.channel.operate.LiveCreateSonChannelListResponse 的构造方法
-
- LiveCreateSonChannelListResponse.SonChannelInfo - net.polyv.live.v1.entity.channel.operate 中的 类
-
- LiveCreateSonChannelListResponse.SonChannelInfo() -
类 net.polyv.live.v1.entity.channel.operate.LiveCreateSonChannelListResponse.SonChannelInfo 的构造方法
-
- LiveCreateSonChannelRequest - net.polyv.live.v1.entity.channel.operate 中的 类
- 创建子频道请求体
- LiveCreateSonChannelRequest() -
类 net.polyv.live.v1.entity.channel.operate.LiveCreateSonChannelRequest 的构造方法
-
- LiveCreateSonChannelResponse - net.polyv.live.v1.entity.channel.operate 中的 类
- 创建子频道返回体
- LiveCreateSonChannelResponse() -
类 net.polyv.live.v1.entity.channel.operate.LiveCreateSonChannelResponse 的构造方法
-
- LiveCreateSonChannelTokenRequest - net.polyv.live.v1.entity.channel.operate 中的 类
- 设置子频道单点登陆token请求体
- LiveCreateSonChannelTokenRequest() -
类 net.polyv.live.v1.entity.channel.operate.LiveCreateSonChannelTokenRequest 的构造方法
-
- LiveCutoffChannelStreamRequest - net.polyv.live.v1.entity.channel.state 中的 类
- 禁止直播频道推流请求实体
- LiveCutoffChannelStreamRequest() -
类 net.polyv.live.v1.entity.channel.state.LiveCutoffChannelStreamRequest 的构造方法
-
- LiveDelBannedDataRequest - net.polyv.live.v1.entity.chat 中的 类
- 删除禁言IP/严禁词请求实体
- LiveDelBannedDataRequest() -
类 net.polyv.live.v1.entity.chat.LiveDelBannedDataRequest 的构造方法
-
- LiveDeleteCategoryRequest - net.polyv.live.v1.entity.account 中的 类
- 删除直播频道分类请求实体
- LiveDeleteCategoryRequest() -
类 net.polyv.live.v1.entity.account.LiveDeleteCategoryRequest 的构造方法
-
- LiveDeleteChannelDocRequest - net.polyv.live.v1.entity.channel.doc 中的 类
- 删除频道文档请求体
- LiveDeleteChannelDocRequest() -
类 net.polyv.live.v1.entity.channel.doc.LiveDeleteChannelDocRequest 的构造方法
-
- LiveDeleteChannelListRequest - net.polyv.live.v1.entity.channel.operate 中的 类
- 批量删除频道请求体
- LiveDeleteChannelListRequest() -
类 net.polyv.live.v1.entity.channel.operate.LiveDeleteChannelListRequest 的构造方法
-
- LiveDeleteChannelPlaybackVideoRequest - net.polyv.live.v1.entity.channel.playback 中的 类
- 删除视频库列表中的视频请求实体
- LiveDeleteChannelPlaybackVideoRequest() -
类 net.polyv.live.v1.entity.channel.playback.LiveDeleteChannelPlaybackVideoRequest 的构造方法
-
- LiveDeleteChannelRequest - net.polyv.live.v1.entity.channel.operate 中的 类
- 删除直播频道请求体
- LiveDeleteChannelRequest() -
类 net.polyv.live.v1.entity.channel.operate.LiveDeleteChannelRequest 的构造方法
-
- LiveDeleteChannelVideoRequest - net.polyv.live.v1.entity.channel.playback 中的 类
- 删除直播暂存中的录制文件请求实体
- LiveDeleteChannelVideoRequest() -
类 net.polyv.live.v1.entity.channel.playback.LiveDeleteChannelVideoRequest 的构造方法
-
- LiveDeleteChannelWriteListRequest - net.polyv.live.v1.entity.web.auth 中的 类
- 删除白名单请求实体
- LiveDeleteChannelWriteListRequest() -
类 net.polyv.live.v1.entity.web.auth.LiveDeleteChannelWriteListRequest 的构造方法
-
- LiveDeleteDiskVideosStreamRequest - net.polyv.live.v1.entity.channel.operate 中的 类
- 删除硬盘推流的视频请求实体
- LiveDeleteDiskVideosStreamRequest() -
类 net.polyv.live.v1.entity.channel.operate.LiveDeleteDiskVideosStreamRequest 的构造方法
-
- LiveDeleteSonChannelRequest - net.polyv.live.v1.entity.channel.operate 中的 类
- 删除子频道请求体
- LiveDeleteSonChannelRequest() -
类 net.polyv.live.v1.entity.channel.operate.LiveDeleteSonChannelRequest 的构造方法
-
- LiveDownloadChannelAuthInfoRequest - net.polyv.live.v1.entity.web.auth 中的 类
- 下载频道登记观看记录请求实体
- LiveDownloadChannelAuthInfoRequest() -
类 net.polyv.live.v1.entity.web.auth.LiveDownloadChannelAuthInfoRequest 的构造方法
-
- LiveGetAccountBadWordRequest - net.polyv.live.v1.entity.chat 中的 类
- 查询账号严禁词列表请求实体
- LiveGetAccountBadWordRequest() -
类 net.polyv.live.v1.entity.chat.LiveGetAccountBadWordRequest 的构造方法
-
- LiveGetBadwordIPRequest - net.polyv.live.v1.entity.chat 中的 类
- 查询频道严禁词/禁言IP列表请求实体
- LiveGetBadwordIPRequest() -
类 net.polyv.live.v1.entity.chat.LiveGetBadwordIPRequest 的构造方法
-
- LiveGetBannedListRequest - net.polyv.live.v1.entity.chat 中的 类
- 查询频道禁言列表请求实体
- LiveGetBannedListRequest() -
类 net.polyv.live.v1.entity.chat.LiveGetBannedListRequest 的构造方法
-
- LiveGetChatAdminDataRequest - net.polyv.live.v1.entity.chat 中的 类
- 查询聊天室管理员信息请求实体
- LiveGetChatAdminDataRequest() -
类 net.polyv.live.v1.entity.chat.LiveGetChatAdminDataRequest 的构造方法
-
- LiveGetChatAdminDataResponse - net.polyv.live.v1.entity.chat 中的 类
- 查询聊天室管理员信息响应实体
- LiveGetChatAdminDataResponse() -
类 net.polyv.live.v1.entity.chat.LiveGetChatAdminDataResponse 的构造方法
-
- LiveGetConsultingRecordRequest - net.polyv.live.v1.entity.chat 中的 类
- 查询咨询提问记录请求实体
- LiveGetConsultingRecordRequest() -
类 net.polyv.live.v1.entity.chat.LiveGetConsultingRecordRequest 的构造方法
-
- LiveGetConsultingRecordResponse - net.polyv.live.v1.entity.chat 中的 类
- 查询咨询提问记录响应实体
- LiveGetConsultingRecordResponse() -
类 net.polyv.live.v1.entity.chat.LiveGetConsultingRecordResponse 的构造方法
-
- LiveGetConsultingRecordResponse.User - net.polyv.live.v1.entity.chat 中的 类
-
- LiveGetConsultingRecordResponse.User() -
类 net.polyv.live.v1.entity.chat.LiveGetConsultingRecordResponse.User 的构造方法
-
- LiveGetHistoryChatMsgRequest - net.polyv.live.v1.entity.chat 中的 类
- 查询历史聊天信息请求实体
- LiveGetHistoryChatMsgRequest() -
类 net.polyv.live.v1.entity.chat.LiveGetHistoryChatMsgRequest 的构造方法
-
- LiveGetHistoryChatMsgResponse - net.polyv.live.v1.entity.chat 中的 类
- 查询历史聊天信息响应实体
- LiveGetHistoryChatMsgResponse() -
类 net.polyv.live.v1.entity.chat.LiveGetHistoryChatMsgResponse 的构造方法
-
- LiveGetHistoryChatMsgResponse.User - net.polyv.live.v1.entity.chat 中的 类
-
- LiveGetHistoryChatMsgResponse.User() -
类 net.polyv.live.v1.entity.chat.LiveGetHistoryChatMsgResponse.User 的构造方法
-
- LiveGetQuestionStatisticalRequest - net.polyv.live.v1.entity.chat 中的 类
- 查询频道的问答统计结果请求实体
- LiveGetQuestionStatisticalRequest() -
类 net.polyv.live.v1.entity.chat.LiveGetQuestionStatisticalRequest 的构造方法
-
- LiveGetQuestionStatisticalResponse - net.polyv.live.v1.entity.chat 中的 类
- 查询频道的问答统计结果响应实体
- LiveGetQuestionStatisticalResponse() -
类 net.polyv.live.v1.entity.chat.LiveGetQuestionStatisticalResponse 的构造方法
-
- LiveGlobalConfig - net.polyv.live.v1.config 中的 类
- 直播全局配置类
- LiveKickedListRequest - net.polyv.live.v1.entity.chat 中的 类
- 查询频道踢人列表请求实体
- LiveKickedListRequest() -
类 net.polyv.live.v1.entity.chat.LiveKickedListRequest 的构造方法
-
- LiveKickedListResponse - net.polyv.live.v1.entity.chat 中的 类
- 查询频道踢人列表响应实体
- LiveKickedListResponse() -
类 net.polyv.live.v1.entity.chat.LiveKickedListResponse 的构造方法
-
- LiveListAccountChannelBasicRequest - net.polyv.live.v1.entity.account 中的 类
- 查询账号下所有频道缩略信息请求实体
- LiveListAccountChannelBasicRequest() -
类 net.polyv.live.v1.entity.account.LiveListAccountChannelBasicRequest 的构造方法
-
- LiveListAccountChannelBasicResponse - net.polyv.live.v1.entity.account 中的 类
- 查询账号下所有频道缩略信息返回实体
- LiveListAccountChannelBasicResponse() -
类 net.polyv.live.v1.entity.account.LiveListAccountChannelBasicResponse 的构造方法
-
- LiveListAccountChannelBasicResponse.ChannelBasicInfo - net.polyv.live.v1.entity.account 中的 类
-
- LiveListAccountChannelBasicResponse.ChannelBasicInfo() -
类 net.polyv.live.v1.entity.account.LiveListAccountChannelBasicResponse.ChannelBasicInfo 的构造方法
-
- LiveListAccountDetailRequest - net.polyv.live.v1.entity.account 中的 类
- 查询所有频道详细信息请求实体
- LiveListAccountDetailRequest() -
类 net.polyv.live.v1.entity.account.LiveListAccountDetailRequest 的构造方法
-
- LiveListAccountDetailResponse - net.polyv.live.v1.entity.account 中的 类
- 查询账号下所有频道详细信息返回实体
- LiveListAccountDetailResponse() -
类 net.polyv.live.v1.entity.account.LiveListAccountDetailResponse 的构造方法
-
- LiveListAccountDetailResponse.LiveAuthSetting - net.polyv.live.v1.entity.account 中的 类
-
- LiveListAccountDetailResponse.LiveAuthSetting() -
类 net.polyv.live.v1.entity.account.LiveListAccountDetailResponse.LiveAuthSetting 的构造方法
-
- LiveListAccountDetailResponse.LiveChannelDetail - net.polyv.live.v1.entity.account 中的 类
-
- LiveListAccountDetailResponse.LiveChannelDetail() -
类 net.polyv.live.v1.entity.account.LiveListAccountDetailResponse.LiveChannelDetail 的构造方法
-
- LiveListAccountRequest - net.polyv.live.v1.entity.account 中的 类
- 查询账号下的频道列表请求实体
- LiveListAccountRequest() -
类 net.polyv.live.v1.entity.account.LiveListAccountRequest 的构造方法
-
- LiveListAccountResponse - net.polyv.live.v1.entity.account 中的 类
- 查询账号下的频道列表返回实体
- LiveListAccountResponse() -
类 net.polyv.live.v1.entity.account.LiveListAccountResponse 的构造方法
-
- LiveListCategoryRequest - net.polyv.live.v1.entity.account 中的 类
- 查询账号下直播分类请求实体
- LiveListCategoryRequest() -
类 net.polyv.live.v1.entity.account.LiveListCategoryRequest 的构造方法
-
- LiveListCategoryResponse - net.polyv.live.v1.entity.account 中的 类
- 查询账号下直播分类返回实体
- LiveListCategoryResponse() -
类 net.polyv.live.v1.entity.account.LiveListCategoryResponse 的构造方法
-
- LiveListCategoryResponse.LiveCategory - net.polyv.live.v1.entity.account 中的 类
-
- LiveListCategoryResponse.LiveCategory() -
类 net.polyv.live.v1.entity.account.LiveListCategoryResponse.LiveCategory 的构造方法
-
- LiveListChannelDocRequest - net.polyv.live.v1.entity.channel.doc 中的 类
- 获取频道文档列表请求体
- LiveListChannelDocRequest() -
类 net.polyv.live.v1.entity.channel.doc.LiveListChannelDocRequest 的构造方法
-
- LiveListChannelDocResponse - net.polyv.live.v1.entity.channel.doc 中的 类
- 获取频道文档列表返回实体
- LiveListChannelDocResponse() -
类 net.polyv.live.v1.entity.channel.doc.LiveListChannelDocResponse 的构造方法
-
- LiveListChannelDocResponse.ChannelDoc - net.polyv.live.v1.entity.channel.doc 中的 类
-
- LiveListChannelDocResponse.ChannelDoc() -
类 net.polyv.live.v1.entity.channel.doc.LiveListChannelDocResponse.ChannelDoc 的构造方法
-
- LiveListChannelMenuRequest - net.polyv.live.v1.entity.web.menu 中的 类
- 查询频道的菜单信息请求实体
- LiveListChannelMenuRequest() -
类 net.polyv.live.v1.entity.web.menu.LiveListChannelMenuRequest 的构造方法
-
- LiveListChannelMenuResponse - net.polyv.live.v1.entity.web.menu 中的 类
- 查询频道的菜单信息请求实体
- LiveListChannelMenuResponse() -
类 net.polyv.live.v1.entity.web.menu.LiveListChannelMenuResponse 的构造方法
-
- LiveListChannelMenuResponse.ChannelMenu - net.polyv.live.v1.entity.web.menu 中的 类
-
- LiveListChannelMenuResponse.ChannelMenu() -
类 net.polyv.live.v1.entity.web.menu.LiveListChannelMenuResponse.ChannelMenu 的构造方法
-
- LiveListChannelMicRequest - net.polyv.live.v1.entity.channel.viewdata 中的 类
- 分页获取连麦情况使用详情请求体
- LiveListChannelMicRequest() -
类 net.polyv.live.v1.entity.channel.viewdata.LiveListChannelMicRequest 的构造方法
-
- LiveListChannelMicResponse - net.polyv.live.v1.entity.channel.viewdata 中的 类
- 分页获取连麦情况使用详情返回实体
- LiveListChannelMicResponse() -
类 net.polyv.live.v1.entity.channel.viewdata.LiveListChannelMicResponse 的构造方法
-
- LiveListChannelMicResponse.ChannelMic - net.polyv.live.v1.entity.channel.viewdata 中的 类
-
- LiveListChannelMicResponse.ChannelMic() -
类 net.polyv.live.v1.entity.channel.viewdata.LiveListChannelMicResponse.ChannelMic 的构造方法
-
- LiveListChannelPPTRecordRequest - net.polyv.live.v1.entity.channel.operate 中的 类
- 查询课件重制任务列表请求实体
- LiveListChannelPPTRecordRequest() -
类 net.polyv.live.v1.entity.channel.operate.LiveListChannelPPTRecordRequest 的构造方法
-
- LiveListChannelPPTRecordResponse - net.polyv.live.v1.entity.channel.operate 中的 类
- 查询课件重制任务列表返回实体
- LiveListChannelPPTRecordResponse() -
类 net.polyv.live.v1.entity.channel.operate.LiveListChannelPPTRecordResponse 的构造方法
-
- LiveListChannelPPTRecordResponse.LivePPTRecord - net.polyv.live.v1.entity.channel.operate 中的 类
-
- LiveListChannelPPTRecordResponse.LivePPTRecord() -
类 net.polyv.live.v1.entity.channel.operate.LiveListChannelPPTRecordResponse.LivePPTRecord 的构造方法
-
- LiveListChannelSessionInfoRequest - net.polyv.live.v1.entity.channel.playback 中的 类
- 查询频道直播场次信息请求实体
- LiveListChannelSessionInfoRequest() -
类 net.polyv.live.v1.entity.channel.playback.LiveListChannelSessionInfoRequest 的构造方法
-
- LiveListChannelSessionInfoResponse - net.polyv.live.v1.entity.channel.playback 中的 类
- 查询频道直播场次信息返回实体
- LiveListChannelSessionInfoResponse() -
类 net.polyv.live.v1.entity.channel.playback.LiveListChannelSessionInfoResponse 的构造方法
-
- LiveListChannelSessionInfoResponse.ChannelSessionInfo - net.polyv.live.v1.entity.channel.playback 中的 类
-
- LiveListChannelSessionInfoResponse.ChannelSessionInfo() -
类 net.polyv.live.v1.entity.channel.playback.LiveListChannelSessionInfoResponse.ChannelSessionInfo 的构造方法
-
- LiveListChannelStreamStatusRequest - net.polyv.live.v1.entity.channel.state 中的 类
- 批量查询频道直播流状态请求实体
- LiveListChannelStreamStatusRequest() -
类 net.polyv.live.v1.entity.channel.state.LiveListChannelStreamStatusRequest 的构造方法
-
- LiveListChannelStreamStatusResponse - net.polyv.live.v1.entity.channel.state 中的 类
- 批量查询频道直播流状态返回实体
- LiveListChannelStreamStatusResponse() -
类 net.polyv.live.v1.entity.channel.state.LiveListChannelStreamStatusResponse 的构造方法
-
- LiveListChannelSummaryRequest - net.polyv.live.v1.entity.channel.viewdata 中的 类
- 查询多个频道汇总的统计数据请求实体
- LiveListChannelSummaryRequest() -
类 net.polyv.live.v1.entity.channel.viewdata.LiveListChannelSummaryRequest 的构造方法
-
- LiveListChannelSummaryResponse - net.polyv.live.v1.entity.channel.viewdata 中的 类
- 查询多个频道汇总的统计数据返回实体
- LiveListChannelSummaryResponse() -
类 net.polyv.live.v1.entity.channel.viewdata.LiveListChannelSummaryResponse 的构造方法
-
- LiveListChannelSummaryResponse.ChannelSummary - net.polyv.live.v1.entity.channel.viewdata 中的 类
-
- LiveListChannelSummaryResponse.ChannelSummary() -
类 net.polyv.live.v1.entity.channel.viewdata.LiveListChannelSummaryResponse.ChannelSummary 的构造方法
-
- LiveListChannelVideoLibraryRequest - net.polyv.live.v1.entity.channel.playback 中的 类
- 查询视频库列表请求实体
- LiveListChannelVideoLibraryRequest() -
类 net.polyv.live.v1.entity.channel.playback.LiveListChannelVideoLibraryRequest 的构造方法
-
- LiveListChannelVideoLibraryResponse - net.polyv.live.v1.entity.channel.playback 中的 类
- 查询视频库列表返回实体
- LiveListChannelVideoLibraryResponse() -
类 net.polyv.live.v1.entity.channel.playback.LiveListChannelVideoLibraryResponse 的构造方法
-
- LiveListChannelVideoLibraryResponse.ChannelVideoLibrary - net.polyv.live.v1.entity.channel.playback 中的 类
-
- LiveListChannelVideoLibraryResponse.ChannelVideoLibrary() -
类 net.polyv.live.v1.entity.channel.playback.LiveListChannelVideoLibraryResponse.ChannelVideoLibrary 的构造方法
-
- LiveListChannelViewerCountRequest - net.polyv.live.v1.entity.channel.viewdata 中的 类
- 查询多个频道的实时在线人数请求实体
- LiveListChannelViewerCountRequest() -
类 net.polyv.live.v1.entity.channel.viewdata.LiveListChannelViewerCountRequest 的构造方法
-
- LiveListChannelViewerCountResponse - net.polyv.live.v1.entity.channel.viewdata 中的 类
- 查询多个频道的实时在线人数返回实体
- LiveListChannelViewerCountResponse() -
类 net.polyv.live.v1.entity.channel.viewdata.LiveListChannelViewerCountResponse 的构造方法
-
- LiveListChannelViewerCountResponse.ChannelViewerCount - net.polyv.live.v1.entity.channel.viewdata 中的 类
-
- LiveListChannelViewerCountResponse.ChannelViewerCount() -
类 net.polyv.live.v1.entity.channel.viewdata.LiveListChannelViewerCountResponse.ChannelViewerCount 的构造方法
-
- LiveListChannelViewlogRequest - net.polyv.live.v1.entity.channel.viewdata 中的 类
- 分页查询频道观看日志请求实体
- LiveListChannelViewlogRequest() -
类 net.polyv.live.v1.entity.channel.viewdata.LiveListChannelViewlogRequest 的构造方法
-
- LiveListChannelViewlogResponse - net.polyv.live.v1.entity.channel.viewdata 中的 类
- 分页查询频道观看日志返回实体
- LiveListChannelViewlogResponse() -
类 net.polyv.live.v1.entity.channel.viewdata.LiveListChannelViewlogResponse 的构造方法
-
- LiveListLotteryRequest - net.polyv.live.v1.entity.interact 中的 类
- 获取频道抽奖记录列表请求实体
- LiveListLotteryRequest() -
类 net.polyv.live.v1.entity.interact.LiveListLotteryRequest 的构造方法
-
- LiveListLotteryResponse - net.polyv.live.v1.entity.interact 中的 类
- 获取频道抽奖记录列表返回实体
- LiveListLotteryResponse() -
类 net.polyv.live.v1.entity.interact.LiveListLotteryResponse 的构造方法
-
- LiveListLotteryResponse.CollectInfo - net.polyv.live.v1.entity.interact 中的 类
-
- LiveListLotteryResponse.CollectInfo() -
类 net.polyv.live.v1.entity.interact.LiveListLotteryResponse.CollectInfo 的构造方法
-
- LiveListLotteryResponse.CollectInfoFieldModel - net.polyv.live.v1.entity.interact 中的 类
-
- LiveListLotteryResponse.CollectInfoFieldModel() -
类 net.polyv.live.v1.entity.interact.LiveListLotteryResponse.CollectInfoFieldModel 的构造方法
-
- LiveListLotteryResponse.LotteryListModel - net.polyv.live.v1.entity.interact 中的 类
-
- LiveListLotteryResponse.LotteryListModel() -
类 net.polyv.live.v1.entity.interact.LiveListLotteryResponse.LotteryListModel 的构造方法
-
- LiveLotteryServiceImpl - net.polyv.live.v1.service.interact.impl 中的 类
- 抽奖管理
- LiveLotteryServiceImpl() -
类 net.polyv.live.v1.service.interact.impl.LiveLotteryServiceImpl 的构造方法
-
- LiveLotteryWinnerDetailRequest - net.polyv.live.v1.entity.interact 中的 类
- 获取频道单场抽奖的中奖记录请求实体
- LiveLotteryWinnerDetailRequest() -
类 net.polyv.live.v1.entity.interact.LiveLotteryWinnerDetailRequest 的构造方法
-
- LiveLotteryWinnerDetailResponse - net.polyv.live.v1.entity.interact 中的 类
- 获取频道单场抽奖的中奖记录返回实体
- LiveLotteryWinnerDetailResponse() -
类 net.polyv.live.v1.entity.interact.LiveLotteryWinnerDetailResponse 的构造方法
-
- LiveLotteryWinnerDetailResponse.CollectInfo - net.polyv.live.v1.entity.interact 中的 类
-
- LiveLotteryWinnerDetailResponse.CollectInfo() -
类 net.polyv.live.v1.entity.interact.LiveLotteryWinnerDetailResponse.CollectInfo 的构造方法
-
- LiveLotteryWinnerDetailResponse.LotteryWinnerDetail - net.polyv.live.v1.entity.interact 中的 类
-
- LiveLotteryWinnerDetailResponse.LotteryWinnerDetail() -
类 net.polyv.live.v1.entity.interact.LiveLotteryWinnerDetailResponse.LotteryWinnerDetail 的构造方法
-
- LiveMergeChannelVideoAsyncRequest - net.polyv.live.v1.entity.channel.playback 中的 类
- 异步合并直播录制文件请求实体
- LiveMergeChannelVideoAsyncRequest() -
类 net.polyv.live.v1.entity.channel.playback.LiveMergeChannelVideoAsyncRequest 的构造方法
-
- LiveMergeChannelVideoRequest - net.polyv.live.v1.entity.channel.playback 中的 类
- 合并录制文件请求实体
- LiveMergeChannelVideoRequest() -
类 net.polyv.live.v1.entity.channel.playback.LiveMergeChannelVideoRequest 的构造方法
-
- LiveMergeMp4RecordRequest - net.polyv.live.v1.entity.channel.playback 中的 类
- 导出合并的录制文件并回调mp4下载地址请求实体
- LiveMergeMp4RecordRequest() -
类 net.polyv.live.v1.entity.channel.playback.LiveMergeMp4RecordRequest 的构造方法
-
- LiveMergeMp4RecordResponse - net.polyv.live.v1.entity.channel.playback 中的 类
- 导出合并的录制文件并回调mp4下载地址返回实体
- LiveMergeMp4RecordResponse() -
类 net.polyv.live.v1.entity.channel.playback.LiveMergeMp4RecordResponse 的构造方法
-
- LiveMergeMp4RecordResponse.MergeMp4RecordCallback - net.polyv.live.v1.entity.channel.playback 中的 类
-
- LiveMergeMp4RecordResponse.MergeMp4RecordCallback() -
类 net.polyv.live.v1.entity.channel.playback.LiveMergeMp4RecordResponse.MergeMp4RecordCallback 的构造方法
-
- LivePageCommonRequest - net.polyv.live.v1.entity 中的 类
- 直播分页公共请求实体
- LivePageCommonRequest() -
类 net.polyv.live.v1.entity.LivePageCommonRequest 的构造方法
-
- LivePageCommonResponse - net.polyv.live.v1.entity 中的 类
- 直播分页公共返回实体
- LivePageCommonResponse() -
类 net.polyv.live.v1.entity.LivePageCommonResponse 的构造方法
-
- LivePlayerServiceImpl - net.polyv.live.v1.service.player.impl 中的 类
- 直播签到管理
- LivePlayerServiceImpl() -
类 net.polyv.live.v1.service.player.impl.LivePlayerServiceImpl 的构造方法
-
- LiveQuestionAnswerRecordRequest - net.polyv.live.v1.entity.interact 中的 类
- 查询频道答题卡答题结果
- LiveQuestionAnswerRecordRequest() -
类 net.polyv.live.v1.entity.interact.LiveQuestionAnswerRecordRequest 的构造方法
-
- LiveQuestionAnswerRecordResponse - net.polyv.live.v1.entity.interact 中的 类
- 查询频道答题卡答题结果响应实体
- LiveQuestionAnswerRecordResponse() -
类 net.polyv.live.v1.entity.interact.LiveQuestionAnswerRecordResponse 的构造方法
-
- LiveQuestionAnswerRecordResponse.Option - net.polyv.live.v1.entity.interact 中的 类
-
- LiveQuestionAnswerRecordResponse.Option() -
类 net.polyv.live.v1.entity.interact.LiveQuestionAnswerRecordResponse.Option 的构造方法
-
- LiveQuestionAnswerRecordResponse.Record - net.polyv.live.v1.entity.interact 中的 类
-
- LiveQuestionAnswerRecordResponse.Record() -
类 net.polyv.live.v1.entity.interact.LiveQuestionAnswerRecordResponse.Record 的构造方法
-
- LiveQuestionnaireDetailRequest - net.polyv.live.v1.entity.interact 中的 类
- 查询频道问卷详情请求实体
- LiveQuestionnaireDetailRequest() -
类 net.polyv.live.v1.entity.interact.LiveQuestionnaireDetailRequest 的构造方法
-
- LiveQuestionnaireDetailResponse - net.polyv.live.v1.entity.interact 中的 类
- 查询频道问卷详情响应实体
- LiveQuestionnaireDetailResponse() -
类 net.polyv.live.v1.entity.interact.LiveQuestionnaireDetailResponse 的构造方法
-
- LiveQuestionnaireDetailResponse.QuestionDetail - net.polyv.live.v1.entity.interact 中的 类
-
- LiveQuestionnaireDetailResponse.QuestionDetail() -
类 net.polyv.live.v1.entity.interact.LiveQuestionnaireDetailResponse.QuestionDetail 的构造方法
-
- LiveQuestionnaireDetailSetRequest - net.polyv.live.v1.entity.interact 中的 类
- 查询频道问卷详情请求实体
- LiveQuestionnaireDetailSetRequest() -
类 net.polyv.live.v1.entity.interact.LiveQuestionnaireDetailSetRequest 的构造方法
-
- LiveQuestionnaireDetailSetRequest.QuestionDetail - net.polyv.live.v1.entity.interact 中的 类
-
- LiveQuestionnaireDetailSetRequest.QuestionDetail() -
类 net.polyv.live.v1.entity.interact.LiveQuestionnaireDetailSetRequest.QuestionDetail 的构造方法
-
- LiveQuestionnaireDetailSetResponse - net.polyv.live.v1.entity.interact 中的 类
- 查询频道问卷详情响应实体
- LiveQuestionnaireDetailSetResponse() -
类 net.polyv.live.v1.entity.interact.LiveQuestionnaireDetailSetResponse 的构造方法
-
- LiveQuestionnaireListRequest - net.polyv.live.v1.entity.interact 中的 类
- 查询频道问卷列表请求实体
- LiveQuestionnaireListRequest() -
类 net.polyv.live.v1.entity.interact.LiveQuestionnaireListRequest 的构造方法
-
- LiveQuestionnaireListResponse - net.polyv.live.v1.entity.interact 中的 类
- 查询频道问卷列表响应实体
- LiveQuestionnaireListResponse() -
类 net.polyv.live.v1.entity.interact.LiveQuestionnaireListResponse 的构造方法
-
- LiveQuestionnaireListResponse.QuestionDetail - net.polyv.live.v1.entity.interact 中的 类
-
- LiveQuestionnaireListResponse.QuestionDetail() -
类 net.polyv.live.v1.entity.interact.LiveQuestionnaireListResponse.QuestionDetail 的构造方法
-
- LiveQuestionnaireResultPageRequest - net.polyv.live.v1.entity.interact 中的 类
- 分页查询频道问卷结果请求实体
- LiveQuestionnaireResultPageRequest() -
类 net.polyv.live.v1.entity.interact.LiveQuestionnaireResultPageRequest 的构造方法
-
- LiveQuestionnaireResultPageResponse - net.polyv.live.v1.entity.interact 中的 类
- 分页查询频道问卷结果响应实体
- LiveQuestionnaireResultPageResponse() -
类 net.polyv.live.v1.entity.interact.LiveQuestionnaireResultPageResponse 的构造方法
-
- LiveQuestionnaireResultRequest - net.polyv.live.v1.entity.interact 中的 类
- 查询频道问卷结果请求实体
- LiveQuestionnaireResultRequest() -
类 net.polyv.live.v1.entity.interact.LiveQuestionnaireResultRequest 的构造方法
-
- LiveQuestionnaireResultResponse - net.polyv.live.v1.entity.interact 中的 类
- 查询频道问卷结果响应实体
- LiveQuestionnaireResultResponse() -
类 net.polyv.live.v1.entity.interact.LiveQuestionnaireResultResponse 的构造方法
-
- LiveQuestionnaireResultResponse.QuestionStats - net.polyv.live.v1.entity.interact 中的 类
-
- LiveQuestionnaireResultResponse.QuestionStats() -
类 net.polyv.live.v1.entity.interact.LiveQuestionnaireResultResponse.QuestionStats 的构造方法
-
- LiveQuestionnaireResultResponse.QuestionStats.QuestionStat - net.polyv.live.v1.entity.interact 中的 类
-
- LiveQuestionnaireResultResponse.QuestionStats.QuestionStat() -
类 net.polyv.live.v1.entity.interact.LiveQuestionnaireResultResponse.QuestionStats.QuestionStat 的构造方法
-
- LiveQuestionnaireResultResponse.Users - net.polyv.live.v1.entity.interact 中的 类
-
- LiveQuestionnaireResultResponse.Users() -
类 net.polyv.live.v1.entity.interact.LiveQuestionnaireResultResponse.Users 的构造方法
-
- LiveQuestionnaireResultResponse.Users.Answers - net.polyv.live.v1.entity.interact 中的 类
-
- LiveQuestionnaireResultResponse.Users.Answers() -
类 net.polyv.live.v1.entity.interact.LiveQuestionnaireResultResponse.Users.Answers 的构造方法
-
- LiveQuestionnaireServiceImpl - net.polyv.live.v1.service.interact.impl 中的 类
- 直播互动管理
- LiveQuestionnaireServiceImpl() -
类 net.polyv.live.v1.service.interact.impl.LiveQuestionnaireServiceImpl 的构造方法
-
- LiveResumeChannelStreamRequest - net.polyv.live.v1.entity.channel.state 中的 类
- 恢复直播频道推流请求体
- LiveResumeChannelStreamRequest() -
类 net.polyv.live.v1.entity.channel.state.LiveResumeChannelStreamRequest 的构造方法
-
- LiveSendChatMsgRequest - net.polyv.live.v1.entity.chat 中的 类
- 通过HTTP接口发送聊天消息请求实体
- LiveSendChatMsgRequest() -
类 net.polyv.live.v1.entity.chat.LiveSendChatMsgRequest 的构造方法
-
- LiveSendChatMsgResponse - net.polyv.live.v1.entity.chat 中的 类
- 通过HTTP接口发送聊天消息签到记录
- LiveSendChatMsgResponse() -
类 net.polyv.live.v1.entity.chat.LiveSendChatMsgResponse 的构造方法
-
- LiveSetChatAdminDataRequest - net.polyv.live.v1.entity.chat 中的 类
- 设置聊天室管理员信息请求实体
- LiveSetChatAdminDataRequest() -
类 net.polyv.live.v1.entity.chat.LiveSetChatAdminDataRequest 的构造方法
-
- LiveSetLotteryWinnerInfoRequest - net.polyv.live.v1.entity.interact 中的 类
- 设置抽奖中奖者信息请求实体
- LiveSetLotteryWinnerInfoRequest() -
类 net.polyv.live.v1.entity.interact.LiveSetLotteryWinnerInfoRequest 的构造方法
-
- LiveSetPlayerHeaderAdvertRequest - net.polyv.live.v1.entity.player 中的 类
- 设置播放器暂停广告请求实体
- LiveSetPlayerHeaderAdvertRequest() -
类 net.polyv.live.v1.entity.player.LiveSetPlayerHeaderAdvertRequest 的构造方法
-
- LiveSetPlayerImgRequest - net.polyv.live.v1.entity.player 中的 类
- 设置播放器暖场图片请求实体
- LiveSetPlayerImgRequest() -
类 net.polyv.live.v1.entity.player.LiveSetPlayerImgRequest 的构造方法
-
- LiveSetPlayerImgResponse - net.polyv.live.v1.entity.player 中的 类
- 设置播放器暖场图片响应实体
- LiveSetPlayerImgResponse() -
类 net.polyv.live.v1.entity.player.LiveSetPlayerImgResponse 的构造方法
-
- LiveSetPlayerLogoRequest - net.polyv.live.v1.entity.player 中的 类
- 设置播放器Logo请求实体
- LiveSetPlayerLogoRequest() -
类 net.polyv.live.v1.entity.player.LiveSetPlayerLogoRequest 的构造方法
-
- LiveSetPlayerPauseAdvertRequest - net.polyv.live.v1.entity.player 中的 类
- 设置播放器暂停广告请求实体
- LiveSetPlayerPauseAdvertRequest() -
类 net.polyv.live.v1.entity.player.LiveSetPlayerPauseAdvertRequest 的构造方法
-
- LiveSetTeacherDataRequest - net.polyv.live.v1.entity.chat 中的 类
- 设置讲师信息请求实体
- LiveSetTeacherDataRequest() -
类 net.polyv.live.v1.entity.chat.LiveSetTeacherDataRequest 的构造方法
-
- LiveSetWarmupEnableRequest - net.polyv.live.v1.entity.player 中的 类
- 设置频道的暖场设置开关请求实体
- LiveSetWarmupEnableRequest() -
类 net.polyv.live.v1.entity.player.LiveSetWarmupEnableRequest 的构造方法
-
- LiveSetWarmupVedioRequest - net.polyv.live.v1.entity.player 中的 类
- 设置播放器暖场视频请求实体
- LiveSetWarmupVedioRequest() -
类 net.polyv.live.v1.entity.player.LiveSetWarmupVedioRequest 的构造方法
-
- LiveSignUtil - net.polyv.live.v1.util 中的 类
- polyv 直播签名工具类
- LiveSonChannelInfoListRequest - net.polyv.live.v1.entity.channel.operate 中的 类
- 查询频道号下所有子频道信息请求体
- LiveSonChannelInfoListRequest() -
类 net.polyv.live.v1.entity.channel.operate.LiveSonChannelInfoListRequest 的构造方法
-
- LiveSonChannelInfoListResponse - net.polyv.live.v1.entity.channel.operate 中的 类
- 查询频道号下所有子频道信息返回体
- LiveSonChannelInfoListResponse() -
类 net.polyv.live.v1.entity.channel.operate.LiveSonChannelInfoListResponse 的构造方法
-
- LiveSonChannelInfoRequest - net.polyv.live.v1.entity.channel.operate 中的 类
- 查询子频道信息请求体
- LiveSonChannelInfoRequest() -
类 net.polyv.live.v1.entity.channel.operate.LiveSonChannelInfoRequest 的构造方法
-
- LiveSonChannelInfoResponse - net.polyv.live.v1.entity.channel.operate 中的 类
- 查询子频道信息返回体
- LiveSonChannelInfoResponse() -
类 net.polyv.live.v1.entity.channel.operate.LiveSonChannelInfoResponse 的构造方法
-
- LiveUpdateAccountSwitchRequest - net.polyv.live.v1.entity.account 中的 类
- 设置功能开关状态请求实体
- LiveUpdateAccountSwitchRequest() -
类 net.polyv.live.v1.entity.account.LiveUpdateAccountSwitchRequest 的构造方法
-
- LiveUpdateCategoryRequest - net.polyv.live.v1.entity.account 中的 类
- 修改直播频道分类名称请求实体
- LiveUpdateCategoryRequest() -
类 net.polyv.live.v1.entity.account.LiveUpdateCategoryRequest 的构造方法
-
- LiveUpdateCategorySortRequest - net.polyv.live.v1.entity.account 中的 类
- 修改直播频道分类顺序请求实体
- LiveUpdateCategorySortRequest() -
类 net.polyv.live.v1.entity.account.LiveUpdateCategorySortRequest 的构造方法
-
- LiveUpdateChannelAuthRequest - net.polyv.live.v1.entity.web.auth 中的 类
- 设置观看条件请求实体
- LiveUpdateChannelAuthRequest() -
类 net.polyv.live.v1.entity.web.auth.LiveUpdateChannelAuthRequest 的构造方法
-
- LiveUpdateChannelAuthUrlRequest - net.polyv.live.v1.entity.web.auth 中的 类
- 设置授权认证URL请求实体
- LiveUpdateChannelAuthUrlRequest() -
类 net.polyv.live.v1.entity.web.auth.LiveUpdateChannelAuthUrlRequest 的构造方法
-
- LiveUpdateChannelCallbackSettingRequest - net.polyv.live.v1.entity.channel.operate 中的 类
- 设置频道回调设置请求实体
- LiveUpdateChannelCallbackSettingRequest() -
类 net.polyv.live.v1.entity.channel.operate.LiveUpdateChannelCallbackSettingRequest 的构造方法
-
- LiveUpdateChannelCashRequest - net.polyv.live.v1.entity.web.interact 中的 类
- 设置现金打赏请求体
- LiveUpdateChannelCashRequest() -
类 net.polyv.live.v1.entity.web.interact.LiveUpdateChannelCashRequest 的构造方法
-
- LiveUpdateChannelCountDownRequest - net.polyv.live.v1.entity.web.info 中的 类
- 设置频道直播倒计时信息请求实体
- LiveUpdateChannelCountDownRequest() -
类 net.polyv.live.v1.entity.web.info.LiveUpdateChannelCountDownRequest 的构造方法
-
- LiveUpdateChannelGoodRequest - net.polyv.live.v1.entity.web.interact 中的 类
- 设置道具打赏请求实体
- LiveUpdateChannelGoodRequest() -
类 net.polyv.live.v1.entity.web.interact.LiveUpdateChannelGoodRequest 的构造方法
-
- LiveUpdateChannelGoodRequest.ChannelGood - net.polyv.live.v1.entity.web.interact 中的 类
-
- LiveUpdateChannelGoodRequest.ChannelGood() -
类 net.polyv.live.v1.entity.web.interact.LiveUpdateChannelGoodRequest.ChannelGood 的构造方法
-
- LiveUpdateChannelLikesRequest - net.polyv.live.v1.entity.web.info 中的 类
- 设置频道点赞数和观看热度值请求实体
- LiveUpdateChannelLikesRequest() -
类 net.polyv.live.v1.entity.web.info.LiveUpdateChannelLikesRequest 的构造方法
-
- LiveUpdateChannelLogoRequest - net.polyv.live.v1.entity.web.info 中的 类
- 设置频道图标请求实体
- LiveUpdateChannelLogoRequest() -
类 net.polyv.live.v1.entity.web.info.LiveUpdateChannelLogoRequest 的构造方法
-
- LiveUpdateChannelMaxViewerRequest - net.polyv.live.v1.entity.channel.operate 中的 类
- 设置频道最大在线人数请求实体
- LiveUpdateChannelMaxViewerRequest() -
类 net.polyv.live.v1.entity.channel.operate.LiveUpdateChannelMaxViewerRequest 的构造方法
-
- LiveUpdateChannelMenuRequest - net.polyv.live.v1.entity.web.menu 中的 类
- 设置自定义菜单直播介绍请求实体
- LiveUpdateChannelMenuRequest() -
类 net.polyv.live.v1.entity.web.menu.LiveUpdateChannelMenuRequest 的构造方法
-
- LiveUpdateChannelNameRequest - net.polyv.live.v1.entity.web.info 中的 类
- 设置频道名称请求实体
- LiveUpdateChannelNameRequest() -
类 net.polyv.live.v1.entity.web.info.LiveUpdateChannelNameRequest 的构造方法
-
- LiveUpdateChannelPublisherRequest - net.polyv.live.v1.entity.web.info 中的 类
- 设置主持人姓名请求实体
- LiveUpdateChannelPublisherRequest() -
类 net.polyv.live.v1.entity.web.info.LiveUpdateChannelPublisherRequest 的构造方法
-
- LiveUpdateChannelSplashRequest - net.polyv.live.v1.entity.web.info 中的 类
- 设置引导开关以及引导图片请求实体
- LiveUpdateChannelSplashRequest() -
类 net.polyv.live.v1.entity.web.info.LiveUpdateChannelSplashRequest 的构造方法
-
- LiveUpdateChannelStreamRequest - net.polyv.live.v1.entity.channel.operate 中的 类
- 修改直播推流方式请求实体
- LiveUpdateChannelStreamRequest() -
类 net.polyv.live.v1.entity.channel.operate.LiveUpdateChannelStreamRequest 的构造方法
-
- LiveUpdateChannelWriteListRequest - net.polyv.live.v1.entity.web.auth 中的 类
- 更新白名单请求实体
- LiveUpdateChannelWriteListRequest() -
类 net.polyv.live.v1.entity.web.auth.LiveUpdateChannelWriteListRequest 的构造方法
-
- LiveUpdatePlaybackTitleRequest - net.polyv.live.v1.entity.channel.playback 中的 类
- 修改回放视频名称请求实体
- LiveUpdatePlaybackTitleRequest() -
类 net.polyv.live.v1.entity.channel.playback.LiveUpdatePlaybackTitleRequest 的构造方法
-
- LiveUpdateSonChannelInfoRequest - net.polyv.live.v1.entity.channel.operate 中的 类
- 设置子频道信息请求体
- LiveUpdateSonChannelInfoRequest() -
类 net.polyv.live.v1.entity.channel.operate.LiveUpdateSonChannelInfoRequest 的构造方法
-
- LiveUploadImageRequest - net.polyv.live.v1.entity.web.setting 中的 类
- 上传图片资源请求实体
- LiveUploadImageRequest() -
类 net.polyv.live.v1.entity.web.setting.LiveUploadImageRequest 的构造方法
-
- LiveUploadImageResponse - net.polyv.live.v1.entity.web.setting 中的 类
- 上传图片资源返回实体
- LiveUploadImageResponse() -
类 net.polyv.live.v1.entity.web.setting.LiveUploadImageResponse 的构造方法
-
- LiveUploadWriteListRequest - net.polyv.live.v1.entity.web.auth 中的 类
- 新增白名单请求实体
- LiveUploadWriteListRequest() -
类 net.polyv.live.v1.entity.web.auth.LiveUploadWriteListRequest 的构造方法
-
- LiveURL - net.polyv.live.v1.constant 中的 类
- 直播相关URL
- LiveURL() -
类 net.polyv.live.v1.constant.LiveURL 的构造方法
-
- LiveWebAuthServiceImpl - net.polyv.live.v1.service.web.impl 中的 类
- 直播Web观看页管理
- LiveWebAuthServiceImpl() -
类 net.polyv.live.v1.service.web.impl.LiveWebAuthServiceImpl 的构造方法
-
- LiveWebInfoServiceImpl - net.polyv.live.v1.service.web.impl 中的 类
-
- LiveWebInfoServiceImpl() -
类 net.polyv.live.v1.service.web.impl.LiveWebInfoServiceImpl 的构造方法
-
- LiveWebInteractServiceImpl - net.polyv.live.v1.service.web.impl 中的 类
-
- LiveWebInteractServiceImpl() -
类 net.polyv.live.v1.service.web.impl.LiveWebInteractServiceImpl 的构造方法
-
- LiveWebMenuServiceImpl - net.polyv.live.v1.service.web.impl 中的 类
-
- LiveWebMenuServiceImpl() -
类 net.polyv.live.v1.service.web.impl.LiveWebMenuServiceImpl 的构造方法
-
- LiveWebSettingServiceImpl - net.polyv.live.v1.service.web.impl 中的 类
-
- LiveWebSettingServiceImpl() -
类 net.polyv.live.v1.service.web.impl.LiveWebSettingServiceImpl 的构造方法
-
- logoHref -
类 net.polyv.live.v1.entity.channel.operate.LiveChannelResponse 中的变量
- Logo的跳转链接
- logoImage -
类 net.polyv.live.v1.entity.channel.operate.LiveChannelResponse 中的变量
- LOGO图片
- logoOpacity -
类 net.polyv.live.v1.entity.channel.operate.LiveChannelResponse 中的变量
- LOGO透明度
- logoPosition -
类 net.polyv.live.v1.entity.channel.operate.LiveChannelResponse 中的变量
- LOGO位置
M
- m3u8Url -
类 net.polyv.live.v1.entity.channel.operate.LiveChannelResponse 中的变量
- 直播拉流(播放)m3u8地址
- m3u8Url1 -
类 net.polyv.live.v1.entity.channel.operate.LiveChannelResponse 中的变量
- 直播拉流(播放)m3u8地址1
- m3u8Url2 -
类 net.polyv.live.v1.entity.channel.operate.LiveChannelResponse 中的变量
- 直播拉流(播放)m3u8地址2
- m3u8Url3 -
类 net.polyv.live.v1.entity.channel.operate.LiveChannelResponse 中的变量
- 直播拉流(播放)m3u8地址3
- main(String[]) -
类 net.polyv.live.v1.App 中的静态方法
-
- mapJoin(Map<String, String>, boolean, boolean) -
类 net.polyv.live.v1.util.MapUtil 中的静态方法
- url 参数串连
- mapJoinEncode(Map<String, String>, boolean, boolean) -
类 net.polyv.live.v1.util.LiveSignUtil 中的静态方法
- url 参数串连
- mapJoinNotEncode(Map<String, String>) -
类 net.polyv.live.v1.util.LiveSignUtil 中的静态方法
- url 参数串连但是不进行参数Encode
- mapJoinNotEncode(Map<String, String>) -
类 net.polyv.live.v1.util.MapUtil 中的静态方法
- url 参数串连但是不进行参数Encode
- MapUtil - net.polyv.live.v1.util 中的 类
- MAP对象和HTTP参数 互相转换对象
- md5Hex(String) -
类 net.polyv.live.v1.util.LiveSignUtil 中的静态方法
- 对字符串做MD5加密,返回加密后的字符串。
- mergeChannelVideo(LiveMergeChannelVideoRequest) -
接口 net.polyv.live.v1.service.channel.ILiveChannelPlaybackService 中的方法
- 合并录制文件
- mergeChannelVideo(LiveMergeChannelVideoRequest) -
类 net.polyv.live.v1.service.channel.impl.LiveChannelPlaybackServiceImpl 中的方法
- 合并录制文件(由于同步上传影响性能,暂时不对外提供)
注意:urls 和 fileIds 参数不能同时不传;两个参数都传时,urls生效。
- mergeChannelVideoAsync(LiveMergeChannelVideoAsyncRequest) -
接口 net.polyv.live.v1.service.channel.ILiveChannelPlaybackService 中的方法
- 异步合并直播录制文件
- mergeChannelVideoAsync(LiveMergeChannelVideoAsyncRequest) -
类 net.polyv.live.v1.service.channel.impl.LiveChannelPlaybackServiceImpl 中的方法
- 异步合并直播录制文件
API地址:https://dev.polyv.net/2019/liveproduct/l-api/zbglgn/lzhf/async-merge/
- mergeMp4Record(LiveMergeMp4RecordRequest) -
接口 net.polyv.live.v1.service.channel.ILiveChannelPlaybackService 中的方法
- 导出合并的录制文件并回调mp4下载地址
API地址:https://dev.polyv.net/2019/liveproduct/l-api/zbglgn/lzhf/merge-record-mp4/
- mergeMp4Record(LiveMergeMp4RecordRequest) -
类 net.polyv.live.v1.service.channel.impl.LiveChannelPlaybackServiceImpl 中的方法
- 导出合并的录制文件并回调mp4下载地址
API地址:https://dev.polyv.net/2019/liveproduct/l-api/zbglgn/lzhf/merge-record-mp4/
- message -
类 net.polyv.live.v1.entity.LiveCommonResponse 中的变量
- 错误信息
N
- name -
类 net.polyv.live.v1.entity.channel.operate.LiveChannelResponse 中的变量
- 频道名称
- net.polyv.live.v1 - 软件包 net.polyv.live.v1
-
- net.polyv.live.v1.config - 软件包 net.polyv.live.v1.config
-
- net.polyv.live.v1.constant - 软件包 net.polyv.live.v1.constant
-
- net.polyv.live.v1.entity - 软件包 net.polyv.live.v1.entity
-
- net.polyv.live.v1.entity.account - 软件包 net.polyv.live.v1.entity.account
-
- net.polyv.live.v1.entity.channel.doc - 软件包 net.polyv.live.v1.entity.channel.doc
-
- net.polyv.live.v1.entity.channel.operate - 软件包 net.polyv.live.v1.entity.channel.operate
-
- net.polyv.live.v1.entity.channel.playback - 软件包 net.polyv.live.v1.entity.channel.playback
-
- net.polyv.live.v1.entity.channel.state - 软件包 net.polyv.live.v1.entity.channel.state
-
- net.polyv.live.v1.entity.channel.viewdata - 软件包 net.polyv.live.v1.entity.channel.viewdata
-
- net.polyv.live.v1.entity.chat - 软件包 net.polyv.live.v1.entity.chat
-
- net.polyv.live.v1.entity.interact - 软件包 net.polyv.live.v1.entity.interact
-
- net.polyv.live.v1.entity.player - 软件包 net.polyv.live.v1.entity.player
-
- net.polyv.live.v1.entity.web.auth - 软件包 net.polyv.live.v1.entity.web.auth
-
- net.polyv.live.v1.entity.web.info - 软件包 net.polyv.live.v1.entity.web.info
-
- net.polyv.live.v1.entity.web.interact - 软件包 net.polyv.live.v1.entity.web.interact
-
- net.polyv.live.v1.entity.web.menu - 软件包 net.polyv.live.v1.entity.web.menu
-
- net.polyv.live.v1.entity.web.setting - 软件包 net.polyv.live.v1.entity.web.setting
-
- net.polyv.live.v1.service - 软件包 net.polyv.live.v1.service
-
- net.polyv.live.v1.service.account - 软件包 net.polyv.live.v1.service.account
-
- net.polyv.live.v1.service.account.impl - 软件包 net.polyv.live.v1.service.account.impl
-
- net.polyv.live.v1.service.channel - 软件包 net.polyv.live.v1.service.channel
-
- net.polyv.live.v1.service.channel.impl - 软件包 net.polyv.live.v1.service.channel.impl
-
- net.polyv.live.v1.service.chat - 软件包 net.polyv.live.v1.service.chat
-
- net.polyv.live.v1.service.chat.impl - 软件包 net.polyv.live.v1.service.chat.impl
-
- net.polyv.live.v1.service.interact - 软件包 net.polyv.live.v1.service.interact
-
- net.polyv.live.v1.service.interact.impl - 软件包 net.polyv.live.v1.service.interact.impl
-
- net.polyv.live.v1.service.player - 软件包 net.polyv.live.v1.service.player
-
- net.polyv.live.v1.service.player.impl - 软件包 net.polyv.live.v1.service.player.impl
-
- net.polyv.live.v1.service.web - 软件包 net.polyv.live.v1.service.web
-
- net.polyv.live.v1.service.web.impl - 软件包 net.polyv.live.v1.service.web.impl
-
- net.polyv.live.v1.util - 软件包 net.polyv.live.v1.util
-
O
- objectToMap(Object) -
类 net.polyv.live.v1.util.MapUtil 中的静态方法
- 转换对象为map
- order(Map<String, String>) -
类 net.polyv.live.v1.util.MapUtil 中的静态方法
- Map key排序
P
- pageSize -
类 net.polyv.live.v1.entity.LivePageCommonResponse 中的变量
- 每页显示的数据条数,默认每页显示20条数据
- parseArray(Class<T>) -
类 net.polyv.live.v1.entity.LiveCommonResponse 中的方法
-
- parseData(Class<T>) -
类 net.polyv.live.v1.entity.LiveCommonResponse 中的方法
-
- parseObject(String, Class<T>) -
类 net.polyv.live.v1.util.JsonUtil 中的静态方法
-
- passwdEncrypted -
类 net.polyv.live.v1.entity.channel.operate.LiveChannelResponse 中的变量
- 观看密码加密后的密文
- passwdRestrict -
类 net.polyv.live.v1.entity.channel.operate.LiveChannelResponse 中的变量
- 观看密码限制,需要输入观看密码才能播放流
- PLAYER_SET_CHANNEL_HEADER_ADVERT_URL -
类 net.polyv.live.v1.constant.LiveURL 中的静态变量
- 设置播放器片头广告
- PLAYER_SET_CHANNEL_LOGO_URL -
类 net.polyv.live.v1.constant.LiveURL 中的静态变量
- 设置播放器Logo
- PLAYER_SET_CHANNEL_PAUSE_ADVERT_URL -
类 net.polyv.live.v1.constant.LiveURL 中的静态变量
- 设置播放器暂停广告
- PLAYER_SET_CHANNEL_WARMUP_VEDIO_URL -
类 net.polyv.live.v1.constant.LiveURL 中的静态变量
- 设置播放器暖场视频
- PLAYER_SET_IMG_URL -
类 net.polyv.live.v1.constant.LiveURL 中的静态变量
- 设置播放器暖场图片
- PLAYER_SET_WARMUP_ENABLE_URL -
类 net.polyv.live.v1.constant.LiveURL 中的静态变量
- 设置频道的暖场设置开关
- playerColor -
类 net.polyv.live.v1.entity.channel.operate.LiveChannelResponse 中的变量
- 播放器控制栏颜色
- PROXY_ERR_MSG -
类 net.polyv.live.v1.constant.LiveURL 中的静态变量
- 设置代理错误提示
R
- REQUEST_ERR_MSG -
类 net.polyv.live.v1.constant.LiveURL 中的静态变量
- 请求错误提示
- resumeChannelStream(LiveResumeChannelStreamRequest) -
接口 net.polyv.live.v1.service.channel.ILiveChannelStateService 中的方法
- 恢复直播频道推流
API地址:https://dev.polyv.net/2017/liveproduct/l-api/zbglgn/hqzbxx/resume/
- resumeChannelStream(LiveResumeChannelStreamRequest) -
类 net.polyv.live.v1.service.channel.impl.LiveChannelStateServiceImpl 中的方法
- 恢复直播频道推流
API地址:https://dev.polyv.net/2017/liveproduct/l-api/zbglgn/hqzbxx/resume/
S
- sendChatMsg(LiveSendChatMsgRequest) -
接口 net.polyv.live.v1.service.chat.ILiveChatRoomService 中的方法
- 通过HTTP接口发送聊天消息请求实体,API地址:https://dev.polyv.net/2019/liveproduct/zblts/send-admin-msg/
- sendChatMsg(LiveSendChatMsgRequest) -
类 net.polyv.live.v1.service.chat.impl.LiveChatRoomServiceImpl 中的方法
- 通过HTTP接口发送聊天消息请求实体,API地址:https://dev.polyv.net/2019/liveproduct/zblts/send-admin-msg/
- setChannelDefaultVideo(LiveChannelDefaultVideoRequest) -
接口 net.polyv.live.v1.service.channel.ILiveChannelPlaybackService 中的方法
- 设置视频库列表的默认视频
API地址:https://dev.polyv.net/2017/liveproduct/l-api/zbglgn/lzhf/setdefault/
- setChannelDefaultVideo(LiveChannelDefaultVideoRequest) -
类 net.polyv.live.v1.service.channel.impl.LiveChannelPlaybackServiceImpl 中的方法
- 设置视频库列表的默认视频
API地址:https://dev.polyv.net/2017/liveproduct/l-api/zbglgn/lzhf/setdefault/
- setChannelGlobalSwitch(LiveChannelGlobalSwitchRequest) -
接口 net.polyv.live.v1.service.web.ILiveWebSettingService 中的方法
- 设置频道默认项开关
API地址:https://dev.polyv.net/2018/liveproduct/l-api/szgkygg/kjsz/update-global-enabled/
- setChannelGlobalSwitch(LiveChannelGlobalSwitchRequest) -
类 net.polyv.live.v1.service.web.impl.LiveWebSettingServiceImpl 中的方法
- 设置频道默认项开关
API地址:https://dev.polyv.net/2018/liveproduct/l-api/szgkygg/kjsz/update-global-enabled/
- setChannelStreamEnd(LiveChannelStreamEndRequest) -
接口 net.polyv.live.v1.service.channel.ILiveChannelStateService 中的方法
- 设置频道为无直播状态
API地址:https://dev.polyv.net/2017/liveproduct/l-api/zbglgn/hqzbxx/set-channal-status-end/
- setChannelStreamEnd(LiveChannelStreamEndRequest) -
类 net.polyv.live.v1.service.channel.impl.LiveChannelStateServiceImpl 中的方法
- 设置频道为无直播状态
API地址:https://dev.polyv.net/2017/liveproduct/l-api/zbglgn/hqzbxx/set-channal-status-end/
- setChannelStreamLive(LiveChannelStreamLiveRequest) -
接口 net.polyv.live.v1.service.channel.ILiveChannelStateService 中的方法
- 设置频道流状态为直播中
API地址:https://dev.polyv.net/2017/liveproduct/l-api/zbglgn/hqzbxx/live/
- setChannelStreamLive(LiveChannelStreamLiveRequest) -
类 net.polyv.live.v1.service.channel.impl.LiveChannelStateServiceImpl 中的方法
- 设置频道流状态为直播中
API地址:https://dev.polyv.net/2017/liveproduct/l-api/zbglgn/hqzbxx/live/
- setChannelTeacherMsg(LiveSetTeacherDataRequest) -
接口 net.polyv.live.v1.service.chat.ILiveChatRoomService 中的方法
- 设置讲师信息,API地址:https://dev.polyv.net/2019/liveproduct/zblts/update-channel-teacher/
- setChannelTeacherMsg(LiveSetTeacherDataRequest) -
类 net.polyv.live.v1.service.chat.impl.LiveChatRoomServiceImpl 中的方法
- 设置讲师信息,API地址:https://dev.polyv.net/2019/liveproduct/zblts/update-channel-teacher/
- setChannelVideoSort(LiveChannelVideoSortRequest) -
接口 net.polyv.live.v1.service.channel.ILiveChannelPlaybackService 中的方法
- 设置视频库列表排序
API地址:https://dev.polyv.net/2018/liveproduct/l-api/zbglgn/lzhf/sort-playback/
- setChannelVideoSort(LiveChannelVideoSortRequest) -
类 net.polyv.live.v1.service.channel.impl.LiveChannelPlaybackServiceImpl 中的方法
- 设置视频库列表排序
API地址:https://dev.polyv.net/2018/liveproduct/l-api/zbglgn/lzhf/sort-playback/
- setChatAdminData(LiveSetChatAdminDataRequest) -
接口 net.polyv.live.v1.service.chat.ILiveChatRoomService 中的方法
- 设置聊天室管理员信息,API地址:https://dev.polyv.net/2017/liveproduct/zblts/set-chat-admin/
- setChatAdminData(LiveSetChatAdminDataRequest) -
类 net.polyv.live.v1.service.chat.impl.LiveChatRoomServiceImpl 中的方法
- 设置聊天室管理员信息,API地址:https://dev.polyv.net/2017/liveproduct/zblts/set-chat-admin/
- setLiveSign(Map<String, String>, String, String) -
类 net.polyv.live.v1.util.LiveSignUtil 中的静态方法
- 获取直播加密字符串,并且假如到参数params中
- setLotteryWinnerInfo(LiveSetLotteryWinnerInfoRequest) -
接口 net.polyv.live.v1.service.interact.ILiveLotteryService 中的方法
- 设置抽奖中奖者信息
API地址:https://dev.polyv.net/2019/liveproduct/l-api/zbhd/tjzjxx/
- setLotteryWinnerInfo(LiveSetLotteryWinnerInfoRequest) -
类 net.polyv.live.v1.service.interact.impl.LiveLotteryServiceImpl 中的方法
- 设置抽奖中奖者信息
API地址:https://dev.polyv.net/2019/liveproduct/l-api/zbhd/tjzjxx/
- setPlayerHeaderAdvert(LiveSetPlayerHeaderAdvertRequest) -
接口 net.polyv.live.v1.service.player.ILivePlayerService 中的方法
- 设置播放器片头广告,API地址:https://dev.polyv.net/2018/liveproduct/l-player/updatehead/
- setPlayerHeaderAdvert(LiveSetPlayerHeaderAdvertRequest) -
类 net.polyv.live.v1.service.player.impl.LivePlayerServiceImpl 中的方法
- 设置播放器片头广告,API地址:https://dev.polyv.net/2018/liveproduct/l-player/updatehead/
- setPlayerImg(LiveSetPlayerImgRequest) -
接口 net.polyv.live.v1.service.player.ILivePlayerService 中的方法
- 设置播放器暖场图片,API地址:https://dev.polyv.net/2017/liveproduct/l-player/updatecoverimage/
- setPlayerImg(LiveSetPlayerImgRequest) -
类 net.polyv.live.v1.service.player.impl.LivePlayerServiceImpl 中的方法
- 设置播放器暖场图片,API地址:https://dev.polyv.net/2017/liveproduct/l-player/updatecoverimage/
- setPlayerLogo(LiveSetPlayerLogoRequest) -
接口 net.polyv.live.v1.service.player.ILivePlayerService 中的方法
- 设置播放器Logo,API地址:https://dev.polyv.net/2016/liveproduct/l-player/updatelogo/
- setPlayerLogo(LiveSetPlayerLogoRequest) -
类 net.polyv.live.v1.service.player.impl.LivePlayerServiceImpl 中的方法
- 设置播放器Logo,API地址:https://dev.polyv.net/2016/liveproduct/l-player/updatelogo/
- setPlayerPauseAdvert(LiveSetPlayerPauseAdvertRequest) -
接口 net.polyv.live.v1.service.player.ILivePlayerService 中的方法
- 设置播放器暂停广告,API地址:https://dev.polyv.net/2018/liveproduct/l-player/updatestop/
- setPlayerPauseAdvert(LiveSetPlayerPauseAdvertRequest) -
类 net.polyv.live.v1.service.player.impl.LivePlayerServiceImpl 中的方法
- 设置播放器暂停广告,API地址:https://dev.polyv.net/2018/liveproduct/l-player/updatestop/
- setPlayerWarmupEnable(LiveSetWarmupEnableRequest) -
接口 net.polyv.live.v1.service.player.ILivePlayerService 中的方法
- 设置频道的暖场设置开关,API地址:https://dev.polyv.net/2019/liveproduct/l-player/set-warmup-enabled/
- setPlayerWarmupEnable(LiveSetWarmupEnableRequest) -
类 net.polyv.live.v1.service.player.impl.LivePlayerServiceImpl 中的方法
- 设置频道的暖场设置开关,API地址:https://dev.polyv.net/2019/liveproduct/l-player/set-warmup-enabled/
- setPlayerWarmUpVedio(LiveSetWarmupVedioRequest) -
接口 net.polyv.live.v1.service.player.ILivePlayerService 中的方法
- 设置播放器暖场视频,API地址:https://dev.polyv.net/2016/liveproduct/l-player/updatewarmupflv/
- setPlayerWarmUpVedio(LiveSetWarmupVedioRequest) -
类 net.polyv.live.v1.service.player.impl.LivePlayerServiceImpl 中的方法
- 设置播放器暖场视频,API地址:https://dev.polyv.net/2016/liveproduct/l-player/updatewarmupflv/
- setQuestionnaireDetailInfo(LiveQuestionnaireDetailSetRequest) -
接口 net.polyv.live.v1.service.interact.ILiveQuestionnaireService 中的方法
- 设置频道问卷信息,API地址:https://dev.polyv.net/2019/liveproduct/l-api/zbhd/add-edit-questionnaire/
- setQuestionnaireDetailInfo(LiveQuestionnaireDetailSetRequest) -
类 net.polyv.live.v1.service.interact.impl.LiveQuestionnaireServiceImpl 中的方法
- 设置频道问卷信息,API地址:https://dev.polyv.net/2019/liveproduct/l-api/zbhd/add-edit-questionnaire/
- SON_CHANNEL_CREATE_URL -
类 net.polyv.live.v1.constant.LiveURL 中的静态变量
- 创建子频道
- SON_CHANNEL_DELETE_URL -
类 net.polyv.live.v1.constant.LiveURL 中的静态变量
- 删除子频道
- SON_CHANNEL_INFO_GET_URL -
类 net.polyv.live.v1.constant.LiveURL 中的静态变量
- 查询子频道信息
- SON_CHANNEL_INFO_UPDATE_URL -
类 net.polyv.live.v1.constant.LiveURL 中的静态变量
- 设置子频道信息
- SON_CHANNEL_TOKEN_CREATE_URL -
类 net.polyv.live.v1.constant.LiveURL 中的静态变量
- 设置子频道单点登陆token
- status -
类 net.polyv.live.v1.entity.LiveCommonResponse 中的变量
- 请求状态
- stream -
类 net.polyv.live.v1.entity.channel.operate.LiveChannelResponse 中的变量
- 直播流名称
T
- toJSONString(Object) -
类 net.polyv.live.v1.util.JsonUtil 中的静态方法
-
- totalItems -
类 net.polyv.live.v1.entity.LivePageCommonResponse 中的变量
- 记录总条数
- totalPage -
类 net.polyv.live.v1.entity.LivePageCommonResponse 中的变量
- 总页数
U
- UPDATE_CHANNEL_CALLBACK_SETTING_URL -
类 net.polyv.live.v1.constant.LiveURL 中的静态变量
- 设置频道回调设置
- UPDATE_CHANNEL_CATEGORY_SORT_URL -
类 net.polyv.live.v1.constant.LiveURL 中的静态变量
- 修改直播频道分类顺序
- UPDATE_CHANNEL_CATEGORY_URL -
类 net.polyv.live.v1.constant.LiveURL 中的静态变量
- 修改直播频道分类名称
- UPDATE_CHANNEL_MAX_VIEWER_URL -
类 net.polyv.live.v1.constant.LiveURL 中的静态变量
- 设置频道最大在线人数
- UPDATE_CHANNEL_STREAM_URL -
类 net.polyv.live.v1.constant.LiveURL 中的静态变量
- 修改直播推流方式
- UPDATE_CHANNEL_WRITE_LIST_URL -
类 net.polyv.live.v1.constant.LiveURL 中的静态变量
- 更新白名单
- UPDATE_DISK_VIDEOS_STREAM_URL -
类 net.polyv.live.v1.constant.LiveURL 中的静态变量
- 设置硬盘推流直播
- UPDATE_IMAGE_FILE_URL -
类 net.polyv.live.v1.constant.LiveURL 中的静态变量
- 上传图片资源
- UPDATE_PLAYBACK_TITLE_URL -
类 net.polyv.live.v1.constant.LiveURL 中的静态变量
- 修改回放视频名称
- updateAccountSwitch(LiveUpdateAccountSwitchRequest) -
接口 net.polyv.live.v1.service.account.ILiveAccountService 中的方法
- 设置功能开关状态
API地址:https://dev.polyv.net/2018/liveproduct/l-api/zhsz/switch-update/
- updateAccountSwitch(LiveUpdateAccountSwitchRequest) -
类 net.polyv.live.v1.service.account.impl.LiveAccountServiceImpl 中的方法
- 设置功能开关状态
API地址:https://dev.polyv.net/2018/liveproduct/l-api/zhsz/switch-update/
- updateCategory(LiveUpdateCategoryRequest) -
接口 net.polyv.live.v1.service.account.ILiveAccountService 中的方法
- 修改直播频道分类名称
API地址:https://dev.polyv.net/2020/liveproduct/l-api/zhsz/update-category-name/
- updateCategory(LiveUpdateCategoryRequest) -
类 net.polyv.live.v1.service.account.impl.LiveAccountServiceImpl 中的方法
- 修改直播频道分类名称
API地址:https://dev.polyv.net/2020/liveproduct/l-api/zhsz/update-category-name/
- updateCategorySort(LiveUpdateCategorySortRequest) -
接口 net.polyv.live.v1.service.account.ILiveAccountService 中的方法
- 修改直播频道分类顺序
API地址:https://dev.polyv.net/2020/liveproduct/l-api/zhsz/update-category-rank/
- updateCategorySort(LiveUpdateCategorySortRequest) -
类 net.polyv.live.v1.service.account.impl.LiveAccountServiceImpl 中的方法
- 修改直播频道分类顺序
API地址:https://dev.polyv.net/2020/liveproduct/l-api/zhsz/update-category-rank/
- updateChannelAuth(LiveUpdateChannelAuthRequest) -
接口 net.polyv.live.v1.service.web.ILiveWebAuthService 中的方法
- 设置观看条件
API地址:https://dev.polyv.net/2018/liveproduct/l-api/szgkygg/ymgktj/channel-auth-update/
- updateChannelAuth(LiveUpdateChannelAuthRequest) -
类 net.polyv.live.v1.service.web.impl.LiveWebAuthServiceImpl 中的方法
- 设置观看条件
API地址:https://dev.polyv.net/2018/liveproduct/l-api/szgkygg/ymgktj/channel-auth-update/
- updateChannelAuthCustom(LiveChannelAuthCustomRequest) -
接口 net.polyv.live.v1.service.web.ILiveWebAuthService 中的方法
- 设置自定义授权地址
API地址:https://dev.polyv.net/2016/liveproduct/l-api/szgkygg/ymgktj/zbsq/
- updateChannelAuthCustom(LiveChannelAuthCustomRequest) -
类 net.polyv.live.v1.service.web.impl.LiveWebAuthServiceImpl 中的方法
- 设置自定义授权地址
API地址:https://dev.polyv.net/2016/liveproduct/l-api/szgkygg/ymgktj/zbsq/
- updateChannelAuthExternal(LiveChannelAuthExternalRequest) -
接口 net.polyv.live.v1.service.web.ILiveWebAuthService 中的方法
- 通过接口设置外部授权
API地址:https://dev.polyv.net/2017/liveproduct/l-api/szgkygg/ymgktj/externalauth/
- updateChannelAuthExternal(LiveChannelAuthExternalRequest) -
类 net.polyv.live.v1.service.web.impl.LiveWebAuthServiceImpl 中的方法
- 通过接口设置外部授权
API地址:https://dev.polyv.net/2017/liveproduct/l-api/szgkygg/ymgktj/externalauth/
- updateChannelAuthType(LiveChannelAuthTypeRequest) -
接口 net.polyv.live.v1.service.web.ILiveWebAuthService 中的方法
- 设置授权观看类型
API地址:https://dev.polyv.net/2017/liveproduct/l-api/szgkygg/ymgktj/set-auth-type/
- updateChannelAuthType(LiveChannelAuthTypeRequest) -
类 net.polyv.live.v1.service.web.impl.LiveWebAuthServiceImpl 中的方法
- 设置授权观看类型
API地址:https://dev.polyv.net/2017/liveproduct/l-api/szgkygg/ymgktj/set-auth-type/
- updateChannelAuthUrl(LiveUpdateChannelAuthUrlRequest) -
接口 net.polyv.live.v1.service.web.ILiveWebAuthService 中的方法
- 设置授权认证URL
API地址:https://dev.polyv.net/2018/liveproduct/l-api/szgkygg/ymgktj/update-auth-url/
- updateChannelAuthUrl(LiveUpdateChannelAuthUrlRequest) -
类 net.polyv.live.v1.service.web.impl.LiveWebAuthServiceImpl 中的方法
- 设置授权认证URL
API地址:https://dev.polyv.net/2018/liveproduct/l-api/szgkygg/ymgktj/update-auth-url/
- updateChannelCallbackSetting(LiveUpdateChannelCallbackSettingRequest) -
接口 net.polyv.live.v1.service.channel.ILiveChannelOperateService 中的方法
- 设置频道回调设置
API地址:https://dev.polyv.net/2020/liveproduct/l-api/zbglgn/pdcz/update-setting/
- updateChannelCallbackSetting(LiveUpdateChannelCallbackSettingRequest) -
类 net.polyv.live.v1.service.channel.impl.LiveChannelOperateServiceImpl 中的方法
- 设置频道回调设置
API地址:https://dev.polyv.net/2020/liveproduct/l-api/zbglgn/pdcz/update-setting/
- updateChannelCash(LiveUpdateChannelCashRequest) -
接口 net.polyv.live.v1.service.web.ILiveWebInteractService 中的方法
- 设置现金打赏
API地址:https://dev.polyv.net/2018/liveproduct/l-api/szgkygg/ymhd/updatecash/
- updateChannelCash(LiveUpdateChannelCashRequest) -
类 net.polyv.live.v1.service.web.impl.LiveWebInteractServiceImpl 中的方法
- 设置现金打赏
API地址:https://dev.polyv.net/2018/liveproduct/l-api/szgkygg/ymhd/updatecash/
- updateChannelCountDown(LiveUpdateChannelCountDownRequest) -
接口 net.polyv.live.v1.service.web.ILiveWebInfoService 中的方法
- 设置频道直播倒计时信息
API地址:https://dev.polyv.net/2018/liveproduct/l-api/szgkygg/ymxxsz/set-countdown/
- updateChannelCountDown(LiveUpdateChannelCountDownRequest) -
类 net.polyv.live.v1.service.web.impl.LiveWebInfoServiceImpl 中的方法
- 设置频道直播倒计时信息
API地址:https://dev.polyv.net/2018/liveproduct/l-api/szgkygg/ymxxsz/set-countdown/
- updateChannelDetail(LiveChannelDetailRequest) -
接口 net.polyv.live.v1.service.channel.ILiveChannelOperateService 中的方法
- 设置频道详情
API地址:https://dev.polyv.net/2018/liveproduct/l-api/zbglgn/pdcz/detail-update/
- updateChannelDetail(LiveChannelDetailRequest) -
类 net.polyv.live.v1.service.channel.impl.LiveChannelOperateServiceImpl 中的方法
- 设置频道详情
注意:设置前,请确认您的套餐是否包含对应场景
API地址:https://dev.polyv.net/2018/liveproduct/l-api/zbglgn/pdcz/detail-update/
- updateChannelGood(LiveUpdateChannelGoodRequest) -
接口 net.polyv.live.v1.service.web.ILiveWebInteractService 中的方法
- 设置道具打赏
API地址:https://dev.polyv.net/2018/liveproduct/l-api/szgkygg/ymhd/updategood/
- updateChannelGood(LiveUpdateChannelGoodRequest) -
类 net.polyv.live.v1.service.web.impl.LiveWebInteractServiceImpl 中的方法
- 设置道具打赏
API地址:https://dev.polyv.net/2018/liveproduct/l-api/szgkygg/ymhd/updategood/
- updateChannelLikes(LiveUpdateChannelLikesRequest) -
接口 net.polyv.live.v1.service.web.ILiveWebInfoService 中的方法
- 设置频道点赞数和观看热度值
API地址:https://dev.polyv.net/2018/liveproduct/l-api/szgkygg/ymxxsz/update-likes/
- updateChannelLikes(LiveUpdateChannelLikesRequest) -
类 net.polyv.live.v1.service.web.impl.LiveWebInfoServiceImpl 中的方法
- 设置频道点赞数和观看热度值
API地址:https://dev.polyv.net/2018/liveproduct/l-api/szgkygg/ymxxsz/update-likes/
- updateChannelLogo(LiveUpdateChannelLogoRequest) -
接口 net.polyv.live.v1.service.web.ILiveWebInfoService 中的方法
- 设置频道图标
API地址:https://dev.polyv.net/2017/liveproduct/l-api/szgkygg/ymxxsz/updatechannellogo/
- updateChannelLogo(LiveUpdateChannelLogoRequest) -
类 net.polyv.live.v1.service.web.impl.LiveWebInfoServiceImpl 中的方法
- 设置频道图标
API地址:https://dev.polyv.net/2017/liveproduct/l-api/szgkygg/ymxxsz/updatechannellogo/
- updateChannelMaxViewer(LiveUpdateChannelMaxViewerRequest) -
接口 net.polyv.live.v1.service.channel.ILiveChannelOperateService 中的方法
- 设置频道最大在线人数
API地址:https://dev.polyv.net/2018/liveproduct/l-api/zbglgn/pdcz/setmaxviewerv2/
- updateChannelMaxViewer(LiveUpdateChannelMaxViewerRequest) -
类 net.polyv.live.v1.service.channel.impl.LiveChannelOperateServiceImpl 中的方法
- 设置频道最大在线人数
API地址:https://dev.polyv.net/2018/liveproduct/l-api/zbglgn/pdcz/setmaxviewerv2/
- updateChannelMenu(LiveUpdateChannelMenuRequest) -
接口 net.polyv.live.v1.service.web.ILiveWebMenuService 中的方法
- 设置自定义菜单直播介绍
API地址:https://dev.polyv.net/2017/liveproduct/l-api/szgkygg/menu/setmenu/
- updateChannelMenu(LiveUpdateChannelMenuRequest) -
类 net.polyv.live.v1.service.web.impl.LiveWebMenuServiceImpl 中的方法
- 设置自定义菜单直播介绍
API地址:https://dev.polyv.net/2017/liveproduct/l-api/szgkygg/menu/setmenu/
- updateChannelName(LiveUpdateChannelNameRequest) -
接口 net.polyv.live.v1.service.web.ILiveWebInfoService 中的方法
- 设置频道名称
API地址:https://dev.polyv.net/2016/liveproduct/l-api/szgkygg/ymxxsz/updatechannelname/
- updateChannelName(LiveUpdateChannelNameRequest) -
类 net.polyv.live.v1.service.web.impl.LiveWebInfoServiceImpl 中的方法
- 设置频道名称
API地址:https://dev.polyv.net/2016/liveproduct/l-api/szgkygg/ymxxsz/updatechannelname/
- updateChannelPassword(LiveChannelPasswordSettingRequest) -
接口 net.polyv.live.v1.service.channel.ILiveChannelOperateService 中的方法
- 设置频道密码
API地址:https://dev.polyv.net/2017/liveproduct/l-api/zbglgn/pdcz/updatepasswd/
- updateChannelPassword(LiveChannelPasswordSettingRequest) -
类 net.polyv.live.v1.service.channel.impl.LiveChannelOperateServiceImpl 中的方法
- 设置频道密码
API地址:https://dev.polyv.net/2017/liveproduct/l-api/zbglgn/pdcz/updatepasswd/
- updateChannelPlayBackEnabledSetting(LiveChannelPlaybackEnabledRequest) -
接口 net.polyv.live.v1.service.channel.ILiveChannelPlaybackService 中的方法
- 设置后台回放开关
API地址:https://dev.polyv.net/2017/liveproduct/l-api/zbglgn/lzhf/setplaybackenabled/
- updateChannelPlayBackEnabledSetting(LiveChannelPlaybackEnabledRequest) -
类 net.polyv.live.v1.service.channel.impl.LiveChannelPlaybackServiceImpl 中的方法
- 设置后台回放开关
API地址:https://dev.polyv.net/2017/liveproduct/l-api/zbglgn/lzhf/setplaybackenabled/
- updateChannelPlaybackSetting(LiveChannelPlaybackSettingRequest) -
接口 net.polyv.live.v1.service.channel.ILiveChannelPlaybackService 中的方法
- 设置频道回放设置
API地址:http://api.polyv.net/live/v3/channel/playback/set-setting
- updateChannelPlaybackSetting(LiveChannelPlaybackSettingRequest) -
类 net.polyv.live.v1.service.channel.impl.LiveChannelPlaybackServiceImpl 中的方法
- 设置频道回放设置
API地址:http://api.polyv.net/live/v3/channel/playback/set-setting
- updateChannelPublisher(LiveUpdateChannelPublisherRequest) -
接口 net.polyv.live.v1.service.web.ILiveWebInfoService 中的方法
- 设置主持人姓名
API地址:https://dev.polyv.net/2017/liveproduct/l-api/szgkygg/ymxxsz/setpublisher/
- updateChannelPublisher(LiveUpdateChannelPublisherRequest) -
类 net.polyv.live.v1.service.web.impl.LiveWebInfoServiceImpl 中的方法
- 设置主持人姓名
API地址:https://dev.polyv.net/2017/liveproduct/l-api/szgkygg/ymxxsz/setpublisher/
- updateChannelSetting(LiveChannelSettingRequest) -
接口 net.polyv.live.v1.service.channel.ILiveChannelOperateService 中的方法
- 修改频道的相关设置
API地址:https://dev.polyv.net/2019/liveproduct/l-api/zbglgn/pdcz/update-channel-detail-setting/
- updateChannelSetting(LiveChannelSettingRequest) -
类 net.polyv.live.v1.service.channel.impl.LiveChannelOperateServiceImpl 中的方法
- 修改频道的相关设置
API地址:https://dev.polyv.net/2019/liveproduct/l-api/zbglgn/pdcz/update-channel-detail-setting/
- updateChannelSplash(LiveUpdateChannelSplashRequest) -
接口 net.polyv.live.v1.service.web.ILiveWebInfoService 中的方法
- 设置引导开关以及引导图片
API地址:https://dev.polyv.net/2017/liveproduct/l-api/szgkygg/ymxxsz/setsplash/
- updateChannelSplash(LiveUpdateChannelSplashRequest) -
类 net.polyv.live.v1.service.web.impl.LiveWebInfoServiceImpl 中的方法
- 设置引导开关以及引导图片
API地址:https://dev.polyv.net/2017/liveproduct/l-api/szgkygg/ymxxsz/setsplash/
- updateChannelStream(LiveUpdateChannelStreamRequest) -
接口 net.polyv.live.v1.service.channel.ILiveChannelOperateService 中的方法
- 修改直播推流方式
API地址:https://dev.polyv.net/2020/liveproduct/l-api/zbglgn/pdcz/update-stream-type/
- updateChannelStream(LiveUpdateChannelStreamRequest) -
类 net.polyv.live.v1.service.channel.impl.LiveChannelOperateServiceImpl 中的方法
- 修改直播推流方式
API地址:https://dev.polyv.net/2020/liveproduct/l-api/zbglgn/pdcz/update-stream-type/
- updateChannelWriteList(LiveUpdateChannelWriteListRequest) -
接口 net.polyv.live.v1.service.web.ILiveWebAuthService 中的方法
- 更新白名单
API地址:https://dev.polyv.net/2020/liveproduct/l-api/szgkygg/ymgktj/update-white-list/
- updateChannelWriteList(LiveUpdateChannelWriteListRequest) -
类 net.polyv.live.v1.service.web.impl.LiveWebAuthServiceImpl 中的方法
- 更新白名单
API地址:https://dev.polyv.net/2020/liveproduct/l-api/szgkygg/ymgktj/update-white-list/
- updatePlaybackCallbackUrl(LiveAccountPlaybackCallbackRequest) -
接口 net.polyv.live.v1.service.account.ILiveAccountService 中的方法
- 设置转存成功回调通知url
API地址:https://dev.polyv.net/2018/liveproduct/l-api/zhsz/set-playback-callback/
- updatePlaybackCallbackUrl(LiveAccountPlaybackCallbackRequest) -
类 net.polyv.live.v1.service.account.impl.LiveAccountServiceImpl 中的方法
- 设置转存成功回调通知url
API地址:https://dev.polyv.net/2018/liveproduct/l-api/zhsz/set-playback-callback/
- updatePlaybackTitle(LiveUpdatePlaybackTitleRequest) -
接口 net.polyv.live.v1.service.channel.ILiveChannelPlaybackService 中的方法
- 修改回放视频名称
API地址:https://dev.polyv.net/2020/liveproduct/l-api/zbglgn/lzhf/update-playback-title/
- updatePlaybackTitle(LiveUpdatePlaybackTitleRequest) -
类 net.polyv.live.v1.service.channel.impl.LiveChannelPlaybackServiceImpl 中的方法
- 修改回放视频名称
API地址:https://dev.polyv.net/2020/liveproduct/l-api/zbglgn/lzhf/update-playback-title/
- updateRecordCallbackUrl(LiveAccountRecordCallbackRequest) -
接口 net.polyv.live.v1.service.account.ILiveAccountService 中的方法
- 设置录制回调通知url
API地址:https://dev.polyv.net/2018/liveproduct/l-api/zhsz/set-record-callback/
- updateRecordCallbackUrl(LiveAccountRecordCallbackRequest) -
类 net.polyv.live.v1.service.account.impl.LiveAccountServiceImpl 中的方法
- 设置录制回调通知url
API地址:https://dev.polyv.net/2018/liveproduct/l-api/zhsz/set-record-callback/
- updateSonChannelInfo(LiveUpdateSonChannelInfoRequest) -
接口 net.polyv.live.v1.service.channel.ILiveChannelOperateService 中的方法
- 设置子频道信息
API地址:https://dev.polyv.net/2018/liveproduct/l-api/zbglgn/pdcz/update-account/
- updateSonChannelInfo(LiveUpdateSonChannelInfoRequest) -
类 net.polyv.live.v1.service.channel.impl.LiveChannelOperateServiceImpl 中的方法
- 设置子频道信息
API地址:https://dev.polyv.net/2018/liveproduct/l-api/zbglgn/pdcz/update-account/
- updateStreamCallbackUrl(LiveAccountStreamCallbackRequest) -
接口 net.polyv.live.v1.service.account.ILiveAccountService 中的方法
- 设置直播状态回调通知url
API地址:https://dev.polyv.net/2018/liveproduct/l-api/zhsz/set-stream-callback/
- updateStreamCallbackUrl(LiveAccountStreamCallbackRequest) -
类 net.polyv.live.v1.service.account.impl.LiveAccountServiceImpl 中的方法
- 设置直播状态回调通知url
API地址:https://dev.polyv.net/2018/liveproduct/l-api/zhsz/set-stream-callback/
- UPLOAD_WEITE_LIST_URL -
类 net.polyv.live.v1.constant.LiveURL 中的静态变量
- 新增白名单
- uploadImage(LiveUploadImageRequest) -
接口 net.polyv.live.v1.service.web.ILiveWebSettingService 中的方法
- 上传图片资源
API地址:https://dev.polyv.net/2018/liveproduct/l-api/szgkygg/kjsz/uploadimage/
- uploadImage(LiveUploadImageRequest) -
类 net.polyv.live.v1.service.web.impl.LiveWebSettingServiceImpl 中的方法
- 上传图片资源
API地址:https://dev.polyv.net/2018/liveproduct/l-api/szgkygg/kjsz/uploadimage/
- uploadWriteList(LiveUploadWriteListRequest) -
接口 net.polyv.live.v1.service.web.ILiveWebAuthService 中的方法
- 新增白名单
API地址:https://dev.polyv.net/2018/liveproduct/l-api/szgkygg/ymgktj/upload-white-list/
- uploadWriteList(LiveUploadWriteListRequest) -
类 net.polyv.live.v1.service.web.impl.LiveWebAuthServiceImpl 中的方法
- 新增白名单
API地址:https://dev.polyv.net/2018/liveproduct/l-api/szgkygg/ymgktj/upload-white-list/
- url -
类 net.polyv.live.v1.entity.channel.operate.LiveChannelResponse 中的变量
- 直播推流地址
- USER_DURATION_GET_URL -
类 net.polyv.live.v1.constant.LiveURL 中的静态变量
- 查询账户分钟数
- userId -
类 net.polyv.live.v1.entity.channel.operate.LiveChannelResponse 中的变量
- 用户Id
- UTF8 -
类 net.polyv.live.v1.constant.LiveConstant 中的静态变量
-
V
- valueOf(String) -
枚举 net.polyv.live.v1.constant.LiveConstant.AuthType 中的静态方法
- 返回带有指定名称的该类型的枚举常量。
- valueOf(String) -
枚举 net.polyv.live.v1.constant.LiveConstant.AutoPlay 中的静态方法
- 返回带有指定名称的该类型的枚举常量。
- valueOf(String) -
枚举 net.polyv.live.v1.constant.LiveConstant.BannedType 中的静态方法
- 返回带有指定名称的该类型的枚举常量。
- valueOf(String) -
枚举 net.polyv.live.v1.constant.LiveConstant.ChannelSwitch 中的静态方法
- 返回带有指定名称的该类型的枚举常量。
- valueOf(String) -
枚举 net.polyv.live.v1.constant.LiveConstant.ChatStatus 中的静态方法
- 返回带有指定名称的该类型的枚举常量。
- valueOf(String) -
枚举 net.polyv.live.v1.constant.LiveConstant.Flag 中的静态方法
- 返回带有指定名称的该类型的枚举常量。
- valueOf(String) -
枚举 net.polyv.live.v1.constant.LiveConstant.GlobalEnabledType 中的静态方法
- 返回带有指定名称的该类型的枚举常量。
- valueOf(String) -
枚举 net.polyv.live.v1.constant.LiveConstant.HeadAdvertType 中的静态方法
- 返回带有指定名称的该类型的枚举常量。
- valueOf(String) -
枚举 net.polyv.live.v1.constant.LiveConstant.LogoPosition 中的静态方法
- 返回带有指定名称的该类型的枚举常量。
- valueOf(String) -
枚举 net.polyv.live.v1.constant.LiveConstant.PPTStatus 中的静态方法
- 返回带有指定名称的该类型的枚举常量。
- valueOf(String) -
枚举 net.polyv.live.v1.constant.LiveConstant.QuestionType 中的静态方法
- 返回带有指定名称的该类型的枚举常量。
- valueOf(String) -
枚举 net.polyv.live.v1.constant.LiveConstant.Role 中的静态方法
- 返回带有指定名称的该类型的枚举常量。
- valueOf(String) -
枚举 net.polyv.live.v1.constant.LiveConstant.SceneType 中的静态方法
- 返回带有指定名称的该类型的枚举常量。
- valueOf(String) -
枚举 net.polyv.live.v1.constant.LiveConstant.UserType 中的静态方法
- 返回带有指定名称的该类型的枚举常量。
- valueOf(String) -
枚举 net.polyv.live.v1.constant.LiveConstant.WatchLayout 中的静态方法
- 返回带有指定名称的该类型的枚举常量。
- values() -
枚举 net.polyv.live.v1.constant.LiveConstant.AuthType 中的静态方法
- 按照声明该枚举类型的常量的顺序,返回
包含这些常量的数组。
- values() -
枚举 net.polyv.live.v1.constant.LiveConstant.AutoPlay 中的静态方法
- 按照声明该枚举类型的常量的顺序,返回
包含这些常量的数组。
- values() -
枚举 net.polyv.live.v1.constant.LiveConstant.BannedType 中的静态方法
- 按照声明该枚举类型的常量的顺序,返回
包含这些常量的数组。
- values() -
枚举 net.polyv.live.v1.constant.LiveConstant.ChannelSwitch 中的静态方法
- 按照声明该枚举类型的常量的顺序,返回
包含这些常量的数组。
- values() -
枚举 net.polyv.live.v1.constant.LiveConstant.ChatStatus 中的静态方法
- 按照声明该枚举类型的常量的顺序,返回
包含这些常量的数组。
- values() -
枚举 net.polyv.live.v1.constant.LiveConstant.Flag 中的静态方法
- 按照声明该枚举类型的常量的顺序,返回
包含这些常量的数组。
- values() -
枚举 net.polyv.live.v1.constant.LiveConstant.GlobalEnabledType 中的静态方法
- 按照声明该枚举类型的常量的顺序,返回
包含这些常量的数组。
- values() -
枚举 net.polyv.live.v1.constant.LiveConstant.HeadAdvertType 中的静态方法
- 按照声明该枚举类型的常量的顺序,返回
包含这些常量的数组。
- values() -
枚举 net.polyv.live.v1.constant.LiveConstant.LogoPosition 中的静态方法
- 按照声明该枚举类型的常量的顺序,返回
包含这些常量的数组。
- values() -
枚举 net.polyv.live.v1.constant.LiveConstant.PPTStatus 中的静态方法
- 按照声明该枚举类型的常量的顺序,返回
包含这些常量的数组。
- values() -
枚举 net.polyv.live.v1.constant.LiveConstant.QuestionType 中的静态方法
- 按照声明该枚举类型的常量的顺序,返回
包含这些常量的数组。
- values() -
枚举 net.polyv.live.v1.constant.LiveConstant.Role 中的静态方法
- 按照声明该枚举类型的常量的顺序,返回
包含这些常量的数组。
- values() -
枚举 net.polyv.live.v1.constant.LiveConstant.SceneType 中的静态方法
- 按照声明该枚举类型的常量的顺序,返回
包含这些常量的数组。
- values() -
枚举 net.polyv.live.v1.constant.LiveConstant.UserType 中的静态方法
- 按照声明该枚举类型的常量的顺序,返回
包含这些常量的数组。
- values() -
枚举 net.polyv.live.v1.constant.LiveConstant.WatchLayout 中的静态方法
- 按照声明该枚举类型的常量的顺序,返回
包含这些常量的数组。
W
- waitHref -
类 net.polyv.live.v1.entity.channel.operate.LiveChannelResponse 中的变量
- 等待推流时显示图片的跳转链接
- waitImage -
类 net.polyv.live.v1.entity.channel.operate.LiveChannelResponse 中的变量
- 等待推流时的显示图片
- warmUpFlv -
类 net.polyv.live.v1.entity.channel.operate.LiveChannelResponse 中的变量
- 一开始的暖场视频
A B C D E F G I J L M N O P R S T U V W
Copyright © 2020. All Rights Reserved.