Share via


ISCTE_EAS::Initialize

 
Microsoft DirectShow 9.0

ISCTE_EAS::Initialize

This topic applies to Windows Vista.

The Initialize method initializes the object using captured table section data. This method is called internally by the IAtscPsipParser::GetEAS method, so applications typically should not call it.

Syntax

  HRESULT Initialize(
  ISectionList*  pSectionList,
  IMpeg2Data*  pMPEGData
);

Parameters

pSectionList

[in]  Pointer to the ISectionList interface of the SectionList object that contains the section data.

pMPEGData

[in]  Pointer to the IMpeg2Data interface of the MPEG-2 Sections and Tables filter.

Return Values

The method returns an HRESULT. Possible values include, but are not limited to, those in the following table.

Return code Description
E_INVALIDARG Invalid argument.
E_OUTOFMEMORY Insufficient memory.
MPEG2_E_MALFORMED_TABLE The EAS table is not well formed.
S_OK The method succeeded.

Requirements

Header: Include atscpsipparser.h.

See Also