DiscData Object

Enables HTML applications to get information about a disc in a disc changer.

Note   Hosted HTML has been deprecated. To use the new features of the Windows Media Center SDK, you must develop a Windows Media Center Presentation Layer application. However, if you still want to develop a hosted HTML application or update an existing application, you can download and use the previous version of the Windows Media Center SDK from the Microsoft Download Center.

The DiscData object exposes the following method:

Method Description
GetProperty Gets one of the Properties of the object.

The DiscData object exposes the following properties:

Property Description
Address Gets the index of the slot that holds the disc.
DiscId Gets the disc identifier.
DiscType Gets the disc type.
DrivePath Gets the path to the drive.
Properties Gets properties describing the disc.
VolumeLabel Gets the volume label of the disc.

See Also