IBDA_DigitalDemodulator::get_OuterFECMethod 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 get_OuterFECMethod method retrieves the outer forward error correction method for the signal .

Syntax

HRESULT get_OuterFECMethod(
  [out] FECMethod *pFECMethod
);

Parameters

[out] pFECMethod

Pointer that receives an FECMethod variable that indicates the FEC method.

Return value

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

Requirements

Requirement Value
Target Platform Windows
Header bdaiface.h

See also

Error and Success Codes

IBDA_DigitalDemodulator Interface

IBDA_DigitalDemodulator::get_InnerFECMethod

IBDA_DigitalDemodulator::put_OuterFECMethod