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 DeletePIDs method informs the Network Provider that the TIF no longer requires the specified PID.
Syntax
HRESULT DeletePIDs(
[in] ULONG ulcPIDs,
[in] ULONG *pulPIDs
);
Parameters
ulcPIDs [in]
Specifies the number of PIDs to delete. This value must equal the number of elements in the array specified by pulPIDs.pulPIDs [in]
Specifies an array of PID values containing ulcPIDs elements.
Return Value
The method returns an HRESULT. Possible values include those in the following table.
Return code | Description |
---|---|
S_OK |
The method succeeded. |
Remarks
This method is called if a set of tables in the transport stream goes away, in order to remove the PSI/SI MPEG2 packet IDs from the TIF's data stream.
Requirements
Header | Declared in Bdatif.h. |
See Also
Error and Success Codes
IMPEG2_TIF_CONTROL Interface
Send comments about this topic to Microsoft
Build date: 12/4/2008