|
NAMESDL_DisplayYUVOverlay - Blit the overlay to the displaySYNOPSIS#include "SDL.h"int SDL_DisplayYUVOverlay(SDL_Overlay *overlay, SDL_Rect *dstrect); DESCRIPTIONBlit 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 VALUESReturns 0 on successSEE ALSOSDL_Overlay, SDL_CreateYUVOverlay
Visit the GSP FreeBSD Man Page Interface. |