Microsoft DirectX 9.0

ILocator::put_InnerFECRate

The put_InnerFECRate method sets the inner FEC rate.

Syntax

HRESULT put_InnerFECRate(
    BinaryConvolutionCodeRate FEC
    );

Parameters

FEC

[in] Variable of type BinaryConvolutionCodeRate that specifies the inner 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