Microsoft DirectX 9.0 |
The put_OuterFECMethod method specifies the outer forward error correction method for the signal.
Syntax
HRESULT put_OuterFECMethod(
FECMethod* pFECMethod
);
Parameters
pFECMethod
[in] Pointer to an FECMethod variable.
Return Values
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
See Also