Files Included with the Playlist Parser Sample
The following table describes the contents of each source file used in the sample plug-in.
Source file |
Description |
---|---|
SDKSamplePlaylistParser.cpp |
This file implements the main functionality of the sample plug-in by implementing the IWMSBasicPluginIWMSBasicPlugin Interface, the IWMSPlaylistParserPluginIWMSPlaylistParserPlugin Interface, and the IWMSPlaylistParserIWMSPlaylistParser Interface. The CSDKSamplePlaylistParser::ReadPlaylist method in this sample implements the file parsing routine. That method is called by Windows Media Services each time it encounters a file with a .playlist file extension. |
SDKSamplePlaylistPlugin.cpp |
This file implements generic code required for DLL connectivity. |