See: Description
| Class | Description |
|---|---|
| FileInputStreamMedia |
Media implementation that reads media data from a
FileInputStream. |
| NonSeekableCallbackMedia |
Base implementation for non-seekable media.
|
| NonSeekableInputStreamMedia |
Base implementation for non-seekable media using an
InputStream. |
It may be possible to create a Java input stream that can seek, but it would require a bespoke implementation and may need to cache the entire media data in memory.
Copyright © 2009–2015 Caprica Software Limited. All rights reserved.