Microsoft DirectX 9.0

ILocator::put_OuterFECRate

The put_OuterFECRate method sets the outer FEC rate.

Syntax

HRESULT put_OuterFECRate(
    BinaryConvolutionCodeRate FEC
    );

Parameters

FEC

[in] Variable of type BinaryConvolutionCodeRate that specifies the outer FEC rate.

Return Values

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

See Also