Hello all
I am faced with this problem of how to seek video for the last 3 days.
Although I am able to seek video on pressing a key say 'F' for one time
but after that no control works that is neither I am able to quit the
application nor I am able to forward seek but video goes on playing
ahead from the frame which is seeked for the first time.
I am using SeekTo API in my code and using openquicktime videoprovider .
I have used this api as follows:--
If(event.type == DIKI_F)
{
GetPosition(vprovider,pos);
Pos=pos+gap;//gap is number of seconds let 10 by which video is seeked
ahead
Seekto(vprovider,pos)
}
I think this should have worked but it works only for one time after
which the application hangs.
Thanks and Regards,
HEMANT KUMAR
WIireless & Embedded Solutions Group
NET CENTRIC TECHNOLOGIES DIVISION
_______________________________________________
directfb-users mailing list
[email protected]
http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-users