IBDA_IPSinkInfo Interface

 
Microsoft DirectShow 9.0

IBDA_IPSinkInfo Interface

This interface is available for use in the Microsoft Windows 2000, Windows XP, and Windows Server 2003 operating systems. It may be altered or unavailable in subsequent versions.

The IBDA_IPSinkInfo interface is implemented on the BDA IP Sink filter, which manages the delivery of in-band IP data to the network stack. This interface supersedes IBDA_IPSinkControl.

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

Method Description
get_AdapterDescription Retrieves the description of the network adapter.
get_AdapterIPAddress Retrieves the IP address of the data that the IP Sink filter receives.
get_MulticastList Retrieves a list of the multicast addresses to which the IP Sink filter is listening.

Requirements

Header: Include bdaiface.h.

See Also