Microsoft DirectX 9.0

IDVBTLocator::put_LPInnerFEC

The put_LPInnerFEC method sets the inner FEC type of the low-priority stream.

Syntax

HRESULT put_LPInnerFEC(
  FECMethod  FEC
);

Parameters

FEC

[in] Variable of type FECMethod that specifies the FEC type.

Return Values

Returns S_OK if successful. If the method fails, error information can be retrieved using the standard COM IErrorInfo interface.

See Also