com.clickntap.tool.encoding
Interface VideoManager
- All Known Implementing Classes:
- EncodingDotComVideoManager
public interface VideoManager
getVideos
List<VideoInfo> getVideos()
throws Exception
- Throws:
Exception
getVideoStatus
VideoInfo getVideoStatus(Number videoId)
throws Exception
- Throws:
Exception
deleteVideo
boolean deleteVideo(Number videoId)
throws Exception
- Throws:
Exception
addVideo
VideoInfo addVideo(String source)
throws Exception
- Throws:
Exception
Copyright © 2014. All rights reserved.