Media Player Based On DirectX Show Application programming interface (API) Which is a media-streaming architecture for Microsoft Windows.
Build on Win32 project using C++. Make sure to have the newest version of VS2015 installed before running the project.
The project folder is called DirectShow
.
Clone this repo to your local machine using https://github.com/Marloxo/DirectShow.git
Just Make sure To have The latest DirectShow headers and libraries which available in the Windows SDK.
All DirectShow applications use the header file shown in the following table.
Header File | Required For |
---|---|
Dshow.h | All DirectShow applications. |
Some DirectShow interfaces require additional header files. These requirements are noted in the interface reference.
DirectShow uses the static library files shown in the following table.
Library File | Description |
---|---|
Strmiids.lib | Exports class identifiers (CLSIDs) and interface identifiers (IIDs). |
Quartz.lib | Exports the AMGetErrorText function. If you do not call this function, this library is not required. |
This project is released into the public domain. For more information see LICENSE.