Share via


IMPEG2_TIF_CONTROL::DeletePIDs

 
Microsoft DirectShow 9.0

IMPEG2_TIF_CONTROL::DeletePIDs

The DeletePIDs method informs the Network Provider that the TIF no longer requires the specified PID.

Syntax

  HRESULT DeletePIDs(
  ULONG  ulcPIDs,
  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 Values

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: Include bdatif.h.

See Also