Positionablepublic interface Positionable 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. |
Fields Summary |
---|
public static final int | RoundUp | public static final int | RoundDown | public static final int | RoundNearest |
Methods Summary |
---|
public boolean | isRandomAccess()Find out if this source can be repositioned to any point in the stream.
If not, the source can only be repositioned to the beginning of the stream.
| public javax.media.Time | setPosition(javax.media.Time where, int rounding)Set the position to the specified time.
Returns the rounded position that was actually set.
|
|