Share via


Windows Media Player 11 SDK IWMPCdromCollection Interface (VB and C#) 

Windows Media Player SDK banner art

Previous Next

IWMPCdromCollection Interface (VB and C#)

Provides a way to organize and access a collection of CD or DVD drives.

The IWMPCdromCollection interface exposes the following property.

Property Description
count Gets the number of available CD and DVD drives on the system.

The IWMPCdromCollection interface exposes the following methods.

Method Description
getByDriveSpecifier Returns an IWMPCdrom interface associated with a particular drive letter.
Item Returns an IWMPCdrom interface at the given index.

Get an IWMPCdromCollection interface by using the following property.

Object Property
AxWindowsMediaPlayer Object cdromCollection

See Also

Previous Next