[ TDx_DrawVideoPort ]
[ next: GetVideoSignalStatus() ]
[ prev: GetOutputFormats() ]
public:
virtual bool __fastcall GetVideoLine( dword* pLine );
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::GetVideoLine
method
will
retrieve
the
scan
line
number
currently
being
written
to
the
frame
buffer.
This
number
is
the
true
video
line,
relative
to
the
field
height,
before
prescaling.
If
the
method
call
fails,
the
OnError
event
will
be
triggered
with
one
of
the
following
values:
DDERR_INVALIDOBJECT
DDERR_INVALIDPARAMS
DDERR_UNSUPPORTED
DDERR_VERTICALBLANKINPROGRESS
DDERR_VIDEONOTACTIVE
PARAMETERS
Top
See Also
Line
The Line parameter will reference the current scan line number if this method returns successfully.
SEE ALSO
Top
Parameters