VIDEO_SIZE structure
The VIDEO_SIZE structure describes the dimensions of a video frame, in pixels.
Syntax
typedef struct stcVIDEO_SIZE {
SIZE szVideoSize;
SIZE szDisplaySize;
} VIDEO_SIZE;
Members
-
szVideoSize
-
A Windows Graphics Device Interface (GDI) structure that specifies the width and height of the original video.
-
szDisplaySize
-
A Windows GDI structure that specifies the width and height of the video as displayed.
Requirements
Minimum supported client |
Windows Vista [desktop apps only] |
Minimum supported server |
Windows Server 2008 [desktop apps only] |
Header |
|