VIDEO_SIZE

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

Client: Windows Vista

Header: Include gputransformplugin.h and GPUPipelineTime.h.

Library: Use GPUPipelineVC7.lib (for Visual Studio .NET) or GPUPipelineVC8.lib (for Visual Studio 2005).

See Also