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

Windows Media Player SDK banner art

Previous Next

IWMPCdromBurn Interface (VB and C#)

Provides properties and methods to manage creating audio CDs.

The IWMPCdromBurn interface exposes the following properties.

Property Description
burnFormat Gets or sets a value that indicates the type of CD to burn.
burnPlaylist Gets or sets the current playlist to burn to the CD.
burnProgress Gets the CD burning progress as percent complete.
burnState Gets an enumeration value that indicates the current burn state.
label Gets or sets the CD volume label string.

The IWMPCdromBurn interface exposes the following methods.

Method Description
erase Erases the current CD.
getItemInfo Retrieves the value of the specified attribute for the CD.
isAvailable Provides information about the CD drive and media.
refreshStatus Updates the status information for the current burn playlist.
startBurn Burns the CD.
stopBurn Stops the CD burning process.

Get an IWMPCdromBurn interface by casting the IWMPCdrom interface of the CD that you wish to burn.

See Also

Previous Next