IWMPCdromBurn::burnFormat property

[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 burnFormat property gets a value that indicates the type of CD to burn.

This property is read-only.

Syntax

public WMPBurnFormat burnFormat {get;}

Public ReadOnly Property burnFormat As WMPBurnFormat

Property value

A WMPLib.WMPBurnFormat that is a value from the WMPBurnFormat enumeration that indicates the type of CD to burn.

Requirements

Requirement Value
Version
Windows Media Player 11
Namespace
WMPLib
Assembly
Interop.WMPLib (Interop.WMPLib.dll)

See also

IWMPCdromBurn Interface (VB and C#)

WMPBurnFormat