Online Documentation - Statistics - FAQ - Plugin Parts (All, Dependencies) - Class hierarchy
New in Version 22.2 22.3 22.4 22.5 23.0 23.1 23.2 23.3 23.4 23.5 24.0 24.1
The list of the topics, classes, interfaces, controls, modules, global methods by category, global methods by name, screenshots, licenses and examples.
Platforms to show: All Mac Windows Linux Cross-Platform
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 |
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.
This class has no sub classes.
The items on this page are in the following plugins: MBS Win Plugin.
DirectShowFilterInfoMBS - DirectShowGUIDMBS