IWMPLibraryServices (VB and C#) interface

[The feature associated with this page, Windows Media Player SDK, is a legacy feature. It has been superseded by MediaPlayer. MediaPlayer has been optimized for Windows 10 and Windows 11. Microsoft strongly recommends that new code use MediaPlayer instead of Windows Media Player SDK, when possible. Microsoft suggests that existing code that uses the legacy APIs be rewritten to use the new APIs if possible.]

Provides methods to enumerate libraries.

Members

The IWMPLibraryServices (VB and C#) interface has these types of members:

Methods

The IWMPLibraryServices (VB and C#) interface has these methods.

Method Description
getCountByType Returns the count of available libraries of a specified type.
getLibraryByType Returns an IWMPLibrary interface that represents the library that has the specified type and index.

Get an IWMPLibraryServices interface by casting the object returned from the AxWindowsMediaPlayer.GetOcx method.

Requirements

Requirement Value
Header
Wmp.h

See also

Interfaces for Visual Basic .NET and C#

IWMPLibrary Interface (VB and C#)