Playlist Parser Plug-in Interfaces
The following table identifies the interfaces used to create playlist parser plug-ins.
Interface |
Description |
---|---|
IWMSBasicPlugin |
Contains methods to initialize, enable, and shut down a plug-in. It is recommended that all custom plug-ins implement this interface. |
IWMSPlaylistParserPlugin |
Contains the methods used to retrieve a pointer to an IWMSPlaylistParser interface. This interface is implemented by a playlist parser plug-in and called by the server. |
IWMSPlaylistParserPluginCallback |
Contains the method called by the plug-in to receive event notices from the server. This interface is implemented by the server and called by the plug-in. |
IWMSPlaylistParser |
Contains the methods used for parsing different types of playlist files. The plug-in retrieves a pointer to this interface and sends it to the server. This interface is implemented by a playlist parser plug-in and called by the server. |
IWMSPlaylistParserCallback |
Contains a method to notify the server whether a playlist parser object has been created. This interface is implemented by the server and called by the plug-in. |
See Also (General)
See Also (Visual Basic .NET)
IWMSBasicPluginIWMSBasicPlugin Object (Visual Basic .NET)
IWMSPlaylistParserIWMSPlaylistParser Object (Visual Basic .NET)
IWMSPlaylistParserCallbackIWMSPlaylistParserCallback Object (Visual Basic .NET)
IWMSPlaylistParserPluginIWMSPlaylistParserPlugin Object (Visual Basic .NET)
IWMSPlaylistParserPluginCallbackIWMSPlaylistParserPluginCallback Object (Visual Basic .NET)
See Also (C#)
IWMSBasicPluginIWMSBasicPlugin Object (C#)
IWMSPlaylistParserIWMSPlaylistParser Object (C#)
IWMSPlaylistParserCallbackIWMSPlaylistParserCallback Object (C#)
IWMSPlaylistParserPluginIWMSPlaylistParserPlugin Object (C#)
IWMSPlaylistParserPluginCallbackIWMSPlaylistParserPluginCallback Object (C#)
See Also (C++)
IWMSBasicPluginIWMSBasicPlugin Interface
IWMSPlaylistParserIWMSPlaylistParser Interface
IWMSPlaylistParserCallbackIWMSPlaylistParserCallback Interface
IWMSPlaylistParserPluginIWMSPlaylistParserPlugin Interface
IWMSPlaylistParserPluginCallbackIWMSPlaylistParserPluginCallback Interface