MUM.data
Interface ICacheWriter


public interface ICacheWriter

This interface represent the cache writer, that writes presentations to the local cache.


Method Summary
 void finishCaching()
          Finishes the caching for the current stream and close all the involved components
 void initAndStartCaching(IMetadata metadata, javax.media.protocol.DataSource inML)
          Initializes the cache writer.
 

Method Detail

initAndStartCaching

public void initAndStartCaching(IMetadata metadata,
                                javax.media.protocol.DataSource inML)
Initializes the cache writer. When this method returns the JMF processor is prefetched and the caching has been started.


finishCaching

public void finishCaching()
Finishes the caching for the current stream and close all the involved components



Copyright © 2004 Luca Foschini