Uses of Package
com.avpkit.ferry
-
Packages that use com.avpkit.ferry Package Description com.avpkit.core An advanced API for reading, decoding, re-sampling, encoding and writing of most media files.com.avpkit.core.io An API for extending AVPKit to read and write from arbitrary data sources.com.avpkit.ferry A collection of classes that ferry objects from Java to native code and back, and manage native memory. -
Classes in com.avpkit.ferry used by com.avpkit.core Class Description IBuffer Allows Java code to get data from a native buffers, and optionally modify native memory directly.JNIReference Returned byIBuffer.getByteBuffer(int, int, java.util.concurrent.atomic.AtomicReference)for users that want to explicitly manage when the returnedByteBufferis released.RefCounted Parent of all Ferry objects -- it mains reference counts
in native code. -
Classes in com.avpkit.ferry used by com.avpkit.core.io Class Description JNIPointerReference Internal Only. -
Classes in com.avpkit.ferry used by com.avpkit.ferry Class Description AtomicInteger Internal only.IBuffer Allows Java code to get data from a native buffers, and optionally modify native memory directly.IBuffer.Type ITempFileCreator JNIEnv A set of utilities that can be used to find out information about the Native environment that we are running within.JNILibrary JNIMemoryAllocator Internal Only.JNIMemoryManager Manages the native memory that Ferry objects allocate and destroy.JNIMemoryManager.MemoryModel The different types of native memory allocation models Ferry supports.JNIReference Returned byIBuffer.getByteBuffer(int, int, java.util.concurrent.atomic.AtomicReference)for users that want to explicitly manage when the returnedByteBufferis released.JNIThreadProxy.Interruptable Interface that global interrupt handlers should use.Logger Internal OnlyLogger.Level Different logging levels (noiseness) supported by us.Mutex Internal Only.NativeLogger Internal Only.RefCounted Parent of all Ferry objects -- it mains reference counts
in native code.RefCountedTester Internal Only.