Interface | Description |
---|---|
CallbackURLProtocolHandler |
A Java version ffmpeg URLProtocol, bug specific to a single stream.
|
Class | Description |
---|---|
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.
|