com.clickntap.tool.encoding
Class EncodingDotComVideoManager

java.lang.Object
  extended by com.clickntap.tool.encoding.EncodingDotComVideoManager
All Implemented Interfaces:
VideoManager

public class EncodingDotComVideoManager
extends Object
implements VideoManager


Constructor Summary
EncodingDotComVideoManager(String userId, String userKey)
           
 
Method Summary
 VideoInfo addVideo(String source)
           
 boolean deleteVideo(Number videoId)
           
 List<VideoInfo> getVideos()
           
 VideoInfo getVideoStatus(Number videoId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EncodingDotComVideoManager

public EncodingDotComVideoManager(String userId,
                                  String userKey)
Method Detail

getVideos

public List<VideoInfo> getVideos()
                          throws Exception
Specified by:
getVideos in interface VideoManager
Throws:
Exception

getVideoStatus

public VideoInfo getVideoStatus(Number videoId)
                         throws Exception
Specified by:
getVideoStatus in interface VideoManager
Throws:
Exception

deleteVideo

public boolean deleteVideo(Number videoId)
                    throws Exception
Specified by:
deleteVideo in interface VideoManager
Throws:
Exception

addVideo

public VideoInfo addVideo(String source)
                   throws Exception
Specified by:
addVideo in interface VideoManager
Throws:
Exception


Copyright © 2014. All rights reserved.