IWMEncTransformPluginInfoManager Interface
The IWMEncTransformPluginInfoManager interface searches the plug-in registration information to populate a collection of transform IWMEncPluginInfo interfaces. The IWMEncTransformPluginInfoManager interface exposes the following properties and methods.
Property | Description |
Count | Retrieves the number of registered transform plug-ins. |
length | Retrieves the number of registered transform plug-ins. This is the JScript version of the Count property. |
Method | Description |
Item | Retrieves registry information about a specific transform plug-in object in the collection. |
Refresh | Removes the old collection and populates a new collection of transform plug-in registration structures. |
See Also
- Interfaces (C#)
- IWMEncPluginInfo Interface
- IWMEncTransformPluginInfoManager Interface
- Using Transform Plug-Ins