IDVBSTuningSpace::put_LowOscillator

 
Microsoft DirectShow 9.0

IDVBSTuningSpace::put_LowOscillator

The put_LowOscillator method sets the low oscillator frequency.

Syntax

  HRESULT put_LowOscillator(
  long  LowOscillator
);

Parameters

LowOscillator

[in]  Specifies the low 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