IScanningTunerEx::SetScanSignalTypeFilter

 
Microsoft DirectShow 9.0

IScanningTunerEx::SetScanSignalTypeFilter

This topic applies to Windows Vista.

Not implemented in this release.

The SetScanSignalTypeFilter method specifies the type of signal to scan for. Applications can optionally call this method before calling PerformExhaustiveScan, to filter the signal types that the tuner will search for.

Syntax

  HRESULT SetScanSignalTypeFilter(
    long 
  ScanModulationTypes
  ,
    long 
  AnalogVideoStandard

  );

Parameters

ScanModulationTypes

Specifies the modulation types, as a bitwise OR of flags from the ScanModulationTypes enumeration. If the value is 0xFFFFFFFF, the tuner does not filter out any specific modulation types.

AnalogVideoStandard

Specifies the analog standards, as a bitwise OR of flags from the AnalogVideoStandard enumeration. If the value is 0xFFFFFFFF, the tuner does not filter out any specific analog video standards.

Return Values

When the method succeeds, it returns S_OK. Otherwise it returns an HRESULT error code.

Requirements

Header: Include Tuner.h.

See Also