TDDVideoPortInfo
Unit

DDirectDraw

Declaration

TDDVideoPortInfo = record
    dwSize: Longint;       
    dwOriginX: Longint;        
    dwOriginY: Longint;
    dwVPFlags: Longint;
    rCrop: TRect;  
    dwPrescaleWidth: Longint;
    dwPrescaleHeight: Longint; 
    lpddpfInputFormat: PDDPIXELFORMAT;
    lpddpfVBIInputFormat: PDDPIXELFORMAT;
    lpddpfVBIOutputFormat: PDDPIXELFORMAT;
    dwVBIHeight: Longint; 
    dwReserved1: Longint; 
    dwReserved2: Longint;  
end;
PDDVideoPortInfo = ^TDDVideoPortInfo;

Description

The TDDVideoPortInfo structure describes the transfer of video data to a surface.

See DDVIDEOPORTINFO for more information.