javax.media.protocol
Interface SourceCloneable

All Known Implementing Classes:
DataSource, DataSource, DataSource, URLDataSource, URLDataSource

public interface SourceCloneable

Standard JMF class -- see this class in the JMF Javadoc. Complete.

Author:
Ken Larson

Method Summary
 DataSource createClone()
          Based on JMF testing, the clone is in the same state as the original (opened and connected if the original is), but at the beginning of the media, not whatever position the original is.
 

Method Detail

createClone

DataSource createClone()
Based on JMF testing, the clone is in the same state as the original (opened and connected if the original is), but at the beginning of the media, not whatever position the original is.