com.clickntap.tool.encoding
Interface VideoManager

All Known Implementing Classes:
EncodingDotComVideoManager

public interface VideoManager


Method Summary
 VideoInfo addVideo(String source)
           
 boolean deleteVideo(Number videoId)
           
 List<VideoInfo> getVideos()
           
 VideoInfo getVideoStatus(Number videoId)
           
 

Method Detail

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.