Package com.arthenica.ffmpegkit
Class ReturnCode
- java.lang.Object
-
- com.arthenica.ffmpegkit.ReturnCode
-
public class ReturnCode extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ReturnCode(int value)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getValue()
boolean
isCancel()
static boolean
isCancel(ReturnCode returnCode)
boolean
isError()
boolean
isSuccess()
static boolean
isSuccess(ReturnCode returnCode)
java.lang.String
toString()
-
-
-
Method Detail
-
isSuccess
public static boolean isSuccess(ReturnCode returnCode)
-
isCancel
public static boolean isCancel(ReturnCode returnCode)
-
getValue
public int getValue()
-
isSuccess
public boolean isSuccess()
-
isError
public boolean isError()
-
isCancel
public boolean isCancel()
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-