Daniel Laird wrote:
We are trying to get Pause working using a video provider.
We have written a custom Video Provider for video playback on our hardware.
We are trying to implement 'pause' functionality and want to ask people
for their opinion on how this is done as no Pause function exists for
VideoProviders.
Our current best guess implementation is:
Stop when called stops playback and freezes screen
Playto when called after stop will resume from stop position.
Destruct will actually destroy the provider and then it can be recreated.
Is this how other people implement 'pause'
It's right.
PlayTo() can be also used to change the destination surface/rectangle or
the frame callback without stopping playback.
--
Regards,
Claudio Ciccani
[EMAIL PROTECTED]
http://directfb.org
http://sf.net/projects/php-directfb
_______________________________________________
directfb-dev mailing list
[email protected]
http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-dev