IAMTimecodeReader::get_VITCLine

 
Microsoft DirectShow 9.0

IAMTimecodeReader::get_VITCLine

The get_VITCLine method retrieves the vertical interval line that the timecode reader is using to read timecode.

This method is not implemented.

Syntax

  HRESULT get_VITCLine(
  long *pLine
);

Parameters

pLine

[out] Pointer to the vertical line containing timecode information (valid lines are from 11 through 20).

Return Values

Returns E_NOTIMPL.

Remarks

The high bit indicates that multiple lines are used and successive calls will cycle through the line numbers.

Requirements

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

Library: Use Strmiids.lib.

See Also