logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

al_get_video_scaled_height - Allegro 5 API

Description

       Returns the height 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 height of the frame bitmap.

Name

       al_get_video_scaled_height - Allegro 5 API

See Also

al_get_video_frame(3alleg5)

Since

       5.1.12

Allegro reference manual                                                     al_get_video_scaled_height(3alleg5)

Synopsis

              #include <allegro5/allegro_video.h>

              float al_get_video_scaled_height(ALLEGRO_VIDEO *video)

See Also