DirectX 5 Redocumentation
A redocumentation of DirectX 5, brought to you by a bunch of Infomaniacs.
_DDVIDEOPORTINFO Struct Reference

#include <dvp.h>

Data Fields

DWORD dwSize
 Size of the structure. More...
 
DWORD dwOriginX
 Placement of the video data within the surface. More...
 
DWORD dwOriginY
 Placement of the video data within the surface. More...
 
DWORD dwVPFlags
 Video port options. More...
 
RECT rCrop
 Cropping rectangle (optional). More...
 
DWORD dwPrescaleWidth
 Determines pre-scaling/zooming in the X direction (optional). More...
 
DWORD dwPrescaleHeight
 Determines pre-scaling/zooming in the Y direction (optional). More...
 
LPDDPIXELFORMAT lpddpfInputFormat
 Video format written to the video port. More...
 
LPDDPIXELFORMAT lpddpfVBIInputFormat
 Input format of the VBI data. More...
 
LPDDPIXELFORMAT lpddpfVBIOutputFormat
 Output format of the data. More...
 
DWORD dwVBIHeight
 Specifies the number of lines of data within the vertical blanking interval. More...
 
DWORD dwReserved1
 Reserved for future use - set to zero. More...
 
DWORD dwReserved2
 Reserved for future use - set to zero. More...
 

Field Documentation

◆ dwOriginX

DWORD _DDVIDEOPORTINFO::dwOriginX

Placement of the video data within the surface.

◆ dwOriginY

DWORD _DDVIDEOPORTINFO::dwOriginY

Placement of the video data within the surface.

◆ dwPrescaleHeight

DWORD _DDVIDEOPORTINFO::dwPrescaleHeight

Determines pre-scaling/zooming in the Y direction (optional).

◆ dwPrescaleWidth

DWORD _DDVIDEOPORTINFO::dwPrescaleWidth

Determines pre-scaling/zooming in the X direction (optional).

◆ dwReserved1

DWORD _DDVIDEOPORTINFO::dwReserved1

Reserved for future use - set to zero.

◆ dwReserved2

DWORD _DDVIDEOPORTINFO::dwReserved2

Reserved for future use - set to zero.

◆ dwSize

DWORD _DDVIDEOPORTINFO::dwSize

Size of the structure.

◆ dwVBIHeight

DWORD _DDVIDEOPORTINFO::dwVBIHeight

Specifies the number of lines of data within the vertical blanking interval.

◆ dwVPFlags

DWORD _DDVIDEOPORTINFO::dwVPFlags

Video port options.

◆ lpddpfInputFormat

LPDDPIXELFORMAT _DDVIDEOPORTINFO::lpddpfInputFormat

Video format written to the video port.

◆ lpddpfVBIInputFormat

LPDDPIXELFORMAT _DDVIDEOPORTINFO::lpddpfVBIInputFormat

Input format of the VBI data.

◆ lpddpfVBIOutputFormat

LPDDPIXELFORMAT _DDVIDEOPORTINFO::lpddpfVBIOutputFormat

Output format of the data.

◆ rCrop

RECT _DDVIDEOPORTINFO::rCrop

Cropping rectangle (optional).


The documentation for this struct was generated from the following file: