IBDA_DigitalDemodulator::put_OuterFECMethod
Microsoft DirectShow 9.0 |
IBDA_DigitalDemodulator::put_OuterFECMethod
The put_OuterFECMethod method specifies the outer forward error correction method for the signal.
Syntax
HRESULT put_OuterFECMethod( FECMethod* pFECMethod );
Parameters
pFECMethod
[in] Pointer to an FECMethod variable.
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