IWMPCdromBurn (VB and C#) interface

[The feature associated with this page, Windows Media Player SDK, is a legacy feature. It has been superseded by MediaPlayer. MediaPlayer has been optimized for Windows 10 and Windows 11. Microsoft strongly recommends that new code use MediaPlayer instead of Windows Media Player SDK, when possible. Microsoft suggests that existing code that uses the legacy APIs be rewritten to use the new APIs if possible.]

Provides properties and methods to manage creating audio CDs.

Members

The IWMPCdromBurn (VB and C#) interface has these types of members:

Methods

The IWMPCdromBurn (VB and C#) interface has these 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.

Properties

The IWMPCdromBurn (VB and C#) interface has these properties.

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

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

Requirements

Requirement Value
Header
Wmp.h

See also

Interfaces for Visual Basic .NET and C#