- al_close_video
void al_close_video(ALLEGRO_VIDEO* video)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- al_get_video_aspect_ratio
double al_get_video_aspect_ratio(ALLEGRO_VIDEO* video)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- al_get_video_audio_rate
double al_get_video_audio_rate(ALLEGRO_VIDEO* video)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- al_get_video_event_source
ALLEGRO_EVENT_SOURCE* al_get_video_event_source(ALLEGRO_VIDEO* video)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- al_get_video_fps
double al_get_video_fps(ALLEGRO_VIDEO* video)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- al_get_video_frame
ALLEGRO_BITMAP* al_get_video_frame(ALLEGRO_VIDEO* video)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- al_get_video_height
int al_get_video_height(ALLEGRO_VIDEO* video)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- al_get_video_position
double al_get_video_position(ALLEGRO_VIDEO* video, int which)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- al_get_video_width
int al_get_video_width(ALLEGRO_VIDEO* video)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- al_is_video_paused
bool al_is_video_paused(ALLEGRO_VIDEO* video)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- al_open_video
ALLEGRO_VIDEO* al_open_video(char* filename)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- al_pause_video
void al_pause_video(ALLEGRO_VIDEO* video, bool paused)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- al_seek_video
void al_seek_video(ALLEGRO_VIDEO* video, double pos_in_seconds)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- al_start_video
void al_start_video(ALLEGRO_VIDEO* video, ALLEGRO_MIXER* mixer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- al_start_video_with_voice
void al_start_video_with_voice(ALLEGRO_VIDEO* video, ALLEGRO_VOICE* voice)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.