IWMSPlaylistParserCallback Interface

The IWMSPlaylistParserCallback interface provides methods to receive event notices from the server about calls to methods of the IWMSPlaylistParserIWMSPlaylistParser Interface.

Note

   This interface is available only on Windows Server 2003, Enterprise Edition; Windows Server 2003, Datacenter Edition; and Windows Server 2008. Each method of this interface must be called only once, even if an error code is returned after the initial call.

In addition to the methods inherited from IUnknown, the IWMSPlaylistParserCallback interface exposes the following methods.

Method

Description

OnReadPlaylist

Returns the result of a ReadPlaylist call.

OnWritePlaylist

Returns the result of a WritePlaylist call.

See Also

Concepts

Custom Plug-in Interfaces (C++)

Playlist Parser Plug-in Sample