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'
Hope you can help
Dan
_______________________________________________
directfb-dev mailing list
[email protected]
http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-dev