Microsoft DirectX 9.0 |
The get_OuterFECMethod method retrieves the outer forward error correction method for the signal .
Syntax
HRESULT get_OuterFECMethod(
FECMethod* pFECMethod
);
Parameters
pFECMethod
[out] Pointer that receives an FECMethod variable that indicates the FEC method.
Return Values
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
See Also