Microsoft DirectX 9.0

IBDA_DigitalDemodulator::get_InnerFECRate

The get_InnerFECRate method retrieves the inner forward error correction rate being used on the signal.

Syntax

HRESULT get_InnerFECRate(
  BinaryConvolutionCodeRate*  pFECRate
);

Parameters

  pFECRate

[out]  Pointer that receives a BinaryConvolutionCodeRate variable that indicates the rate.

Return Values

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

See Also