Microsoft DirectX 8.1 (C++)

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, but are not limited to, 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.

See Also