Microsoft DirectX 9.0 |
The put_InnerFEC method sets the type of inner forward error correction that is used.
Syntax
HRESULT put_InnerFEC(
FECMethod FEC
);
Parameters
FEC
[in] Variable of type FECMethod that specifies the inner 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