The instantiation of LEAD DirectShow or Media Foundation filters is controlled by a central component called the LEAD DirectShow Kernel. This kernel is a COM object that must be registered before any other LEAD DirectShow or Media Foundation filter. The LEADTOOLS setup installs and registers this object for you during installation. Your application installation program must do the same. Filters, once registered, enter an Evaluation mode for 60 days.
Filters, when they are instantiated, ask the kernel about their state. If the filter is declared to be expired, it will fail to be created.
Filters need to be unlocked, using an interface exposed by the kernel, in order to work in Release mode. For more information on the Evaluation mode, expired filters, and unlocking filters, refer to LMDSKernel2 Object.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document