Share via


IBDA_DigitalDemodulator2::put_RollOff 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.]

Sets the demodulator's roll-off factor.

Syntax

HRESULT put_RollOff(
  [in] RollOff *pRollOff
);

Parameters

[in] pRollOff

Pointer to a variable that contains the roll-off factor, specified as a member of the RollOff enumeration.

Return value

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

Requirements

   
Target Platform Windows
Header bdaiface.h

See also

IBDA_DigitalDemodulator2