IMpeg2TableFilter::RemoveExtension
Microsoft DirectShow 9.0 |
IMpeg2TableFilter::RemoveExtension
The RemoveExtension method removes a table extension from the list of MPEG-2 table sections that the filter receives.
Syntax
HRESULT FOO( PID p, TID t, TEID e );
Parameters
p
[in] Specifies the packet identifier (PID) of the table.
t
[in] Specifies the table identifier (TID) of the table.
e
[in] Specifies the table_extension identifier 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