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.
Previous | Next |
What's New for the Windows Media Player SDK Samples
A new C# sample, named SchemaReader, creates a tool that uses the Windows Media Player object model to retrieve and display information about metadata in the Windows Media Player library or in a digital media file. The tool can save the results to a text file. The main functionality the tool provides is to enumerate the metadata attribute names stored in the library for each supported schema (audio, video, playlist, photo, and other). The tool can also provide information about available attributes for playlists in the playlist collection, CD tracks, CD table of contents, DVD titles, DVD chapters, DVD table of contents, and individual media files.
The C++ sample named WMPML has been updated to demonstrate the following features:
- Using the new IWMPStringCollection2 interface to create a user interface similar to the Windows Media Player library feature.
- Using the IWMPQuery and IWMPMediaCollection2 interfaces to create compound queries and display the results.
See Also
Previous | Next |