Microsoft DirectX 8.1 (C++)

IAMTVTuner::get_VideoFrequency

The get_VideoFrequency method retrieves the current video frequency.

Syntax

HRESULT get_VideoFrequency(
  long *lFreq
);

Parameters

lFreq

[out] Pointer to the video frequency.

Return Values

Returns an HRESULT value that depends on the implementation of the interface.

This is a diagnostic method that enables you to examine the exact frequency being used for a given channel.

See Also