javax.media
Interface Duration

All Known Subinterfaces:
Controller, Demultiplexer, Player, Processor, Track
All Known Implementing Classes:
AbstractController, AbstractDemultiplexer, AbstractPlayer, AbstractProcessor, AbstractTrack, CloneableCaptureDevicePullBufferDataSource, CloneableCaptureDevicePullDataSource, CloneableCaptureDevicePushBufferDataSource, CloneableCaptureDevicePushDataSource, CloneablePullBufferDataSource, CloneablePullDataSource, CloneablePushBufferDataSource, CloneablePushDataSource, DataSource, DataSource, DataSource, DataSource, DataSource, DataSource, DataSource, DataSource, DataSource, FFMPEGParser, GsmParser, Handler, Handler, Handler, InputStreamPushDataSource, JavaOggParser, JavaSoundParser, MergingCaptureDevicePullBufferDataSource, MergingCaptureDevicePullDataSource, MergingCaptureDevicePushBufferDataSource, MergingCaptureDevicePushDataSource, MergingPullBufferDataSource, MergingPullDataSource, MergingPushBufferDataSource, MergingPushDataSource, MultipartMixedReplaceParser, NativeOggParser, PullBufferDataSource, PullDataSource, PushBufferDataSource, PushDataSource, RawPullStreamParser, RawPushBufferParser, RTPDataSource, StreamCopyPushDataSource, URLDataSource, URLDataSource, XmlMovieParser

public interface Duration

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

Author:
Ken Larson

Field Summary
static Time DURATION_UNBOUNDED
           
static Time DURATION_UNKNOWN
           
 
Method Summary
 Time getDuration()
           
 

Field Detail

DURATION_UNBOUNDED

static final Time DURATION_UNBOUNDED

DURATION_UNKNOWN

static final Time DURATION_UNKNOWN
Method Detail

getDuration

Time getDuration()