Methods Summary |
---|
public void | addDownloadProgressListener(javax.media.DownloadProgressListener l, int numKiloBytes)
|
public javax.media.Time | getBufferSize()
|
public long | getEndOffset()
|
public long | getStartOffset()
|
public void | pauseDownload()If downloading is in progress, it will be paused
|
public void | removeDownloadProgressListener(javax.media.DownloadProgressListener l)
|
public void | resumeDownload()If downloading was paused, it will be resumed
|
public void | setBufferSize(javax.media.Time t)Block until you have buffered up t.getSeconds() seconds
of data. Can be tricky to implement for non-interleaved
quicktime or avi files with all the audio in the beginning and all the
video at the end
|