Share via


IMPEG2_TIF_CONTROL::GetPIDs Method

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

Syntax

HRESULT GetPIDs(
  [out]  ULONG *pulcPIDs,
  [out]  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 Value

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 Declared in Bdatif.h.

See Also

Error and Success Codes
IMPEG2_TIF_CONTROL Interface
IMPEG2_TIF_CONTROL::AddPIDs
IMPEG2_TIF_CONTROL::GetPIDCount

Send comments about this topic to Microsoft

Build date: 12/4/2008