Uses of Class
com.avpkit.core.io.FfmpegIOHandle
-
Packages that use FfmpegIOHandle Package Description com.avpkit.core.io An API for extending AVPKit to read and write from arbitrary data sources. -
-
Uses of FfmpegIOHandle in com.avpkit.core.io
Methods in com.avpkit.core.io with parameters of type FfmpegIOHandle Modifier and Type Method Description static intFfmpegIO. url_close(FfmpegIOHandle handle)static intHelper. url_close(FfmpegIOHandle handle)static intFfmpegIO. url_open(FfmpegIOHandle handle, java.lang.String filename, int flags)static intHelper. url_open(FfmpegIOHandle handle, java.lang.String filename, int flags)static intFfmpegIO. url_read(FfmpegIOHandle handle, byte[] buffer, int length)static intHelper. url_read(FfmpegIOHandle handle, byte[] buffer, int length)static longFfmpegIO. url_seek(FfmpegIOHandle handle, long position, int whence)static longHelper. url_seek(FfmpegIOHandle handle, long position, int whence)static intFfmpegIO. url_write(FfmpegIOHandle handle, byte[] buffer, int length)static intHelper. url_write(FfmpegIOHandle handle, byte[] buffer, int length)
-