Sortix nightly manual
This manual documents Sortix nightly, a development build that has not been officially released. You can instead view this document in the latest official manual.
SDL_DisplayYUVOverlay(3) | SDL API Reference | SDL_DisplayYUVOverlay(3) |
NAME
SDL_DisplayYUVOverlay - Blit the overlay to the displaySYNOPSIS
#include "SDL.h"DESCRIPTION
Blit the overlay to the surface specified when it was created. The SDL_Rect structure, dstrect, specifies the position and size of the destination. If the dstrect is a larger or smaller than the overlay then the overlay will be scaled, this is optimized for 2x scaling.RETURN VALUES
Returns 0 on successSEE ALSO
SDL_Overlay, SDL_CreateYUVOverlayTue 11 Sep 2001, 23:01 | SDL |