com.atlassian.jira.webtest.capture
Class FFMpegProgressEvent

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

public class FFMpegProgressEvent
extends Object

Event used to indicate the progress made by FFMpeg.

Since:
v4.2

Method Summary
 int getDropped()
           
 int getFrame()
           
 String getLine()
           
 long getSize()
           
 long getTime()
           
 boolean hasDropped()
           
 boolean hasFrame()
           
 boolean hasSize()
           
 boolean hasTime()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getFrame

public int getFrame()

hasFrame

public boolean hasFrame()

getTime

public long getTime()

hasTime

public boolean hasTime()

getSize

public long getSize()

hasSize

public boolean hasSize()

getLine

public String getLine()

hasDropped

public boolean hasDropped()

getDropped

public int getDropped()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2002-2013 Atlassian. All Rights Reserved.