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 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.]
The WMPLibraryType enumeration type defines the possible library types to which Windows Media Player can connect.
Syntax
typedef enum WMPLibraryType {
wmpltUnknown = 0,
wmpltAll,
wmpltLocal,
wmpltRemote,
wmpltDisc,
wmpltPortableDevice
} ;
Constants
wmpltUnknownValue: 0 Not a valid library type. |
wmpltAllAll libraries. |
wmpltLocalThe current user's library. |
wmpltRemoteA library that belongs to another user on the same computer, the home network, or the Internet. The Player control must be running in remote mode to access these libraries. For information about running the Player control in remote mode, see Remoting the Windows Media Player Control. |
wmpltDiscLibraries on a data CD or DVD. |
wmpltPortableDeviceLibraries on portable devices. |
Remarks
Windows Media Player 10 Mobile: This enumeration is not supported.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Media Player 11. |
| Header | wmp.h |