| Package | Description |
|---|---|
| io.humble.video.customio |
An API for extending Humble Video to read and write from arbitrary data sources.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FileProtocolHandlerFactory
Implementation of
IURLProtocolHandlerFactory that demonstrates how
you can have Java act just like FFMPEG's internal "file:" protocol. |
class |
HumbleIO
Allows Humble Video to read from and write to many different types of Java I/O
objects, plus custom
IURLProtocolHandler objects. |
class |
NullProtocolHandlerFactory
Returns a new NullProtocolHandler factory.
|
| Modifier and Type | Method and Description |
|---|---|
IURLProtocolHandlerFactory |
URLProtocolManager.registerFactory(String protocol,
IURLProtocolHandlerFactory factory)
Register a new factory for IURLProtocolHandlers for a given protocol.
|
| Modifier and Type | Method and Description |
|---|---|
IURLProtocolHandlerFactory |
URLProtocolManager.registerFactory(String protocol,
IURLProtocolHandlerFactory factory)
Register a new factory for IURLProtocolHandlers for a given protocol.
|
Copyright © 2018 Humble Software. All rights reserved.