All Downloads are FREE. Search and download functionalities are using the official Maven repository.

uk.co.caprica.vlcj.media.callback.seekable.package-info Maven / Gradle / Ivy

There is a newer version: 5.0.0-M1
Show newest version
/**
 * Components that implement seekable media.
 * 

* Most Java input streams are not seekable. *

* 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. */ package uk.co.caprica.vlcj.media.callback.seekable;





© 2015 - 2024 Weber Informatics LLC | Privacy Policy