Uses of Class
javax.media.RateChangeEvent

Packages that use RateChangeEvent
org.ocap.shared.media Extensions to JMF to support DVR playback. 
 

Uses of RateChangeEvent in org.ocap.shared.media
 

Subclasses of RateChangeEvent in org.ocap.shared.media
 class 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.
 class 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.