[ TDx_DrawVideoPort ]
[ next: GetInputFormats() ]
[ prev: GetColorControls() ]
public:
virtual bool __fastcall GetFieldPolarity( bool* pFieldPolarity );
If you would like to submit additions or improvements to this page, click: admin@bcb-tools.com.
DESCRIPTION
Top
Parameters
See Also
The
TDx_DrawVideoPort::GetFieldPolarity
method
will
indicate
if
the
current
field
of
interlaced
video
is
odd
or
even.
If
the
method
call
fails,
the
OnError
event
will
be
triggered
with
one
of
the
following
values:
DDERR_INVALIDOBJECT
DDERR_INVALIDPARAMS
DDERR_UNSUPPORTED
DDERR_VIDEONOTACTIVE
PARAMETERS
Top
See Also
FieldPolarity
The FieldPolarity parameter references a boolean that will be set to TRUE if the current field is even and FALSE if the current field is odd.
SEE ALSO
Top
Parameters