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 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) |