Package net.sf.ffmpeg_java.custom_protocol

Interface Summary
CallbackURLProtocolHandler A Java version ffmpeg URLProtocol, bug specific to a single stream.
 

Class Summary
CallbackURLProtocolMgr Provides a single ffmpeg URLProtocol, using the prefix callback:, which calls back to Java code to access the data.
FileCallbackURLProtocolHandler Implements CallbackURLProtocolHandler by using standard Java file I/O.