IWMEncPluginInfo Object

Windows Media Encoder SDK banner art

The IWMEncPluginInfo object retrieves plug-in registry information. The IWMEncPluginInfo object exposes the following properties and method.

Property Description
CLSID Retrieves the globally unique identifier (GUID) of the plug-in.
Copyright Retrieves the copyright information assigned to the plug-in by the author.
Count Retrieves the number of registered plug-ins.
Exclusive Retrieves a Boolean value indicating whether the plug-in can be used more than once in an encoding session.
Hidden Retrieves a Boolean value indicating whether the plug-in is hidden from the UI.
InfoURL Retrieves an optional URL that directs the user to a Web site presenting information about the plug-in.
MediaType Retrieves the media types supported by the plug-in.
Name Retrieves the name of the plug-in.
PluginType Retrieves the plug-in type.
PropertyPage Retrieves a Boolean value indicating whether the plug-in supports property pages.
Resources Retrieves a Boolean value indicating whether the plug-in supports resources.
SchemeType Retrieves the scheme type of the plug-in.
TransformFlags Retrieves flags indicating whether a transform plug-in is applied to a single stream, to a source group of streams, or both.
Method Description
Item Retrieves the resource corresponding to an index entry in the resource array.

See Also