IDigitalLocator::put_InnerFEC

 
Microsoft DirectShow 9.0

IDigitalLocator::put_InnerFEC

The put_InnerFEC method specifies the type of inner FEC to use.

Syntax

  HRESULT put_InnerFEC(
  FECMethod  FEC
);

Parameters

FEC

[in]  Specifies the inner 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