com.atlassian.jira.webtest.capture
Interface FFMpegCommandListener


public interface FFMpegCommandListener

Can be used to listen to the state of FFmpeg.

Since:
v4.2

Method Summary
 void end(int exitCode)
           
 void outputLine(String line)
           
 void progress(FFMpegProgressEvent event)
           
 void start()
           
 

Method Detail

start

void start()

outputLine

void outputLine(String line)

progress

void progress(FFMpegProgressEvent event)

end

void end(int exitCode)


Copyright © 2002-2013 Atlassian. All Rights Reserved.