Liferay 6.1.0-ce-b4

com.liferay.portlet.documentlibrary.util
Class LiferayVideoConverter

java.lang.Object
  extended by com.liferay.portlet.documentlibrary.util.LiferayConverter
      extended by com.liferay.portlet.documentlibrary.util.LiferayVideoConverter

public class LiferayVideoConverter
extends LiferayConverter


Field Summary
 
Fields inherited from class com.liferay.portlet.documentlibrary.util.LiferayConverter
DECODE_VIDEO_THUMBNAIL
 
Constructor Summary
LiferayVideoConverter(String inputURL, String outputURL, int height, int width, int rate)
           
 
Method Summary
 void convert()
           
protected  void doConvert()
           
protected  com.xuggle.xuggler.IContainer getInputIContainer()
           
 
Methods inherited from class com.liferay.portlet.documentlibrary.util.LiferayConverter
cleanUp, countNonKeyAfterKey, createIAudioResampler, createIVideoResampler, decodeAudio, decodeVideo, encodeAudio, encodeVideo, flush, getSeekTimeStamp, getStreamTimeStampOffset, isKeyPacketFound, isStartDecoding, openContainer, openStreamCoder, prepareAudio, resampleAudio, resampleVideo, rewind, rewind, seek, seek, updateAudioTimeStamp, updateVideoTimeStamp
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LiferayVideoConverter

public LiferayVideoConverter(String inputURL,
                             String outputURL,
                             int height,
                             int width,
                             int rate)
Method Detail

convert

public void convert()
             throws Exception
Throws:
Exception

doConvert

protected void doConvert()
                  throws Exception
Throws:
Exception

getInputIContainer

protected com.xuggle.xuggler.IContainer getInputIContainer()
Specified by:
getInputIContainer in class LiferayConverter

Liferay 6.1.0-ce-b4