Uses of Class
org.davic.media.MediaFreezeException

Packages that use MediaFreezeException
org.davic.media Provides various extensions to the Java Media Framework for the control of TV oriented audio / video content. 
 

Uses of MediaFreezeException in org.davic.media
 

Methods in org.davic.media that throw MediaFreezeException
 void FreezeControl.freeze()
          Invocation of this method freezes the decoding of the media stream as soon as possible and leaves the last decoded frame visible to the end-user.
 void FreezeControl.resume()
          Invocation of this method resumes the decoding of the media stream following a freeze operation.