|
Java DTV API 1.3 18-Nov-2009 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface FreezeResumeControl
This interface must be implemented to enable the application to freeze the player. During a freeze of the player the last frame displayed on the screen must still be present until a resume action is performed.
| Method Summary | |
|---|---|
void |
addFreezeResumeListener(FreezeResumeListener freezeResumeListener)
Add a freeze,resume listener interface. |
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 |
removeFreezeResumeListener(FreezeResumeListener freezeResumeListener)
Removes a freeze,resume listener interface. |
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 |
|---|
void freeze()
throws FreezeResumeException
FreezeResumeException - if the freeze is unsuccessful
void resume()
throws FreezeResumeException
FreezeResumeException - if the resume is unsuccessfulvoid addFreezeResumeListener(FreezeResumeListener freezeResumeListener)
freezeResumeListener - the interface that will receive all the freeze, resume events.removeFreezeResumeListener(com.sun.dtv.media.FreezeResumeListener)void removeFreezeResumeListener(FreezeResumeListener freezeResumeListener)
freezeResumeListener - the listener to remove.addFreezeResumeListener(com.sun.dtv.media.FreezeResumeListener)
|
Java DTV API 1.3 18-Nov-2009 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||