Share via


IBDA_TIF_REGISTRATION::RegisterTIFEx

 
Microsoft DirectShow 9.0

IBDA_TIF_REGISTRATION::RegisterTIFEx

The RegisterTIFEx method registers a Transport Information Filter (TIF) with the Network Provider.

Syntax

  HRESULT RegisterTIFEx(
    IPin *pTIFInputPin,
    ULONG *ppvRegistrationContext,
    IUnknown **ppMpeg2DataControl
);

Parameters

pTIFInputPin

[in]  Pointer to the IPin interface of the input pin on the TIF.

ppvRegistrationContext

[in, out]  Receives a token identifying the connection. Pass this token in the UnregisterTIF method when the TIF unregisters itself.

ppMpeg2DataControl

[in, out]  Receives a pointer to an IUnknown interface, which the TIF queries for the IMPEG2PIDMap interface. It uses the IMPEG2PIDMap to map and unmap PID values.

Return Values

The method returns an HRESULT value. 

Requirements

Header: Include bdatif.h.

See Also