IBDA_DigitalDemodulator::get_OuterFECRate
Microsoft DirectShow 9.0 |
IBDA_DigitalDemodulator::get_OuterFECRate
The get_OuterFECRate method retrieves the outer forward error correction rate for the signal.
Syntax
HRESULT get_OuterFECRate( 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.
Requirements
Header: Include bdaiface.h.
See Also