IAMTuner::GetAvailableModes method (strmif.h)

The GetAvailableModes method retrieves the tuner's supported modes.

Syntax

HRESULT GetAvailableModes(
  [out] long *plModes
);

Parameters

[out] plModes

Pointer to a variable that receives any combination of the values as specified in the AMTunerModeType enumeration.

Return value

Returns an HRESULT value.

Requirements

   
Minimum supported client Windows 2000 Professional [desktop apps only]
Minimum supported server Windows 2000 Server [desktop apps only]
Target Platform Windows
Header strmif.h (include Dshow.h)
Library Strmiids.lib

See also

Error and Success Codes

IAMTuner Interface