javax.media
Interface ExtendedCachingControl

All Superinterfaces:
CachingControl, Control

public interface ExtendedCachingControl
extends CachingControl

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

Author:
Ken Larson

Field Summary
 
Fields inherited from interface javax.media.CachingControl
LENGTH_UNKNOWN
 
Method Summary
 void addDownloadProgressListener(DownloadProgressListener l, int numKiloBytes)
           
 Time getBufferSize()
           
 long getEndOffset()
           
 long getStartOffset()
           
 void pauseDownload()
           
 void removeDownloadProgressListener(DownloadProgressListener l)
           
 void resumeDownload()
           
 void setBufferSize(Time t)
           
 
Methods inherited from interface javax.media.CachingControl
getContentLength, getContentProgress, getControlComponent, getProgressBarComponent, isDownloading
 

Method Detail

setBufferSize

void setBufferSize(Time t)

getBufferSize

Time getBufferSize()

pauseDownload

void pauseDownload()

resumeDownload

void resumeDownload()

getStartOffset

long getStartOffset()

getEndOffset

long getEndOffset()

addDownloadProgressListener

void addDownloadProgressListener(DownloadProgressListener l,
                                 int numKiloBytes)

removeDownloadProgressListener

void removeDownloadProgressListener(DownloadProgressListener l)