com.atlassian.jira.webtest.capture
Class FFMpegCommandBuilder

java.lang.Object
  extended by com.atlassian.jira.webtest.capture.FFMpegCommandBuilder

public class FFMpegCommandBuilder
extends Object

A command line builder for FFMpeg.

Since:
v4.3

Nested Class Summary
static class FFMpegCommandBuilder.FFMpegInputBuilder
           
 class FFMpegCommandBuilder.FFMpegOutputBuilder
           
 
Constructor Summary
FFMpegCommandBuilder()
           
 
Method Summary
 FFMpegCommandBuilder.FFMpegInputBuilder addInput(String location)
           
 FFMpegCommandBuilder.FFMpegOutputBuilder addOutput(String location)
           
 FFMpegCommandBuilder setListener(FFMpegCommandListener listener)
           
 FFMpegCommand start()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FFMpegCommandBuilder

public FFMpegCommandBuilder()
Method Detail

start

public FFMpegCommand start()
                    throws FFMpegException
Throws:
FFMpegException

setListener

public FFMpegCommandBuilder setListener(FFMpegCommandListener listener)

addInput

public FFMpegCommandBuilder.FFMpegInputBuilder addInput(String location)

addOutput

public FFMpegCommandBuilder.FFMpegOutputBuilder addOutput(String location)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2002-2014 Atlassian. All Rights Reserved.