Microsoft DirectX 9.0 |
The get_InnerFEC method retrieves the type of inner forward error correction that is used.
Syntax
HRESULT get_InnerFEC(
FECMethod* pFEC
);
Parameters
pFEC
[out] Pointer to a variable of type FECMethod that receives the inner forward FEC.
Return Values
Returns S_OK if successful. If the method fails, error information can be retrieved using the standard COM IErrorInfo interface.
See Also