IMFTopologyServiceLookup interface
Enables a custom video mixer or video presenter to get interface pointers from the Enhanced Video Renderer (EVR). The mixer can also use this interface to get interface pointers from the presenter, and the presenter can use it to get interface pointers from the mixer.
To use this interface, implement the IMFTopologyServiceLookupClient interface on your custom mixer or presenter. The EVR calls IMFTopologyServiceLookupClient::InitServicePointers with a pointer to the EVR's IMFTopologyServiceLookup interface.
Members
The IMFTopologyServiceLookup interface inherits from the IUnknown interface. IMFTopologyServiceLookup also has these types of members:
Methods
The IMFTopologyServiceLookup interface has these methods.
| Method | Description |
|---|---|
| LookupService |
Retrieves an interface from the EVR, or from the video mixer or video presenter. |
Requirements
|
Minimum supported client |
Windows Vista [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2008 [desktop apps only] |
|
Header |
|
|
Library |
|
See also