IBDA_DigitalDemodulator::get_InnerFECMethod
Microsoft DirectShow 9.0 |
IBDA_DigitalDemodulator::get_InnerFECMethod
The get_InnerFECMethod method retrieves the inner forward error correction method.
Syntax
HRESULT get_InnerFECMethod( FECMethod* pFECMethod );
Parameters
pFECMethod
[out] Pointer that receives 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