LMDSKernel2 Object
The LEAD DirectShow Kernel object is used to manage the state of the LEAD DirectShow modules. LEAD DirectShow modules can take one of the following states:
LEADTOOLS MM – Default state for LEADTOOLS Multimedia toolkit installation setup. Modules in this state display a message box but never expire.
Evaluation - Modules in the evaluation state behave in one of two ways:
A DirectShow filter or audio codec Software component that compresses and decompresses audio. Codec stands for COmpressor Also known as an encoder, this is a module or algorithm to compress data. Playing that data back requires a decompressor, or decoder. and DECompressor. will work for 60 days and then expire. The module displays a nag message whenever it is used.
A Video Codec Software component that compresses and decompresses video. Codec stands for Compressor and Decompressor.Compressor Also known as an encoder, this is a module or algorithm to compress data. Playing that data back requires a decompressor, or decoder. and Decompressor. will write a watermark text into the video while compressing or decompressing video.
Expired - Modules in the expired state do not launch. They instead display an "expired" message box.
Release - Modules in the Release state will work normally, will not display a nag message and will not expire.
Whenever LEAD DirectShow modules are loaded they call the kernel to determine whether they are in the Evaluation, Release, or Expired state, and behave accordingly.
The DSKernel2.dll must be included in the files that are distributed whenever filters/codecs are being used. Retrieve the interface pointer by making a QueryInterface call on the object created by CoCreateInstance.
Interfaces |
|
CLSID |
CLSID CLSID_LMDSKernel2 |
Executable |
|
Header |
ILMDSKernel2.h |
See Also