Microsoft DirectX 9.0

IBDA_DigitalDemodulator::get_OuterFECMethod

The get_OuterFECMethod method retrieves the outer forward error correction method for the signal .

Syntax

HRESULT get_OuterFECMethod(
  FECMethod*  pFECMethod
);

Parameters

  pFECMethod

[out]  Pointer that receives an FECMethod variable that indicates the FEC method.

Return Values

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

See Also