Share via


IMpeg2TableFilter::RemoveExtension 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 RemoveExtension method removes a table extension from the list of MPEG-2 table sections that the filter sends.

Syntax

HRESULT RemoveExtension(
  [in] PID  p,
  [in] TID  t,
  [in] TEID e
);

Parameters

[in] p

Specifies the packet identifier (PID) of the table.

[in] t

Specifies the table identifier (TID) of the table.

[in] e

Specifies the table_extension identifier to remove from the list.

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