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

Syntax

HRESULT AddPID(
  [in] PID p
);

Parameters

[in] p

Specifies the PID of the transport stream packets to examine.

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