GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
ALLEGRO_VIDEO_EVENT_TYPE(3) ALLEGRO_VIDEO_EVENT_TYPE(3)

ALLEGRO_VIDEO_EVENT_TYPE - Allegro 5 API


#include <allegro5/allegro_video.h>
enum ALLEGRO_VIDEO_EVENT_TYPE

    

Events sent by al_get_video_event_source(3).

This event is sent when it is time to show a new frame. Once you receive this event, you can draw the current frame (as returned by al_get_video_frame(3)). al_get_video_frame(3) will continue returning the same frame until the next ALLEGRO_EVENT_VIDEO_FRAME_SHOW is sent.
user.data1 (ALLEGRO_VIDEO *)
The video which generated the event.

5.1.0

This event is sent when the video is finished. Depending on the backend, it may be possible to seek to an earlier part of the video and set the video to play to resume playback.
user.data1 (ALLEGRO_VIDEO *)
The video which generated the event.

5.1.0
Allegro reference manual

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.