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_CreateYUVOverlay(3) | SDL API Reference | SDL_CreateYUVOverlay(3) |
NAME
SDL_CreateYUVOverlay - Create a YUV video overlaySYNOPSIS
#include "SDL.h"DESCRIPTION
SDL_CreateYUVOverlay creates a YUV overlay of the specified width, height and format (see SDL_Overlay for a list of available formats), for the provided display. A SDL_Overlay structure is returned.SEE ALSO
SDL_Overlay, SDL_DisplayYUVOverlay, SDL_FreeYUVOverlayTue 11 Sep 2001, 23:01 | SDL |