Microsoft DirectX 9.0

IAMTimecodeReader::get_VITCLine

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

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 an HRESULT value that depends on the implementation of the interface.

Remarks

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

See Also