IAMTuner::get_Mode

 
Microsoft DirectShow 9.0

IAMTuner::get_Mode

The get_Mode method retrieves the current mode on a multifunction tuner.

Syntax

  HRESULT get_Mode(
  AMTunerModeType *plMode
);

Parameters

plMode

[out] Pointer to a variable that receives a flag indicating the current mode setting. The possible values are defined in the AMTunerModeType enumeration.

Return Values

Returns an HRESULT value that depends on the implementation of the interface.

Requirements

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

Library: Use Strmiids.lib.

See Also