Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
.gif)
| Previous | Next |
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)
- IWMSBasicPlugin Object (Visual Basic .NET)
- IWMSPlaylistParser Object (Visual Basic .NET)
- IWMSPlaylistParserCallback Object (Visual Basic .NET)
- IWMSPlaylistParserPlugin Object (Visual Basic .NET)
- IWMSPlaylistParserPluginCallback Object (Visual Basic .NET)
See Also (C#)
- IWMSBasicPlugin Object (C#)
- IWMSPlaylistParser Object (C#)
- IWMSPlaylistParserCallback Object (C#)
- IWMSPlaylistParserPlugin Object (C#)
- IWMSPlaylistParserPluginCallback Object (C#)
See Also (C++)
- IWMSBasicPlugin Interface
- IWMSPlaylistParser Interface
- IWMSPlaylistParserCallback Interface
- IWMSPlaylistParserPlugin Interface
- IWMSPlaylistParserPluginCallback Interface
| Previous | Next |