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 intgetValue()booleanisCancel()static booleanisCancel(ReturnCode returnCode)booleanisError()booleanisSuccess()static booleanisSuccess(ReturnCode returnCode)java.lang.StringtoString()
-
-
-
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:
toStringin classjava.lang.Object
-
-