public interface IVodInfoService
| 限定符和类型 | 方法和说明 |
|---|---|
VodCreateOrUpdateVideoExamResponse |
createOrUpdateVideoExam(VodCreateOrUpdateVideoExamRequest vodCreateOrUpdateVideoExamRequest)
新增和修改视频问答
API地址:https://dev.polyv.net/2021/uncategorized/save-video-exam/
|
VodGetVideoResponse |
getVideo(VodGetVideoRequest vodGetVideoRequest)
获取单个视频信息
API地址:https://dev.polyv.net/2017/videoproduct/v-api/v-api-vmanage/v-api-vmanage-info/get-video-msg/
|
List<VodGetVideoExamResponse> |
getVideoExam(VodGetVideoExamRequest vodGetVideoExamRequest)
获取单个视频的问答题目
API地址:https://dev.polyv.net/2017/videoproduct/v-api/v-api-vmanage/v-api-vmanage-info/get-video-exam/
|
VodGetVideoExamLogResponse |
getVideoExamLog(VodGetVideoExamLogRequest vodGetVideoExamLogRequest)
批量获取答题日志
URL地址:https://dev.polyv.net/2018/videoproduct/v-api/v-api-vmanage/v-api-vmanage-info/batch-answer-log/
|
String |
getVideoFirstImage(VodGetVideoFirstImageRequest vodGetVideoFirstImageRequest)
获取单个视频的首图
API地址:https://dev.polyv.net/2017/videoproduct/v-api/v-api-vmanage/v-api-vmanage-info/get-image/
|
List<VodAccountQueryVideoInfoResponse> |
getVideoInfo(VodAccountQueryVideoInfoRequest vodAccountQueryVideoInfoRequest)
查询视频信息
API地址:https://help.polyv.net/index.html#/vod/api/video_management/manage/get_video_info
|
Boolean |
getVideoPlayStatus(VodGetVideoPlayStatusRequest vodGetVideoPlayStatusRequest)
根据视频videoId查询视频的授权播放开关状态
URL地址:https://dev.polyv.net/2017/videoproduct/v-api/v-api-vmanage/v-api-vmanage-info/authplay-status/
|
Integer |
getVideoPreviewDuration(VodGetVideoPreviewDurationRequest vodGetVideoPreviewDurationRequest)
获取视频播放预览时长
API地址:https://dev.polyv.net/2019/videoproduct/v-api/v-api-vmanage/v-api-vmanage-info/get-preview-duration/
|
List<VodGetVideoSizeResponse> |
getVideoSize(VodGetVideoSizeRequest vodGetVideoSizeRequest)
根据分类批量获取视频时长和大小
URL地址:https://dev.polyv.net/2018/videoproduct/v-api/v-api-vmanage/v-api-vmanage-info/get-duration-by-category/
|
List<VodGetVideosPlayTimesResponse> |
getVideosPlayTimes(VodGetVideosPlayTimesRequest vodGetVideosPlayTimesRequest)
批量获取视频播放次数
API地址:https://dev.polyv.net/2017/videoproduct/v-api/v-api-vmanage/v-api-vmanage-info/getplaytimes/
|
List<VodGetVideosSizeResponse> |
getVideosSize(VodGetVideosSizeRequest vodGetVideosSizeRequest)
批量获取视频的时长和大小
URL地址:https://dev.polyv.net/2017/videoproduct/v-api/v-api-vmanage/v-api-vmanage-info/info/
|
VodGetWeChatShareVideoInfoResponse |
getWeChatShareVideoInfo(VodGetWeChatShareVideoInfoRequest vodGetWeChatShareVideoInfoRequest)
获取微信分享页的视频相关信息
URL地址:https://dev.polyv.net/2018/videoproduct/v-api/v-api-vmanage/v-api-vmanage-info/wechat-video-info/
|
VodListVideoKeyFrameResponse |
listVideoKeyFrame(VodListVideoKeyFrameRequest vodListVideoKeyFrameRequest)
获取单个视频的打点信息
URL地址:https://dev.polyv.net/2017/videoproduct/v-api/v-api-vmanage/v-api-vmanage-info/getkeyframe/
|
VodQueryVideoExamResponse |
queryVideoExam(VodQueryVideoExamRequest vodQueryVideoExamRequest)
获取单个视频的问答题目
API地址:https://dev.polyv.net/2021/uncategorized/get-video-exam-2/
|
VodQueryVideoPasswordResponse |
queryVideoPassword(VodQueryVideoPasswordRequest vodQueryVideoPasswordRequest)
查询视频密码
API地址:https://dev.polyv.net/2017/videoproduct/v-api/v-api-vmanage/v-api-vmanage-info/video-setting-page/
|
VodListVideoKeyFrameResponse listVideoKeyFrame(VodListVideoKeyFrameRequest vodListVideoKeyFrameRequest) throws IOException, NoSuchAlgorithmException
vodListVideoKeyFrameRequest - 获取单个视频的打点信息请求实体IOException - 异常NoSuchAlgorithmException - 异常Boolean getVideoPlayStatus(VodGetVideoPlayStatusRequest vodGetVideoPlayStatusRequest) throws IOException, NoSuchAlgorithmException
vodGetVideoPlayStatusRequest - 根据视频videoId查询视频的授权播放开关状态请求实体IOException - 异常NoSuchAlgorithmException - 异常VodGetVideoExamLogResponse getVideoExamLog(VodGetVideoExamLogRequest vodGetVideoExamLogRequest) throws IOException, NoSuchAlgorithmException
vodGetVideoExamLogRequest - 批量获取答题日志请求实体IOException - 异常NoSuchAlgorithmException - 异常List<VodGetVideoSizeResponse> getVideoSize(VodGetVideoSizeRequest vodGetVideoSizeRequest) throws IOException, NoSuchAlgorithmException
vodGetVideoSizeRequest - IOException - 异常NoSuchAlgorithmException - 异常VodGetWeChatShareVideoInfoResponse getWeChatShareVideoInfo(VodGetWeChatShareVideoInfoRequest vodGetWeChatShareVideoInfoRequest) throws IOException, NoSuchAlgorithmException
vodGetWeChatShareVideoInfoRequest - IOException - 异常NoSuchAlgorithmException - 异常Integer getVideoPreviewDuration(VodGetVideoPreviewDurationRequest vodGetVideoPreviewDurationRequest) throws IOException, NoSuchAlgorithmException
vodGetVideoPreviewDurationRequest - 获取视频播放预览时长请求实体IOException - 异常NoSuchAlgorithmException - 异常VodGetVideoResponse getVideo(VodGetVideoRequest vodGetVideoRequest) throws IOException, NoSuchAlgorithmException
vodGetVideoRequest - 获取单个视频信息请求实体IOException - 异常NoSuchAlgorithmException - 异常String getVideoFirstImage(VodGetVideoFirstImageRequest vodGetVideoFirstImageRequest) throws IOException, NoSuchAlgorithmException
vodGetVideoFirstImageRequest - 获取单个视频的首图请求实体IOException - 异常NoSuchAlgorithmException - 异常VodCreateOrUpdateVideoExamResponse createOrUpdateVideoExam(VodCreateOrUpdateVideoExamRequest vodCreateOrUpdateVideoExamRequest) throws IOException, NoSuchAlgorithmException
vodCreateOrUpdateVideoExamRequest - 新增或修改视频问答请求实体IOException - 异常NoSuchAlgorithmException - 异常List<VodGetVideoExamResponse> getVideoExam(VodGetVideoExamRequest vodGetVideoExamRequest) throws IOException, NoSuchAlgorithmException
vodGetVideoExamRequest - 获取单个视频的问答题目请求实体IOExceptionNoSuchAlgorithmExceptionVodQueryVideoExamResponse queryVideoExam(VodQueryVideoExamRequest vodQueryVideoExamRequest) throws IOException, NoSuchAlgorithmException
vodQueryVideoExamRequest - 获取单个视频的问答题目请求实体IOException - 异常NoSuchAlgorithmException - 异常VodQueryVideoPasswordResponse queryVideoPassword(VodQueryVideoPasswordRequest vodQueryVideoPasswordRequest) throws IOException, NoSuchAlgorithmException
vodQueryVideoPasswordRequest - 查询视频密码请求实体IOException - 异常NoSuchAlgorithmException - 异常List<VodGetVideosSizeResponse> getVideosSize(VodGetVideosSizeRequest vodGetVideosSizeRequest) throws IOException, NoSuchAlgorithmException
vodGetVideosSizeRequest - 批量获取视频的时长和大小请求实体IOException - 异常NoSuchAlgorithmException - 异常List<VodGetVideosPlayTimesResponse> getVideosPlayTimes(VodGetVideosPlayTimesRequest vodGetVideosPlayTimesRequest) throws IOException, NoSuchAlgorithmException
vodGetVideosPlayTimesRequest - 批量获取视频播放次数请求实体IOException - 异常NoSuchAlgorithmException - 异常List<VodAccountQueryVideoInfoResponse> getVideoInfo(VodAccountQueryVideoInfoRequest vodAccountQueryVideoInfoRequest) throws IOException, NoSuchAlgorithmException
vodAccountQueryVideoInfoRequest - 查询视频信息请求实体IOException - 异常NoSuchAlgorithmException - 异常Copyright © 2025. All rights reserved.