IBDA_LNBInfo::put_LocalOscilatorFrequencyHighBand
Microsoft DirectShow 9.0 |
IBDA_LNBInfo::put_LocalOscilatorFrequencyHighBand
The put_LocalOscilatorFrequencyHighBand method specifies the frequency of the local oscillator's high band.
Syntax
HRESULT put_LocalOscilatorFrequencyHighBand( ULONG ulLOFHigh );
Parameters
ulLOFHigh
[in] Specifies the frequency's high band. The units are 1 Hz x the frequency multiplier, where the frequency multiplier is the value returned by the IBDA_FrequencyFilter::get_FrequencyMultiplier method. The default frequency multiplier is 1000, so the default units are kilohertz (kHz).
Return Values
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Requirements
Header: Include bdaiface.h.
See Also