@Service
public class AliLiveService
extends java.lang.Object
| 构造器和说明 |
|---|
AliLiveService() |
| 限定符和类型 | 方法和说明 |
|---|---|
com.aliyuncs.vod.model.v20170321.ProduceEditingProjectVideoResponse |
editingProjectVideo(java.util.List<java.lang.String> videoIds,
java.lang.String competitionId)
视频合成
|
LiveResponse |
getLiveResponse(java.lang.String sourceUrl,
java.util.Date startTime) |
VideoResponse |
getPlayInfo(java.lang.String videoId)
获取播放地址
|
com.aliyuncs.live.model.v20161101.DescribeLiveStreamRecordIndexFilesResponse |
getRecs(java.lang.String streamName,
java.lang.String startTime,
java.lang.String endTime)
获取直播流录制视频
|
public LiveResponse getLiveResponse(java.lang.String sourceUrl, java.util.Date startTime) throws java.lang.Exception
java.lang.Exceptionpublic com.aliyuncs.live.model.v20161101.DescribeLiveStreamRecordIndexFilesResponse getRecs(java.lang.String streamName,
java.lang.String startTime,
java.lang.String endTime)
throws VideoException
streamName - streamNamestartTime - startTimeendTime - endTimeVideoException - VideoExceptionpublic com.aliyuncs.vod.model.v20170321.ProduceEditingProjectVideoResponse editingProjectVideo(java.util.List<java.lang.String> videoIds,
java.lang.String competitionId)
throws VideoException
competitionId - competitionIdvideoIds - videoIdsVideoException - VideoExceptionpublic VideoResponse getPlayInfo(java.lang.String videoId) throws VideoNotFoundException
videoId - 视频idVideoNotFoundException - VideoNotFoundExceptionCopyright © 2019. All Rights Reserved.