IDigitalLocator::get_OuterFEC

 
Microsoft DirectShow 9.0

IDigitalLocator::get_OuterFEC

The get_OuterFEC method retrieves the type of outer FEC that is used.

Syntax

  HRESULT get_OuterFEC(
  FECMethod*  FEC
);

Parameters

FEC

[out]  Pointer to a variable of type FECMethod that receives the type of outer FEC.

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