|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
The FrameGrabbingControl is the interface to grab a
still video frame from the video stream. This control can be
exported by a Renderer or a Player
via the getControl method.
The frame returned is in raw decoded format. The ImageConverter
class can be used to convert it into Java image format.
| Method Summary | |
Buffer |
grabFrame()
Grab the current frame from the video stream. |
| Methods inherited from interface javax.media.Control |
getControlComponent |
| Method Detail |
public Buffer grabFrame()
If the Player
or Renderer is in the Started state, the
exact frame returned is not well-defined.
The frame returned is in raw decoded format.
The ImageConverter
class can be used to convert it into Java image format.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||