logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

al_seek_video - Allegro 5 API

Description

       Seek  to  a  different  position  in  the video.  Currently only seeking to the beginning of the video is
       supported.

Name

       al_seek_video - Allegro 5 API

Since

       5.1.0

Allegro reference manual                                                                  al_seek_video(3alleg5)

Synopsis

              #include <allegro5/allegro_video.h>

              bool al_seek_video(ALLEGRO_VIDEO *video, double pos_in_seconds)

See Also