Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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) |