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_get_video_position - Allegro 5 API

Description

       Returns the current position of the video stream in seconds since the beginning.  The parameter is one of
       the ALLEGRO_VIDEO_POSITION_TYPE(3alleg5) constants.

Name

       al_get_video_position - Allegro 5 API

Since

       5.1.0

Allegro reference manual                                                          al_get_video_position(3alleg5)

Synopsis

              #include <allegro5/allegro_video.h>

              double al_get_video_position(ALLEGRO_VIDEO *video, ALLEGRO_VIDEO_POSITION_TYPE which)

See Also