IMpeg2TableFilter::AddPID
Microsoft DirectShow 9.0 |
IMpeg2TableFilter::AddPID
The AddPID method adds a packet identifier (PID) to the list of PIDs that the filter receives.
Syntax
HRESULT AddPID( PID p );
Parameters
p
[in] Specifies the PID of the transport stream packets to examine.
Return Values
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Requirements
Header: Include Mpeg2data.h.
See Also