Microsoft DirectX 8.1 (C++) |
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.
Remarks
See get_InnerFEC for the definition of FECMethod.
See Also