Platforms to show: All Mac Windows Linux Cross-Platform

DirectShowGraphBuilderMBS class

Super class: DirectShowFilterGraphMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
class DirectShow MBS Win Plugin 12.1 ❌ No ✅ Yes ❌ No ❌ No Desktop, Console & Web
This class provides methods that enable an application to build a filter graph.

The GraphBuilder interface inherits from the FilterGraph interface. FilterGraph provides basic operations, such as adding a filter to the graph or connecting two pins. GraphBuilder adds further methods that construct graphs from partial information. For example, the RenderFile method builds a graph for file playback, given the name of the file. The Render method renders data from an output pin by connecting new filters to the pin.

Using these methods, an application does not need to specify every filter and pin connection in the graph. Instead, the Filter Graph Manager selects filters that are registered on the user's system, adds them to the graph, and connects them.

see also
http://msdn.microsoft.com/en-us/library/windows/desktop/dd390085(v=vs.85).aspx
Subclass of the DirectShowFilterGraphMBS class.

Super class DirectShowFilterGraphMBS

This class has no sub classes.

Some methods using this class:

Some examples using this class:

Blog Entries


The items on this page are in the following plugins: MBS Win Plugin.


DirectShowFilterInfoMBS   -   DirectShowGUIDMBS


The biggest plugin in space...