- ALLEGRO_VIDEO_EVENT_TYPE
alias ALLEGRO_VIDEO_EVENT_TYPE = int
Undocumented in source.
- ALLEGRO_VIDEO_POSITION_TYPE
alias ALLEGRO_VIDEO_POSITION_TYPE = int
Undocumented in source.
- da_al_close_video
alias da_al_close_video = void function(ALLEGRO_VIDEO*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_al_get_allegro_video_version
alias da_al_get_allegro_video_version = uint function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_al_get_video_audio_rate
alias da_al_get_video_audio_rate = double function(ALLEGRO_VIDEO*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_al_get_video_event_source
alias da_al_get_video_event_source = ALLEGRO_EVENT_SOURCE* function(ALLEGRO_VIDEO*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_al_get_video_fps
alias da_al_get_video_fps = double function(ALLEGRO_VIDEO*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_al_get_video_frame
alias da_al_get_video_frame = ALLEGRO_BITMAP* function(ALLEGRO_VIDEO*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_al_get_video_position
alias da_al_get_video_position = double function(ALLEGRO_VIDEO*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_al_get_video_scaled_height
alias da_al_get_video_scaled_height = float function(ALLEGRO_VIDEO*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_al_get_video_scaled_width
alias da_al_get_video_scaled_width = float function(ALLEGRO_VIDEO*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_al_init_video_addon
alias da_al_init_video_addon = bool function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_al_is_video_playing
alias da_al_is_video_playing = bool function(ALLEGRO_VIDEO*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_al_open_video
alias da_al_open_video = ALLEGRO_VIDEO* function(const(char)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_al_seek_video
alias da_al_seek_video = bool function(ALLEGRO_VIDEO*, double)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_al_set_video_playing
alias da_al_set_video_playing = void function(ALLEGRO_VIDEO*, bool)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_al_shutdown_video_addon
alias da_al_shutdown_video_addon = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_al_start_video
alias da_al_start_video = void function(ALLEGRO_VIDEO*, ALLEGRO_MIXER*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_al_start_video_with_voice
alias da_al_start_video_with_voice = void function(ALLEGRO_VIDEO*, ALLEGRO_VOICE*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- DerelictAllegro5Video
DerelictAllegro5VideoLoader DerelictAllegro5Video;
Undocumented in source.
- al_close_video
da_al_close_video al_close_video;
Undocumented in source.
- al_get_allegro_video_version
da_al_get_allegro_video_version al_get_allegro_video_version;
Undocumented in source.
- al_get_video_audio_rate
da_al_get_video_audio_rate al_get_video_audio_rate;
Undocumented in source.
- al_get_video_event_source
da_al_get_video_event_source al_get_video_event_source;
Undocumented in source.
- al_get_video_fps
da_al_get_video_fps al_get_video_fps;
Undocumented in source.
- al_get_video_frame
da_al_get_video_frame al_get_video_frame;
Undocumented in source.
- al_get_video_position
da_al_get_video_position al_get_video_position;
Undocumented in source.
- al_get_video_scaled_height
da_al_get_video_scaled_height al_get_video_scaled_height;
Undocumented in source.
- al_get_video_scaled_width
da_al_get_video_scaled_width al_get_video_scaled_width;
Undocumented in source.
- al_init_video_addon
da_al_init_video_addon al_init_video_addon;
Undocumented in source.
- al_is_video_playing
da_al_is_video_playing al_is_video_playing;
Undocumented in source.
- al_open_video
da_al_open_video al_open_video;
Undocumented in source.
- al_seek_video
da_al_seek_video al_seek_video;
Undocumented in source.
- al_set_video_playing
da_al_set_video_playing al_set_video_playing;
Undocumented in source.
- al_shutdown_video_addon
da_al_shutdown_video_addon al_shutdown_video_addon;
Undocumented in source.
- al_start_video
da_al_start_video al_start_video;
Undocumented in source.
- al_start_video_with_voice
da_al_start_video_with_voice al_start_video_with_voice;
Undocumented in source.