javax.media.protocol
Interface Seekable


public interface Seekable

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

Author:
Ken Larson

Method Summary
 boolean isRandomAccess()
           
 long seek(long where)
           
 long tell()
           
 

Method Detail

seek

long seek(long where)

tell

long tell()

isRandomAccess

boolean isRandomAccess()