|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TimeShiftControl
This interface represents a trick-mode control that can be used for retrieving more information corresponding to the playback of the time-shift buffer. This control will only be available if the service being presented on the service context is a broadcast service and if there is a time-shift buffer associated with the service context.
Method Summary | |
---|---|
javax.media.Time |
getBeginningOfBuffer()
Get the media time corresponding to the current beginning of the time-shift buffer. |
javax.media.Time |
getDuration()
Get the duration of content currently in the time-shift buffer. |
javax.media.Time |
getEndOfBuffer()
Get the media time corresponding to the end of the time-shift buffer. |
javax.media.Time |
getMaxDuration()
Get the estimated value for the maximum duration of content that could be buffered using this time-shift buffer. |
Methods inherited from interface javax.media.Control |
---|
getControlComponent |
Method Detail |
---|
javax.media.Time getBeginningOfBuffer()
javax.media.Time getEndOfBuffer()
javax.media.Time getDuration()
javax.media.Time getMaxDuration()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |