KSVPSURFACEPARAMS structure (ksmedia.h)

The KSVPSURFACEPARAMS structure is used to describe the surface parameters of a video port surface.

Syntax

typedef struct {
  DWORD dwPitch;
  DWORD dwXOrigin;
  DWORD dwYOrigin;
} KSVPSURFACEPARAMS, *PKSVPSURFACEPARAMS;

Members

dwPitch

Specifies the pitch (byte count between subsequent lines) of the video port surface.

dwXOrigin

Indicates the X-origin of the video port surface.

dwYOrigin

Indicates the Y-origin of the video port surface.

Remarks

This structure is used by the KSPROPERTY_VPCONFIG_SURFACEPARAMS property.

Requirements

Requirement Value
Header ksmedia.h (include Ksmedia.h)

See also

KSPROPERTY_VPCONFIG_SURFACEPARAMS