Share via


IAMTimecodeGenerator::get_VITCLine

 
Microsoft DirectShow 9.0

IAMTimecodeGenerator::get_VITCLine

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.

Requirements

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

Library: Use Strmiids.lib.

See Also