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