Microsoft DirectX 9.0

ILocator::get_OuterFECRate

The get_OuterFECRate method retrieves the outer FEC rate.

Syntax

HRESULT get_OuterFECRate(
    BinaryConvolutionCodeRate* pFEC
    );

Parameters

pFEC

[out] Pointer to a variable of type BinaryConvolutionCodeRate that receives 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