|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
A media object implements the Positionable interface
if it supports changing the media position within the stream.
This is the JMF 1.0 Positionable interface.
| Field Summary | |
static int |
RoundDown
|
static int |
RoundNearest
|
static int |
RoundUp
|
| Method Summary | |
boolean |
isRandomAccess()
Find out if this source can be repositioned to any point in the stream. |
Time |
setPosition(Time where,
int rounding)
Set the position to the specified time. |
| Field Detail |
public static final int RoundUp
public static final int RoundDown
public static final int RoundNearest
| Method Detail |
public Time setPosition(Time where,
int rounding)
public boolean isRandomAccess()
true if the source is random access; false if the source can only
be reset to the beginning of the stream.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||