public class VodServiceImpl extends BaseServiceImpl implements IVodService
apiInfoList, serviceInfo| Modifier | Constructor and Description |
|---|---|
protected |
VodServiceImpl() |
destroy, getAccessKey, getApiInfoList, getHttpClient, getISigner, getRegion, getSecretKey, getServiceInfo, getSessionToken, getSignUrl, json, post, proto, put, putData, putDataWithResponse, query, setAccessKey, setClientNoReuse, setConnectionTimeout, setHost, setHttpClient, setRegion, setScheme, setSecretKey, setServiceInfo, setSessionToken, setSocketTimeout, signSts2clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdestroy, getAccessKey, getRegion, getSecretKey, getSessionToken, getSignUrl, json, post, proto, put, putData, query, setAccessKey, setClientNoReuse, setConnectionTimeout, setHost, setHttpClient, setRegion, setScheme, setSecretKey, setServiceInfo, setSessionToken, setSocketTimeout, signSts2public static IVodService getInstance()
public static IVodService getInstance(String region) throws Exception
Exceptionpublic String getPrivateDrmAuthToken(VodGetPrivateDrmPlayAuthRequest input, Long expireSeconds) throws Exception
IVodServicegetPrivateDrmAuthToken in interface IVodServiceinput - the paramsexpireSeconds - the paramsException - the exceptionpublic String createSha1HlsDrmAuthToken(Long expireSeconds) throws Exception
IVodServicecreateSha1HlsDrmAuthToken in interface IVodServiceexpireSeconds - the paramsException - the exceptionpublic String createHlsDrmAuthToken(String dsa, Long expireSeconds) throws Exception
Exceptionpublic String getSubtitleAuthToken(VodGetSubtitleInfoListRequest input, Long expireSeconds) throws Exception
IVodServicegetSubtitleAuthToken in interface IVodServiceinput - the paramsException - the exceptionpublic String getPlayAuthToken(VodGetPlayInfoRequest input, Long expireSeconds) throws Exception
IVodServicegetPlayAuthToken in interface IVodServiceinput - the paramsException - the exceptionpublic SecurityToken2 getUploadSts2() throws Exception
IVodServicegetUploadSts2 in interface IVodServiceException - the exceptionpublic SecurityToken2 getUploadSts2WithExpire(long expire) throws Exception
IVodServicegetUploadSts2WithExpire in interface IVodServiceexpire - longException - the exceptionpublic VodCommitUploadInfoResponse uploadMedia(VodUploadMediaRequest vodUploadMediaRequest) throws Exception
IVodServiceuploadMedia in interface IVodServicevodUploadMediaRequest - com.volcengine.service.vod.model.request.VodUploadMediaRequestException - the exceptionpublic VodCommitUploadInfoResponse uploadMaterial(VodUploadMaterialRequest vodUploadMaterialRequest) throws Exception
IVodServiceuploadMaterial in interface IVodServiceExceptionpublic VodSubmitDirectEditTaskAsyncResponse submitDirectEditTaskAsync(VodSubmitDirectEditTaskAsyncRequest input) throws Exception
submitDirectEditTaskAsync in interface IVodServiceinput - com.volcengine.service.vod.model.request.VodSubmitDirectEditTaskAsyncRequestException - the exceptionpublic VodGetDirectEditResultResponse getDirectEditResult(VodGetDirectEditResultRequest input) throws Exception
getDirectEditResult in interface IVodServiceinput - com.volcengine.service.vod.model.request.VodGetDirectEditResultRequestException - the exceptionpublic VodGetDirectEditProgressResponse getDirectEditProgress(VodGetDirectEditProgressRequest input) throws Exception
getDirectEditProgress in interface IVodServiceinput - com.volcengine.service.vod.model.request.VodGetDirectEditProgressRequestException - the exceptionpublic VodGetAllPlayInfoResponse getAllPlayInfo(VodGetAllPlayInfoRequest input) throws Exception
getAllPlayInfo in interface IVodServiceinput - com.volcengine.service.vod.model.request.VodGetAllPlayInfoRequestException - the exceptionpublic VodGetPlayInfoResponse getPlayInfo(VodGetPlayInfoRequest input) throws Exception
getPlayInfo in interface IVodServiceinput - com.volcengine.service.vod.model.request.VodGetPlayInfoRequestException - the exceptionpublic VodGetPrivateDrmPlayAuthResponse getPrivateDrmPlayAuth(VodGetPrivateDrmPlayAuthRequest input) throws Exception
getPrivateDrmPlayAuth in interface IVodServiceinput - com.volcengine.service.vod.model.request.VodGetPrivateDrmPlayAuthRequestException - the exceptionpublic VodGetHlsDecryptionKeyResponse getHlsDecryptionKey(VodGetHlsDecryptionKeyRequest input) throws Exception
getHlsDecryptionKey in interface IVodServiceinput - com.volcengine.service.vod.model.request.VodGetHlsDecryptionKeyRequestException - the exceptionpublic VodGetPlayInfoWithLiveTimeShiftSceneResponse getPlayInfoWithLiveTimeShiftScene(VodGetPlayInfoWithLiveTimeShiftSceneRequest input) throws Exception
getPlayInfoWithLiveTimeShiftScene in interface IVodServiceinput - com.volcengine.service.vod.model.request.VodGetPlayInfoWithLiveTimeShiftSceneRequestException - the exceptionpublic VodUrlUploadResponse uploadMediaByUrl(VodUrlUploadRequest input) throws Exception
uploadMediaByUrl in interface IVodServiceinput - com.volcengine.service.vod.model.request.VodUrlUploadRequestException - the exceptionpublic VodQueryUploadTaskInfoResponse queryUploadTaskInfo(VodQueryUploadTaskInfoRequest input) throws Exception
queryUploadTaskInfo in interface IVodServiceinput - com.volcengine.service.vod.model.request.VodQueryUploadTaskInfoRequestException - the exceptionpublic VodApplyUploadInfoResponse applyUploadInfo(VodApplyUploadInfoRequest input) throws Exception
applyUploadInfo in interface IVodServiceinput - com.volcengine.service.vod.model.request.VodApplyUploadInfoRequestException - the exceptionpublic VodCommitUploadInfoResponse commitUploadInfo(VodCommitUploadInfoRequest input) throws Exception
commitUploadInfo in interface IVodServiceinput - com.volcengine.service.vod.model.request.VodCommitUploadInfoRequestException - the exceptionpublic VodUpdateMediaInfoResponse updateMediaInfo(VodUpdateMediaInfoRequest input) throws Exception
updateMediaInfo in interface IVodServiceinput - com.volcengine.service.vod.model.request.VodUpdateMediaInfoRequestException - the exceptionpublic VodUpdateMediaPublishStatusResponse updateMediaPublishStatus(VodUpdateMediaPublishStatusRequest input) throws Exception
updateMediaPublishStatus in interface IVodServiceinput - com.volcengine.service.vod.model.request.VodUpdateMediaPublishStatusRequestException - the exceptionpublic VodUpdateMediaStorageClassResponse updateMediaStorageClass(VodUpdateMediaStorageClassRequest input) throws Exception
updateMediaStorageClass in interface IVodServiceinput - com.volcengine.service.vod.model.request.VodUpdateMediaStorageClassRequestException - the exceptionpublic VodGetMediaInfosResponse getMediaInfos(VodGetMediaInfosRequest input) throws Exception
getMediaInfos in interface IVodServiceinput - com.volcengine.service.vod.model.request.VodGetMediaInfosRequestException - the exceptionpublic VodGetRecommendedPosterResponse getRecommendedPoster(VodGetRecommendedPosterRequest input) throws Exception
getRecommendedPoster in interface IVodServiceinput - com.volcengine.service.vod.model.request.VodGetRecommendedPosterRequestException - the exceptionpublic VodDeleteMediaResponse deleteMedia(VodDeleteMediaRequest input) throws Exception
deleteMedia in interface IVodServiceinput - com.volcengine.service.vod.model.request.VodDeleteMediaRequestException - the exceptionpublic VodDeleteTranscodesResponse deleteTranscodes(VodDeleteTranscodesRequest input) throws Exception
deleteTranscodes in interface IVodServiceinput - com.volcengine.service.vod.model.request.VodDeleteTranscodesRequestException - the exceptionpublic VodGetMediaListResponse getMediaList(VodGetMediaListRequest input) throws Exception
getMediaList in interface IVodServiceinput - com.volcengine.service.vod.model.request.VodGetMediaListRequestException - the exceptionpublic VodGetSubtitleInfoListResponse getSubtitleInfoList(VodGetSubtitleInfoListRequest input) throws Exception
getSubtitleInfoList in interface IVodServiceinput - com.volcengine.service.vod.model.request.VodGetSubtitleInfoListRequestException - the exceptionpublic VodUpdateSubtitleStatusResponse updateSubtitleStatus(VodUpdateSubtitleStatusRequest input) throws Exception
updateSubtitleStatus in interface IVodServiceinput - com.volcengine.service.vod.model.request.VodUpdateSubtitleStatusRequestException - the exceptionpublic VodUpdateSubtitleInfoResponse updateSubtitleInfo(VodUpdateSubtitleInfoRequest input) throws Exception
updateSubtitleInfo in interface IVodServiceinput - com.volcengine.service.vod.model.request.VodUpdateSubtitleInfoRequestException - the exceptionpublic VodGetAuditFramesForAuditResponse getAuditFramesForAudit(VodGetAuditFramesForAuditRequest input) throws Exception
getAuditFramesForAudit in interface IVodServiceinput - com.volcengine.service.vod.model.request.VodGetAuditFramesForAuditRequestException - the exceptionpublic VodGetMLFramesForAuditResponse getMLFramesForAudit(VodGetMLFramesForAuditRequest input) throws Exception
getMLFramesForAudit in interface IVodServiceinput - com.volcengine.service.vod.model.request.VodGetMLFramesForAuditRequestException - the exceptionpublic VodGetBetterFramesForAuditResponse getBetterFramesForAudit(VodGetBetterFramesForAuditRequest input) throws Exception
getBetterFramesForAudit in interface IVodServiceinput - com.volcengine.service.vod.model.request.VodGetBetterFramesForAuditRequestException - the exceptionpublic VodGetAudioInfoForAuditResponse getAudioInfoForAudit(VodGetAudioInfoForAuditRequest input) throws Exception
getAudioInfoForAudit in interface IVodServiceinput - com.volcengine.service.vod.model.request.VodGetAudioInfoForAuditRequestException - the exceptionpublic VodGetAutomaticSpeechRecognitionForAuditResponse getAutomaticSpeechRecognitionForAudit(VodGetAutomaticSpeechRecognitionForAuditRequest input) throws Exception
getAutomaticSpeechRecognitionForAudit in interface IVodServiceinput - com.volcengine.service.vod.model.request.VodGetAutomaticSpeechRecognitionForAuditRequestException - the exceptionpublic VodGetAudioEventDetectionForAuditResponse getAudioEventDetectionForAudit(VodGetAudioEventDetectionForAuditRequest input) throws Exception
getAudioEventDetectionForAudit in interface IVodServiceinput - com.volcengine.service.vod.model.request.VodGetAudioEventDetectionForAuditRequestException - the exceptionpublic VodCreateVideoClassificationResponse createVideoClassification(VodCreateVideoClassificationRequest input) throws Exception
createVideoClassification in interface IVodServiceinput - com.volcengine.service.vod.model.request.VodCreateVideoClassificationRequestException - the exceptionpublic VodUpdateVideoClassificationResponse updateVideoClassification(VodUpdateVideoClassificationRequest input) throws Exception
updateVideoClassification in interface IVodServiceinput - com.volcengine.service.vod.model.request.VodUpdateVideoClassificationRequestException - the exceptionpublic VodDeleteVideoClassificationResponse deleteVideoClassification(VodDeleteVideoClassificationRequest input) throws Exception
deleteVideoClassification in interface IVodServiceinput - com.volcengine.service.vod.model.request.VodDeleteVideoClassificationRequestException - the exceptionpublic VodListVideoClassificationsResponse listVideoClassifications(VodListVideoClassificationsRequest input) throws Exception
listVideoClassifications in interface IVodServiceinput - com.volcengine.service.vod.model.request.VodListVideoClassificationsRequestException - the exceptionpublic VodListSnapshotsResponse listSnapshots(VodListSnapshotsRequest input) throws Exception
listSnapshots in interface IVodServiceinput - com.volcengine.service.vod.model.request.VodListSnapshotsRequestException - the exceptionpublic VodExtractMediaMetaTaskResponse extractMediaMetaTask(VodExtractMediaMetaTaskRequest input) throws Exception
extractMediaMetaTask in interface IVodServiceinput - com.volcengine.service.vod.model.request.VodExtractMediaMetaTaskRequestException - the exceptionpublic VodStartWorkflowResponse startWorkflow(VodStartWorkflowRequest input) throws Exception
startWorkflow in interface IVodServiceinput - com.volcengine.service.vod.model.request.VodStartWorkflowRequestException - the exceptionpublic VodRetrieveTranscodeResultResponse retrieveTranscodeResult(VodRetrieveTranscodeResultRequest input) throws Exception
retrieveTranscodeResult in interface IVodServiceinput - com.volcengine.service.vod.model.request.VodRetrieveTranscodeResultRequestException - the exceptionpublic VodGetWorkflowExecutionStatusResponse GetWorkflowExecution(VodGetWorkflowExecutionStatusRequest input) throws Exception
GetWorkflowExecution in interface IVodServiceinput - com.volcengine.service.vod.model.request.VodGetWorkflowExecutionStatusRequestException - the exceptionpublic VodCreateSpaceResponse createSpace(VodCreateSpaceRequest input) throws Exception
createSpace in interface IVodServiceinput - com.volcengine.service.vod.model.request.VodCreateSpaceRequestException - the exceptionpublic VodListSpaceResponse listSpace(VodListSpaceRequest input) throws Exception
listSpace in interface IVodServiceinput - com.volcengine.service.vod.model.request.VodListSpaceRequestException - the exceptionpublic VodGetSpaceDetailResponse getSpaceDetail(VodGetSpaceDetailRequest input) throws Exception
getSpaceDetail in interface IVodServiceinput - com.volcengine.service.vod.model.request.VodGetSpaceDetailRequestException - the exceptionpublic VodUpdateSpaceResponse updateSpace(VodUpdateSpaceRequest input) throws Exception
updateSpace in interface IVodServiceinput - com.volcengine.service.vod.model.request.VodUpdateSpaceRequestException - the exceptionpublic VodUpdateSpaceUploadConfigResponse updateSpaceUploadConfig(VodUpdateSpaceUploadConfigRequest input) throws Exception
updateSpaceUploadConfig in interface IVodServiceinput - com.volcengine.service.vod.model.request.VodUpdateSpaceUploadConfigRequestException - the exceptionpublic VodDescribeVodSpaceStorageDataResponse describeVodSpaceStorageData(VodDescribeVodSpaceStorageDataRequest input) throws Exception
describeVodSpaceStorageData in interface IVodServiceinput - com.volcengine.service.vod.model.request.VodDescribeVodSpaceStorageDataRequestException - the exceptionpublic VodListDomainResponse listDomain(VodListDomainRequest input) throws Exception
listDomain in interface IVodServiceinput - com.volcengine.service.vod.model.request.VodListDomainRequestException - the exceptionpublic VodCreateCdnRefreshTaskResponse createCdnRefreshTask(VodCreateCdnRefreshTaskRequest input) throws Exception
createCdnRefreshTask in interface IVodServiceinput - com.volcengine.service.vod.model.request.VodCreateCdnRefreshTaskRequestException - the exceptionpublic VodCreateCdnPreloadTaskResponse createCdnPreloadTask(VodCreateCdnPreloadTaskRequest input) throws Exception
createCdnPreloadTask in interface IVodServiceinput - com.volcengine.service.vod.model.request.VodCreateCdnPreloadTaskRequestException - the exceptionpublic VodListCdnTasksResponse listCdnTasks(VodListCdnTasksRequest input) throws Exception
listCdnTasks in interface IVodServiceinput - com.volcengine.service.vod.model.request.VodListCdnTasksRequestException - the exceptionpublic VodListCdnAccessLogResponse listCdnAccessLog(VodListCdnAccessLogRequest input) throws Exception
listCdnAccessLog in interface IVodServiceinput - com.volcengine.service.vod.model.request.VodListCdnAccessLogRequestException - the exceptionpublic VodListCdnTopAccessUrlResponse listCdnTopAccessUrl(VodListCdnTopAccessUrlRequest input) throws Exception
listCdnTopAccessUrl in interface IVodServiceinput - com.volcengine.service.vod.model.request.VodListCdnTopAccessUrlRequestException - the exceptionpublic VodDescribeVodDomainBandwidthDataResponse describeVodDomainBandwidthData(VodDescribeVodDomainBandwidthDataRequest input) throws Exception
describeVodDomainBandwidthData in interface IVodServiceinput - com.volcengine.service.vod.model.request.VodDescribeVodDomainBandwidthDataRequestException - the exceptionpublic VodCdnStatisticsCommonResponse listCdnUsageData(VodListCdnUsageDataRequest input) throws Exception
listCdnUsageData in interface IVodServiceinput - com.volcengine.service.vod.model.request.VodListCdnUsageDataRequestException - the exceptionpublic VodCdnStatisticsCommonResponse listCdnStatusData(VodListCdnStatusDataRequest input) throws Exception
listCdnStatusData in interface IVodServiceinput - com.volcengine.service.vod.model.request.VodListCdnStatusDataRequestException - the exceptionpublic VodDescribeIPInfoResponse describeIpInfo(VodDescribeIPInfoRequest input) throws Exception
describeIpInfo in interface IVodServiceinput - com.volcengine.service.vod.model.request.VodDescribeIPInfoRequestException - the exceptionpublic VodDescribeVodDomainTrafficDataResponse describeVodDomainTrafficData(VodDescribeVodDomainTrafficDataRequest input) throws Exception
describeVodDomainTrafficData in interface IVodServiceinput - com.volcengine.service.vod.model.request.VodDescribeVodDomainTrafficDataRequestException - the exceptionpublic VodCdnStatisticsCommonResponse listCdnPvData(VodListCdnPvDataRequest input) throws Exception
listCdnPvData in interface IVodServiceinput - com.volcengine.service.vod.model.request.VodListCdnPvDataRequestException - the exceptionpublic VodAddCallbackSubscriptionResponse addCallbackSubscription(VodAddCallbackSubscriptionRequest input) throws Exception
addCallbackSubscription in interface IVodServiceinput - com.volcengine.service.vod.model.request.VodAddCallbackSubscriptionRequestException - the exceptionpublic VodSetCallbackEventResponse setCallbackEvent(VodSetCallbackEventRequest input) throws Exception
setCallbackEvent in interface IVodServiceinput - com.volcengine.service.vod.model.request.VodSetCallbackEventRequestException - the exceptionpublic VodGetSmartStrategyLitePlayInfoResponse getSmartStrategyLitePlayInfo(VodGetSmartStrategyLitePlayInfoRequest input) throws Exception
getSmartStrategyLitePlayInfo in interface IVodServiceinput - com.volcengine.service.vod.model.request.VodGetSmartStrategyLitePlayInfoRequestException - the exceptionpublic VodGetAppInfoResponse getAppInfo(VodGetAppInfoRequest input) throws Exception
getAppInfo in interface IVodServiceinput - com.volcengine.service.vod.model.request.VodGetAppInfoRequestException - the exceptionpublic DescribeVodSpaceTranscodeDataResponse describeVodSpaceTranscodeData(DescribeVodSpaceTranscodeDataRequest input) throws Exception
describeVodSpaceTranscodeData in interface IVodServiceinput - com.volcengine.service.vod.model.request.DescribeVodSpaceTranscodeDataRequestException - the exceptionpublic DescribeVodSpaceAIStatisDataResponse describeVodSpaceAIStatisData(DescribeVodSpaceAIStatisDataRequest input) throws Exception
describeVodSpaceAIStatisData in interface IVodServiceinput - com.volcengine.service.vod.model.request.DescribeVodSpaceAIStatisDataRequestException - the exceptionpublic DescribeVodSpaceSubtitleStatisDataResponse describeVodSpaceSubtitleStatisData(DescribeVodSpaceSubtitleStatisDataRequest input) throws Exception
describeVodSpaceSubtitleStatisData in interface IVodServiceinput - com.volcengine.service.vod.model.request.DescribeVodSpaceSubtitleStatisDataRequestException - the exceptionpublic DescribeVodSpaceDetectStatisDataResponse describeVodSpaceDetectStatisData(DescribeVodSpaceDetectStatisDataRequest input) throws Exception
describeVodSpaceDetectStatisData in interface IVodServiceinput - com.volcengine.service.vod.model.request.DescribeVodSpaceDetectStatisDataRequestException - the exceptionpublic DescribeVodSnapshotDataResponse describeVodSnapshotData(DescribeVodSnapshotDataRequest input) throws Exception
describeVodSnapshotData in interface IVodServiceinput - com.volcengine.service.vod.model.request.DescribeVodSnapshotDataRequestException - the exceptionCopyright © 2023. All rights reserved.