IWMPCdromBurn interface (wmp.h)

[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.]

The IWMPCdromBurn interface provides methods to manage creating audio CDs.

Inheritance

The IWMPCdromBurn interface inherits from the IUnknown interface. IWMPCdromBurn also has these types of members:

Methods

The IWMPCdromBurn interface has these methods.

 
IWMPCdromBurn::erase

The erase method erases the current CD.
IWMPCdromBurn::get_burnFormat

The get_burnFormat method retrieves a value that indicates the type of CD to burn.
IWMPCdromBurn::get_burnPlaylist

The get_burnPlaylist method retrieves the current playlist to burn to the CD.
IWMPCdromBurn::get_burnProgress

The get_burnProgress method retrieves the CD burning progress as percent complete.
IWMPCdromBurn::get_burnState

The get_burnState method retrieves an enumeration value that indicates the current burn state.
IWMPCdromBurn::get_label

The get_label method retrieves the CD volume label string.
IWMPCdromBurn::getItemInfo

The getItemInfo method retrieves the value of the specified attribute for the CD.
IWMPCdromBurn::isAvailable

The isAvailable method provides information about the CD drive and media.
IWMPCdromBurn::put_burnFormat

The put_burnFormat method specifies the type of CD to burn.
IWMPCdromBurn::put_burnPlaylist

The put_burnPlaylist method specifies the playlist to burn to CD.
IWMPCdromBurn::put_label

The put_label method specifies the label string for the CD volume.
IWMPCdromBurn::refreshStatus

The refreshStatus method updates the status information for the current burn playlist.
IWMPCdromBurn::startBurn

The startBurn method burns the CD.
IWMPCdromBurn::stopBurn

The stopBurn method stops the CD burning process.

Requirements

   
Target Platform Windows
Header wmp.h

See also

Interfaces