Windows Media Player 11 SDK CdromCollection Object 

Windows Media Player SDK banner art

Previous Next

CdromCollection Object

The CdromCollection object provides a way to organize and access a collection of CD or DVD drives.

The CdromCollection object supports the following property.

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

The CdromCollection object supports the following methods.

Method Description
getByDriveSpecifier Retrieves the Cdrom object associated with a particular drive letter.
item Retrieves the Cdrom object at the given index.

The CdromCollection object is accessed through the following property.

Object Property
Player cdromCollection

See Also

Previous Next