Share via


IMPEG2_TIF_CONTROL::GetPIDs

 
Microsoft DirectShow 9.0

IMPEG2_TIF_CONTROL::GetPIDs

The GetPIDs method retrieves the list of MPEG-2 Packet IDs being filtered into the TIF's input data.

Syntax

  HRESULT GetPIDs(
  ULONG*  pulcPIDs,
  ULONG*  pulPIDs
);

Parameters

pulcPIDs

[out]  Pointer to a variable that receives the number of PIDs that were retrieved.

pulPIDs

[out]  Pointer to a variable that receives an array of returned ULONG values representing the PID values. The number of elements in the array is equal to the value of pulcPIDs.

Return Values

The method returns an HRESULT. Possible values include those in the following table.

Return code Description
S_OK The method succeeded.

Remarks

A custom TIF extension might or might not have need for this method.

Requirements

Header: Include bdatif.h.

See Also