1al_get_video_scaled_width(3) al_get_video_scaled_width(3)
2
3
4
6 al_get_video_scaled_width - Allegro 5 API
7
9 #include <allegro5/allegro_video.h>
10
11 float al_get_video_scaled_width(ALLEGRO_VIDEO *video)
12
14 Returns the width with which the video frame should be drawn. Videos
15 often do not use square pixels, so this will may return a value larger
16 than the width of the frame bitmap.
17
19 5.1.12
20
22 al_get_video_frame(3)
23
24
25
26Allegro reference manual al_get_video_scaled_width(3)