FileDocCategorySizeDatePackage
Duration.javaAPI DocJMF 2.1.1e1336Mon May 12 12:20:36 BST 2003javax.media

Duration

public interface Duration
The Duration interface provides a way to determine the duration of the media being played by a media object. Media objects that expose a media duration implement this interface.

This is the JMF 1.0 Duration interface.

version
1.21, 98/06/23

Fields Summary
public static final Time
DURATION_UNBOUNDED
Returned by getDuration.
public static final Time
DURATION_UNKNOWN
Returned by getDuration.
Constructors Summary
Methods Summary
public javax.media.TimegetDuration()
Get the duration of the media represented by this object. The value returned is the media's duration when played at the default rate. If the duration can't be determined (for example, the media object is presenting live video) getDuration returns DURATION_UNKNOWN.

return
A Time object representing the duration or DURATION_UNKNOWN.