DDTRANSFEROUTINFO structure (dxmini.h)

The DDTRANSFEROUTINFO structure returns the polarity of the field being captured.

Syntax

typedef struct _DDTRANSFEROUTINFO {
  DWORD dwBufferPolarity;
} DDTRANSFEROUTINFO, *PDDTRANSFEROUTINFO;

Members

dwBufferPolarity

Specifies the polarity of the field being captured. This value is set to true if the current video field is the even field of an interlaced video signal and false otherwise.

Requirements

Requirement Value
Header dxmini.h (include Dxmini.h)

See also

DxTransfer