sourCEntral - mobile manpages

pdf

al_seek_video(3alleg5) Allegro reference manual

NAME

al_seek_video − Allegro 5 API

SYNOPSIS

#include <allegro5/allegro_video.h>


bool al_seek_video(ALLEGRO_VIDEO *video, double pos_in_seconds)

DESCRIPTION

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

SINCE

5.1.0

pdf