IBDA_DigitalDemodulator::get_InnerFECMethod method (bdaiface.h)
[The feature associated with this page, Microsoft TV Technologies, is a legacy feature. Microsoft strongly recommends that new code does not use this feature.]
The get_InnerFECMethod method retrieves the inner forward error correction method.
Syntax
HRESULT get_InnerFECMethod(
[out] FECMethod *pFECMethod
);
Parameters
[out] pFECMethod
Pointer that receives an FECMethod variable.
Return value
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | bdaiface.h |
See also
IBDA_DigitalDemodulator Interface