allegro5.allegro_video

Undocumented in source.

Members

Enums

ALLEGRO_VIDEO_EVENT_TYPE
enum ALLEGRO_VIDEO_EVENT_TYPE
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ALLEGRO_VIDEO_POSITION_TYPE
enum ALLEGRO_VIDEO_POSITION_TYPE
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

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_allegro_video_version
uint al_get_allegro_video_version()
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_position
double al_get_video_position(ALLEGRO_VIDEO* video, ALLEGRO_VIDEO_POSITION_TYPE 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_scaled_height
float al_get_video_scaled_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_scaled_width
float al_get_video_scaled_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_init_video_addon
bool al_init_video_addon()
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_playing
bool al_is_video_playing(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_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_set_video_playing
void al_set_video_playing(ALLEGRO_VIDEO* video, bool playing)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_shutdown_video_addon
void al_shutdown_video_addon()
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.

Structs

ALLEGRO_VIDEO
struct ALLEGRO_VIDEO
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta