SDL_DisplayYUVOverlay.3
资源名称:NETVIDEO.rar [点击查看]
上传用户:sun1608
上传日期:2007-02-02
资源大小:6116k
文件大小:1k
源码类别:
流媒体/Mpeg4/MP4
开发平台:
Visual C++
- .TH "SDL_DisplayYUVOverlay" "3" "Tue 11 Sep 2001, 23:01" "SDL" "SDL API Reference"
- .SH "NAME"
- SDL_DisplayYUVOverlay- Blit the overlay to the display
- .SH "SYNOPSIS"
- .PP
- fB#include "SDL&.h"
- .sp
- fBint fBSDL_DisplayYUVOverlayfPfR(fBSDL_Overlay *overlay, SDL_Rect *dstrectfR);
- .SH "DESCRIPTION"
- .PP
- Blit the fBoverlayfR to the surface specified when it was fIcreatedfR&. The fIfBSDL_RectfRfR structure, fBdstrectfR, specifies the position and size of the destination&. If the fBdstrectfR is a larger or smaller than the overlay then the overlay will be scaled, this is optimized for 2x scaling&.
- .SH "RETURN VALUES"
- .PP
- Returns 0 on success
- .SH "SEE ALSO"
- .PP
- fIfBSDL_OverlayfRfR, fIfBSDL_CreateYUVOverlayfPfR
- ..." created by instant / docbook-to-man, Tue 11 Sep 2001, 23:01