Share via


IAMTuner::GetAvailableModes

 
Microsoft DirectShow 9.0

IAMTuner::GetAvailableModes

The GetAvailableModes method retrieves the tuner's supported modes.

Syntax

  HRESULT GetAvailableModes(
  long *plModes
);

Parameters

plModes

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

Return Value

Returns an HRESULT value.

Requirements

Header: Declared in Strmif.h; include Dshow.h.

Library: Use Strmiids.lib.

See Also