IWMSPlaylistParser Interface
The IWMSPlaylistParser interface provides methods for parsing different types of playlist files.
Note
This interface is available only on Windows Server 2003, Enterprise Edition; Windows Server 2003, Datacenter Edition; and Windows Server 2008.
In addition to the methods inherited from IUnknown, the IWMSPlaylistParser interface exposes the following methods.
Method |
Description |
---|---|
ReadPlaylist |
Retrieves a playlist from an INSSBuffer object. |
ReadPlaylistFromDirectory |
Retrieves a playlist from an IWMSDirectory object. |
WritePlaylist |
Writes the playlist file. |
Note
This interface is implemented by the plug-in. The server calls its methods.