|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface should be implemented to enable the application to freeze the player. The method getControl and getControls return an object implementing this interface if it is supported.
Method Summary | |
void |
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 |
resume()
Invocation of this method resumes the decoding of the media stream following a freeze operation. |
Methods inherited from interface javax.media.Control |
getControlComponent |
Method Detail |
public void freeze() throws MediaFreezeException
MediaFreezeException
- if the freeze is unsuccessfulpublic void resume() throws MediaFreezeException
MediaFreezeException
- if the resume is unsuccessful
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |