Share via


IMpeg2TableFilter::RemovePID 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 RemovePID method removes a packet identifier (PID) from the list of PIDs that the filter sends.

Syntax

HRESULT RemovePID(
  [in] PID p
);

Parameters

[in] p

Specifies the PID to remove from the list.

Return value

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

Requirements

Requirement Value
Target Platform Windows
Header mpeg2data.h

See also

IMpeg2TableFilter Interface