Share via


IDVBSTuningSpace::get_HighOscillator

 
Microsoft DirectShow 9.0

IDVBSTuningSpace::get_HighOscillator

The get_HighOscillator method retrieves the high oscillator frequency.

Syntax

  HRESULT get_HighOscillator(
  long*  pHighOscillator
);

Parameters

pHighOscillator

[out] Receive the high oscillator frequency, in kilohertz (kHz).

Return Values

Returns S_OK if successful. If the method fails, error information can be retrieved using the standard COM IErrorInfo interface.

Requirements

Header: Dshow.h.

Library: Quartz.dll.

See Also