Windows Media Player 11 SDK IWMPCdrom Interface (VB and C#)
Previous | Next |
IWMPCdrom Interface (VB and C#)
Provides a way to access a CD or DVD in its drive.
The IWMPCdrom interface exposes the following properties.
Property | Description |
driveSpecifier | Gets the CD or DVD drive letter. |
Playlist | Gets an IWMPPlaylist interface representing the tracks on a CD or the root-level title entries for a DVD. |
The IWMPCdrom interface exposes the following method.
Method | Description |
eject | Ejects the CD or DVD from the drive. |
Retrieve an IWMPCdrom interface with the following method.
Interface | Method |
IWMPCdromCollection | Item |
See Also
Previous | Next |