Playlist Parser Plug-in Overview
To create a playlist parser plug-in, you must implement the IWMSPlaylistParserPlugin, IWMSPlaylistParser, and IWMSBasicPlugin interfaces. The plug-in implements CreatePlaylistParser on the IWMSPlaylistParserPlugin interface to create a playlist parser object, and the server uses the playlist parser object to call ReadPlaylist on the IWMSPlaylistParser interface. The plug-in implements ReadPlaylist to populate the playlist object in memory. For more information, see Implementing a Playlist Parser Plug-in.
See Also (General)
See Also (Visual Basic .NET)
IWMSPlaylistParser.ReadPlaylistIWMSPlaylistParser.ReadPlaylist (Visual Basic .NET)
IWMSPlaylistParserPlugin.CreatePlaylistParserIWMSPlaylistParserPlugin.CreatePlaylistParser (Visual Basic .NET)
See Also (C#)
IWMSPlaylistParser.ReadPlaylistIWMSPlaylistParser.ReadPlaylist (C#)
IWMSPlaylistParserPlugin.CreatePlaylistParserIWMSPlaylistParserPlugin.CreatePlaylistParser (C#)
See Also (C++)
IWMSPlaylistParser::ReadPlaylist
IWMSPlaylistParserPlugin::CreatePlaylistParser