FileDocCategorySizeDatePackage
Prefetchable.javaAPI DocJMF 2.1.1e932Mon May 12 12:20:38 BST 2003javax.media

Prefetchable

public interface Prefetchable
This interface would be implemented on a Renderer or Multiplexer plugin if it has some internal buffers that require prefetching to minimize startup latency.

Fields Summary
Constructors Summary
Methods Summary
public booleanisPrefetched()
Returns the prefetch state of the Renderer or Multiplexer plugin. If the plugin implementing this interface has sufficient data to start processing with minimum latency, then it returns true. If it returns false, then the enclosing Player can call process on the plugin with some data. Once a plugin reaches its prefetched state, it remains in that state until a reset call.