Uses of Class
com.avpkit.core.IError
-
Packages that use IError Package Description com.avpkit.core An advanced API for reading, decoding, re-sampling, encoding and writing of most media files.com.avpkit.mediatool A simple API for to decoding, viewing and encoding media: tutorial here; start withToolFactory. -
-
Uses of IError in com.avpkit.core
Methods in com.avpkit.core that return IError Modifier and Type Method Description IErrorIError. copyReference()Create a new IError object that is actually referring to the exact same underlying native object.static IErrorIError. make(int errorNumber)Create a new IError object from a return value passed in from AVPKit.
static IErrorIError. make(IError.Type type)Create a new IError object from an IError.Type enum value.
Methods in com.avpkit.core with parameters of type IError Modifier and Type Method Description static longIError. getCPtr(IError obj)Internal Only.static java.lang.StringAVPKitJNI. IError_getDescription(long jarg1, IError jarg1_)static intAVPKitJNI. IError_getErrorNumber(long jarg1, IError jarg1_)static intAVPKitJNI. IError_getType(long jarg1, IError jarg1_) -
Uses of IError in com.avpkit.mediatool
Methods in com.avpkit.mediatool that return IError Modifier and Type Method Description IErrorIMediaReader. readPacket()Decodes the next packet and calls all registeredIMediaListenerobjects.
-