al_get_video_scaled_width - Man Page

Allegro 5 API

Synopsis

#include <allegro5/allegro_video.h>

float al_get_video_scaled_width(ALLEGRO_VIDEO *video)

Description

Returns the width with which the video frame should be drawn. Videos often do not use square pixels, so this will may return a value larger than the width of the frame bitmap.

Since

5.1.12

See Also

al_get_video_frame(3)

Referenced By

al_get_video_frame(3).

Allegro reference manual