javax.media.protocol
Interface SourceTransferHandler


public interface SourceTransferHandler

Implements the callback from a PushSourceStream. In JMF 2.0, if a transfer handler is contained in a DataSink, it can implement the Seekable interface if it wishes to be seekable.

Version:
1.3, 02/08/21.
See Also:
Seekable, DataSink, PushSourceStream

Method Summary
 void transferData(PushSourceStream stream)
          Transfer new data from a PushSourceStream.
 

Method Detail

transferData

public void transferData(PushSourceStream stream)
Transfer new data from a PushSourceStream.

Parameters:
stream - The stream that is providing the data.