Microsoft DirectX 9.0 |
The get_VITCLine method retrieves which line(s) the vertical interval timecode information has been inserted into.
Syntax
HRESULT get_VITCLine(
long *pLine
);
Parameters
pLine
[out] Pointer to the vertical line(s) containing the timecode information (valid lines are 11-20).
Return Values
Returns an HRESULT value that depends on the implementation of the interface.
Remarks
To get VITC information from multiple lines, make successive calls to this method, once for each line desired, with the hi bit set for each line.
See Also