Package org.ocap.shared.media

Extensions to JMF to support DVR playback.

See:
          Description

Interface Summary
FrameControl This interface provides single frame move control for a Player presenting video, for example an MPEG video stream.
MediaTimeFactoryControl Provides the ability to obtain media times with various special characteristics when applied to the content being played by this JMF player.
TimeLine Represents a transmitted time line.
TimeLineControl Provides access to the transmitted timelines in a piece of content
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.
 

Class Summary
BeginningOfContentEvent BeginningOfContentEvent is a RateChangeEvent that is posted when the rate change is due to a rewind hitting the beginning of the media, or due to the time-shift buffer reaching maximum depth.
EndOfContentEvent EndOfContentEvent is a RateChangeEvent that is posted when the rate change is due to a forward playback hitting the end of the stored context, or a forward playback catching up with the live recording point.
EnteringLiveModeEvent EnteringLiveModeEvent is a ControllerEvent that is posted when the the controller has started playing back a live broadcast stream.
LeavingLiveModeEvent This event shall be generated during timeshift playback when the playback point departs from the head of the buffer (where the content is the same as the currently received content).
 

Exception Summary
TimeLineInvalidException This exception is returned when a time line is no longer valid in a the piece of content for which it was obtained.
TimeOutOfRangeException This exception is returned when a time or media time is outside the valid range for a particular time line.
 

Package org.ocap.shared.media Description

Extensions to JMF to support DVR playback.