Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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. |