All Packages Class Hierarchy This Package Previous Next Index
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.
A Controller
that supports the Duration
interface
posts a DurationUpdateEvent
whenever its
duration changes.
getDuration
.
getDuration
.
public static final Time DURATION_UNBOUNDED
getDuration
.
public static final Time DURATION_UNKNOWN
getDuration
.
public abstract Time getDuration()
getDuration
returns DURATION_UNKNOWN
.
Time
object representing the duration or DURATION_UNKNOWN.
All Packages Class Hierarchy This Package Previous Next Index