IBDA_NetworkProvider Interface
Microsoft DirectShow 9.0 |
IBDA_NetworkProvider Interface
The IBDA_NetworkProvider interface is implemented on a Network Provider filter. It provides methods that BDA device filters call to register themselves after they are added to the graph.
In addition to the methods inherited from IUnknown, the IBDA_NetworkProvider interface exposes the following methods.
Method | Description |
GetNetworkType | Called by a BDA device filter to retrieve the network type. |
GetSignalSource | Called by a BDA device filter to retrieve the signal source. |
GetTuningSpace | Called by a BDA device filter to retrieve the network provider. |
PutSignalSource | Called by a BDA device filter to specify the network provider. |
PutTuningSpace | Called by a BDA device filter to specify the tuning space. |
RegisterDeviceFilter | Called by a BDA device filter to register itself in the filter graph. |
UnRegisterDeviceFilter | Called by BDA device filters when they are removed from the filter graph. |
Requirements
Header: Include bdaiface.h.
See Also