IMpeg2TableFilter::AddExtension method (mpeg2data.h)
[The feature associated with this page, Microsoft TV Technologies, is a legacy feature. Microsoft strongly recommends that new code does not use this feature.]
The AddExtension method adds a table extension to the list of MPEG-2 table sections that the filter sends.
Syntax
HRESULT AddExtension(
[in] PID p,
[in] TID t,
[in] TEID e
);
Parameters
[in] p
Specifies the packet identifier (PID) of the transport stream packets to examine.
[in] t
Specifies the table identifier (TID) of the section to retrieve.
[in] e
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
Requirement | Value |
---|---|
Target Platform | Windows |
Header | mpeg2data.h |