Playlist Parser Plug-in Interfaces

banner art

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)

See Also (C#)

See Also (C++)

Previous Next