public interface AliyunIClipConstructor extends AliyunIClipManager
| Modifier and Type | Method and Description |
|---|---|
int |
addImage(java.lang.String imagePath,
long durationMills,
TransitionBase transition,
AliyunDisplayMode mode)
Deprecated.
replaced by
AliyunIClipManager.addMediaClip(AliyunClip) |
int |
addVideo(java.lang.String videoPath,
long startTimeMills,
long endTimeMills,
TransitionBase transition,
AliyunDisplayMode mode)
Deprecated.
replaced by
AliyunIClipManager.addMediaClip(AliyunClip) |
int |
addVideo(java.lang.String videoPath,
TransitionBase transition,
AliyunDisplayMode mode)
Deprecated.
replaced by
AliyunIClipManager.addMediaClip(AliyunClip) |
int |
deleteMediaClip()
Deprecated.
replaced by
AliyunIClipManager.deleteLastMediaClip() } |
AliyunClip |
getMediaPart(int index)
Deprecated.
replaced by
AliyunIClipManager.getMediaClip(int) |
int |
getMediaPartCount()
Deprecated.
replaced by
AliyunIClipManager.getMediaClipCount() |
void |
removeMedia(int id)
Removes a media clip, such as a video or an image.
|
void |
removeVideo(java.lang.String videoPath)
Deprecated.
Replaced by
removeMedia(int). |
addMediaClip, addMediaClip, deleteLastMediaClip, deleteMediaClip, deleteMediaClip, getAllClips, getMediaClip, getMediaClipCount, swap, updateAllClips, updateMediaClip@Deprecated int deleteMediaClip()
AliyunIClipManager.deleteLastMediaClip() }AliyunErrorCode.ERROR_NO_CLIP if there is no clip in the list.@Deprecated AliyunClip getMediaPart(int index)
AliyunIClipManager.getMediaClip(int)index - @Deprecated int getMediaPartCount()
AliyunIClipManager.getMediaClipCount()@Deprecated
int addVideo(java.lang.String videoPath,
TransitionBase transition,
AliyunDisplayMode mode)
AliyunIClipManager.addMediaClip(AliyunClip)videoPath - transition - TransitionBasemode - @Deprecated
int addVideo(java.lang.String videoPath,
long startTimeMills,
long endTimeMills,
TransitionBase transition,
AliyunDisplayMode mode)
AliyunIClipManager.addMediaClip(AliyunClip)videoPath - The path of the video.startTimeMills - The start time of the video in milliseconds.endTimeMills - The end time of the video in milliseconds.transition - TransitionBase@Deprecated
int addImage(java.lang.String imagePath,
long durationMills,
TransitionBase transition,
AliyunDisplayMode mode)
AliyunIClipManager.addMediaClip(AliyunClip)imagePath - durationMills - The image display duration in milliseconds.transition - TransitionBasemode - void removeMedia(int id)
id - The id of the media clip returned by addVideo(String, TransitionBase, AliyunDisplayMode) or addImage(String, long, TransitionBase, AliyunDisplayMode).void removeVideo(java.lang.String videoPath)
throws java.lang.IllegalAccessException
removeMedia(int).videoPath - java.lang.IllegalAccessException