Share via


IMpeg2TableFilter::AddExtension

 
Microsoft DirectShow 9.0

IMpeg2TableFilter::AddExtension

The AddExtension method adds a table extension to the list of MPEG-2 table sections that the filter receives.

Syntax

  HRESULT AddExtension(
  PID  p,
  TID  t,
  TEID  e
);

Parameters

p

[in]  Specifies the packet identifier (PID) of the transport stream packets to examine.

t

[in]  Specifies the table identifier (TID) of the section to retrieve.

e

[in]  Specifies the table_extension identifier of the section to retrieve.

Return Values

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Requirements

Header: Include Mpeg2data.h.

See Also