Share via


IMpeg2TableFilter::RemoveTable Method

The RemoveTable method removes a table identifier (TID) from the list of MPEG-2 table sections that the filter receives.

Syntax

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

Parameters

  • p [in]
    Specifies the packet identifier (PID) of the table.

  • t [in]
    Specifies the TID to remove from the list.

Return Value

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

Requirements

Header Declared in Mpeg2data.h.

See Also

IMpeg2TableFilter Interface

Send comments about this topic to Microsoft

Build date: 12/4/2008