Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The AddExtension method adds a table extension to the list of MPEG-2 table sections that the filter receives.
Syntax
HRESULT AddExtension(
  [in]  PID p,
  [in]  TID t,
  [in]  TEID e
);
Parameters
- p [in] 
 Specifies the packet identifier (PID) of the transport stream packets to examine.
- t [in] 
 Specifies the table identifier (TID) of the section to retrieve.
- e [in] 
 Specifies the table_extension identifier of the section to retrieve.
Return Value
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Requirements
| Header | Declared in Mpeg2data.h. | 
See Also
Send comments about this topic to Microsoft
Build date: 12/4/2008