Share via


IMpeg2TableFilter::AddTable method (mpeg2data.h)

[The feature associated with this page, Microsoft TV Technologies, is a legacy feature. Microsoft strongly recommends that new code does not use this feature.]

The AddTable method adds a table identifier (TID) to the list of MPEG-2 table sections that the filter sends.

Syntax

HRESULT AddTable(
  [in] PID p,
  [in] TID t
);

Parameters

[in] p

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

[in] t

Specifies the TID of the section to retrieve.

Return value

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

Requirements

   
Target Platform Windows
Header mpeg2data.h

See also

IMpeg2TableFilter Interface