IBDA_TIF_REGISTRATION Interface

 
Microsoft DirectShow 9.0

IBDA_TIF_REGISTRATION Interface

The IBDA_TIF_REGISTRATION interface is exposed by the BDA Network Provider. It enables a Transport Information Filter (TIF) to register itself with the Network Provider. This interface supercedes the IMPEG2_TIF_CONTROL interface.

Applications do not use this interface.

In addition to the methods inherited from IUnknown, the IBDA_TIF_REGISTRATION interface exposes the following methods.

Method Description
RegisterTIFEx Registers the TIF with the Network Provider.
UnregisterTIF Unregisters the TIF with the Network Provider.

Requirements

Header: Include bdatif.h.

See Also