IMpeg2TableFilter::RemovePID
Microsoft DirectShow 9.0 |
IMpeg2TableFilter::RemovePID
The RemovePID method removes a packet identifier (PID) from the list of PIDs that the filter receives.
Syntax
HRESULT RemovePID( PID p );
Parameters
p
[in] Specifies the PID to remove from the list.
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