DirectShow DirectShow

DirectShow - Definition and Overview

DirectShow is a large collection of objects for working with multimedia data. The library mainly consists of "filters" - objects which process data - which you'd then connect up into "filter graphs." For example, there are filters which read data from a file, filters which compress/decompress video streams, and filters that render video to the screen. The number of filters is pretty immense, though, and it includes a framework for writing your own if what you want to do isn't present.

DirectShow was born as a stand-alone technology under the name "ActiveMovie" (codename "Quartz"), meant to supersede the obsolescent Video for Windows, but it is now part of the DirectX library.

External links

Copyright 2009 WordIQ.com - Privacy Policy  :: Terms of Use  :: Contact Us  :: About Us
This article is licensed under the GNU Free Documentation License. It uses material from the this Wikipedia article.