IAMTimecodeReader::put_VITCLine

 
Microsoft DirectShow 9.0

IAMTimecodeReader::put_VITCLine

The put_VITCLine method specifies the vertical interval line that the timecode reader will use to read timecode.

This method is not implemented.

Syntax

  HRESULT put_VITCLine(
  long Line
);

Parameters

Line

[in] Vertical line containing timecode information (valid lines are 11-20; 0 means autoselect).

Return Values

Returns E_NOTIMPL.

Remarks

If VITC mode is specified in the IAMTimecodeReader::SetTCRMode method, you must specify which line or lines will contain timecode information. To read VITC on specific multiple lines, the caller would make successive calls to IAMTimecodeReader::put_VITCLine, once for each line desired.

Set the high bit to add to the list of lines for readers that test across multiple lines.

Requirements

Header: Declared in Strmif.h; include Dshow.h.

Library: Use Strmiids.lib.

See Also