Package com.avpkit.core.io
Class FfmpegIOHandle
- java.lang.Object
-
- com.avpkit.ferry.JNIPointerReference
-
- com.avpkit.core.io.FfmpegIOHandle
-
public class FfmpegIOHandle extends JNIPointerReference
For Internal Use Only. A Handle that the JavaFFMPEGIO native code can use. It is completely opaque to callers, but is used by theFfmpegIOclass to pass around native FFMPEG pointers.
-
-
Constructor Summary
Constructors Constructor Description FfmpegIOHandle()
-
Method Summary
-
Methods inherited from class com.avpkit.ferry.JNIPointerReference
toString
-
-
-
-
Constructor Detail
-
FfmpegIOHandle
public FfmpegIOHandle()
-
-