Microsoft DirectX 9.0

ILocator::put_OuterFEC

The put_OuterFEC method sets the type of outer forward error correction that is used.

Syntax

HRESULT put_OuterFEC(
    FECMethod FEC
    );

Parameters

FEC

[in] Variable of type FECMethod that specifies the outer forward error correction.

Return Values

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

See Also