:: com :: sun :: star :: media ::

unpublished interface XFrameGrabber
Usage Restrictions
not published
Description
This interface provides an easy access to a stream images using their position in the time.

Methods' Summary
grabFrame returns the image of the underlying stream at a given position  
Methods' Details
grabFrame
::com::sun::star::graphic::XGraphic
grabFrame( [in] double  fMediaTime );

Description
returns the image of the underlying stream at a given position
Parameter fMediaTime
the time in seconds of the image to get. This time has to be a positive value inferior to the stream duration.
Top of Page