Liferay 6.1.10-ee-ga1

com.liferay.portlet.documentlibrary.util
Class LiferayAudioConverter

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

public class LiferayAudioConverter
extends LiferayConverter


Field Summary
 
Fields inherited from class com.liferay.portlet.documentlibrary.util.LiferayConverter
DECODE_VIDEO_THUMBNAIL
 
Constructor Summary
LiferayAudioConverter(String inputURL, String outputURL)
           
 
Method Summary
 void convert()
           
protected  void doConvert()
           
protected  com.xuggle.xuggler.IContainer getInputIContainer()
           
 
Methods inherited from class com.liferay.portlet.documentlibrary.util.LiferayConverter
cleanUp, cleanUp, cleanUp, countNonKeyAfterKey, createIAudioResampler, createIVideoResampler, decodeAudio, decodeVideo, encodeAudio, encodeVideo, flush, flush, getAudioEncodingChannels, getAudioEncodingICodec, 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

LiferayAudioConverter

public LiferayAudioConverter(String inputURL,
                             String outputURL)
Method Detail

convert

public void convert()
             throws Exception
Specified by:
convert in class LiferayConverter
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.10-ee-ga1