MMSDK (Managed Multimedia Software Development Kit) is a collection of Classes and Methods for creating Audio and Graphics rich applications. The speciality of the SDK is that, the Audio and Graphics features are mostly device independent, and is Hardware Accelerated on most of the platform, to enhance performace of these application. It is implemented using Microsoft .NET framework 2.0, and is compatible with all managed languages like C#, Visual Basic .NET, C++/CLI (Managed C++), etc.
Programmers will just have to add reference to the MMSDK.dll in their project and the classes can be used easily.
The SDK classes are grouped into a single namespace, based on their functionality. The root namespace is MMSDK. All other namespaces are grouped under it.
Downloads:
0 This Week