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.
.gif)
| Previous | Next |
IWMPMedia3 Interface (VB and C#)
Provides additional methods to access the properties of a media item.
In addition to the methods inherited from IWMPMedia2, the IWMPMedia3 interface exposes the following methods.
| Method | Description |
| getAttributeCountByType | Returns the number of attributes associated with the specified attribute type. |
| getItemInfoByType | Returns the value of the attribute corresponding to the specified attribute type and index. |
Get an IWMPMedia3 interface by casting the value returned by one of the following properties or methods accessed through the following object or interface.
| Object or Interface | Property or Method |
| IWMPControls | currentItem |
| AxWindowsMediaPlayer | currentMedia, newMedia |
| IWMPPlaylist | Item (get_Item in C#) |
See Also
- Interfaces for Visual Basic .NET and C#
- IWMPMedia Interface (VB and C#)
- IWMPMedia2 Interface (VB and C#)
| Previous | Next |