21:23 23.04.2008 | All news from "Programming"

Dee Mon ships GraphEditPlus V1.1.0

has announced GraphEditPlus v1.1.0, a tool for Microsoft DirectShow developers that enables maximum information and control of every detail in your graphs.

GraphEditPlus will even generate source code for you in C++ or C#.

Microsoft provides developers with a tool for DirectShow named GraphEdit which allows you to see list of available filters, create a graph and run it.

However, MS GraphEdit shows only very limited amount of information about the filters, their pins and data going through the graph.

In many cases information provided by MS GraphEdit is not enough to understand why some filters refuse to connect or how to build desired graph.

What's more, you still need to write all the tedious code of building that graph in your application.

GraphEditPlus, on the other hand, goes beyond the features of MS GraphEdit plus and provides much more information about all the filters, pins and connections that are crucial in many cases.

After creating the graph in GraphEditPlus, you don't need to spend a day recreating the graph building steps in your code. GraphEditPlus will generate full source code in C++ or C# of a working application that creates your graph and runs it.

GraphEditPlus has dozens of features missing in MS GraphEdit.

You can edit several graphs simultaneously.

You can see event log (messages filters send to your application).

For each filter and pin, you can see what DirectShow interfaces it supports.

And for each supported interface you'll see its definition, so it's easy to understand how to operate with this filter from your app.

At each moment you'll see the state of each filter, which is crucial when some of the filters refuse to start and you don't know which.

With GraphEditPlus' convenient and friendly user interface, it's easy and fast to render files and URLs, insert source filters, save and load graphs, render pins and perform many other operations.

Developing applications with DirectShow is not an easy task, but having a right tool like GraphEditPlus can eliminate a big part of complexity and pain, significantly reducing development time and costs.

Follow this link to a (0.4 MB).



www.programmersheaven.com/