IMpeg2TableFilter::AddTable
Microsoft DirectShow 9.0 |
IMpeg2TableFilter::AddTable
The AddTable method adds a table identifier (TID) to the list of MPEG-2 table sections that the filter receives.
Syntax
HRESULT AddTable( PID p, TID t );
Parameters
p
[in] Specifies the packet identifier (PID) of the transport stream packets to examine.
t
[in] Specifies the TID of the section to retrieve.
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