http://www.directfb.org
index.html
DirectFB Reference Manual
IDirectFBVideoProvider.html
IDirectFBVideoProvider
PlayTo
Play the video rendering it into the specified rectangle of the destination surface.
PlayTo (
IDirectFBVideoProvider.html
IDirectFBVideoProvider
*
thiz,
IDirectFBSurface.html
IDirectFBSurface
*
destination,
const
types.html#DFBRectangle
DFBRectangle
*
destination_rect,
DVFrameCallback
callback,
void
*
ctx
);
Optionally a callback can be registered that is called for each rendered frame. This is especially important if you are playing to a flipping surface. In this case, you should flip the destination surface in your callback.
