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()
static boolean
isCancel(ReturnCode returnCode)
static boolean
isSuccess(ReturnCode returnCode)
boolean
isValueCancel()
boolean
isValueError()
boolean
isValueSuccess()
java.lang.String
toString()
-
-
-
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:
toString
in classjava.lang.Object
-
-