Microsoft DirectX 9.0

ILocator::get_OuterFEC

The get_OuterFEC method retrieves the type of outer forward error correction that is used.

Syntax

HRESULT get_OuterFEC(
    FECMethod* pFEC
    );

Parameters

pFEC

[out] Pointer to a variable of type FECMethod that receives the outer forward FEC.

Return Values

Returns S_OK if successful. If the method fails, error information can be retrieved using the standard COM IErrorInfo interface.

See Also