IDigitalLocator::put_OuterFEC

 
Microsoft DirectShow 9.0

IDigitalLocator::put_OuterFEC

The put_OuterFEC method specifies the type of outer FEC to use.

Syntax

  HRESULT put_OuterFEC(
  FECMethod  FEC
);

Parameters

FEC

[in]  Specifies the outer FEC. This parameter is a value of type FECMethod.

Return Values

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

Requirements

Header: Dshow.h.

Library: Quartz.dll.

See Also