Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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.

MethodDescription
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

Evr.h

Library

Strmiids.lib

See also

Media Foundation Interfaces
How to Write an EVR Presenter

 

 

Show:
© 2017 Microsoft