Share via


IMSVidAnalogTuner::put_SAP method (segment.h)

[The feature associated with this page, Microsoft TV Technologies, is a legacy feature. Microsoft strongly recommends that new code does not use this feature.]

The put_SAP method specifies the tuner's SAP setting to enable secondary audio components.

This method is currently not supported.

Syntax

HRESULT put_SAP(
  [in] VARIANT_BOOL fSapOn
);

Parameters

[in] fSapOn

Flag indicating whether to enable or disable SAP.

Return value

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Requirements

   
Minimum supported client Windows�XP [desktop apps only]
Minimum supported server None supported
Target Platform Windows
Header segment.h (include Msvidctl.h)

See also

IAMTVAudio Interface

IMSVidAnalogTuner Interface

IMSVidAnalogTuner::get_SAP