Share via


IBDA_DigitalDemodulator::put_ModulationType method (bdaiface.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_ModulationType method specifies the modulation type for the signal.

Syntax

HRESULT put_ModulationType(
  [in] ModulationType *pModulationType
);

Parameters

[in] pModulationType

Pointer to a ModulationType variable that specifies the modulation type.

Return value

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

Requirements

   
Target Platform Windows
Header bdaiface.h

See also

Error and Success Codes

IBDA_DigitalDemodulator Interface

IBDA_DigitalDemodulator::get_ModulationType