com.atlassian.jira.webtest.capture
Class FFMpegCommand

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

public class FFMpegCommand
extends Object

Represents an FFMpeg processing running on the OS.

Since:
v4.2

Method Summary
 int exitValue()
           
 void forceQuit()
           
 void quit()
           
 int waitForExit(long timeout)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

quit

public void quit()

forceQuit

public void forceQuit()

waitForExit

public int waitForExit(long timeout)
                throws FFMpegException
Throws:
FFMpegException

exitValue

public int exitValue()


Copyright © 2002-2013 Atlassian. All Rights Reserved.