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()static booleanisCancel(ReturnCode returnCode)static booleanisSuccess(ReturnCode returnCode)booleanisValueCancel()booleanisValueError()booleanisValueSuccess()java.lang.StringtoString()
-
-
-
Method Detail
-
isSuccess
public static boolean isSuccess(ReturnCode returnCode)
-
isCancel
public static boolean isCancel(ReturnCode returnCode)
-
getValue
public int getValue()
-
isValueSuccess
public boolean isValueSuccess()
-
isValueError
public boolean isValueError()
-
isValueCancel
public boolean isValueCancel()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-