Playlist Parser Plug-in Overview

banner art

Previous Next

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)

See Also (C#)

See Also (C++)

Previous Next