Share via


IDVBSTuningSpace::put_LNBSwitch

 
Microsoft DirectShow 9.0

IDVBSTuningSpace::put_LNBSwitch

The put_LNBSwitch method sets the LNB switch frequency.

Syntax

  HRESULT put_LNBSwitch(
  long  LNBSwitch
);

Parameters

LNBSwitch

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