IAMTimecodeGenerator::put_VITCLine
Microsoft DirectShow 9.0 |
IAMTimecodeGenerator::put_VITCLine
The put_VITCLine method specifies which line to insert the vertical interval timecode information into.
Syntax
HRESULT put_VITCLine( long Line );
Parameters
Line
[in] Vertical line to contain the timecode information (valid lines are 11-20; 0 means autoselect).
Return Values
Returns an HRESULT value that depends on the implementation of the interface.
Remarks
To generate VITC on specific multiple lines, make successive calls to this method, once for each line desired.
Set the high bit to add to this line to any previously set lines.
Requirements
Header: Declared in Strmif.h; include Dshow.h.
Library: Use Strmiids.lib.
See Also