Windows Media Player 11 SDK WMPBurnFormatĀ
Previous | Next |
WMPBurnFormat
The WMPBurnFormat enumeration type defines the possible types of CDs for burning.
Syntax
typedef enum WMPBurnFormat{ wmpbfAudioCD = 0, wmpbfDataCD = 1 } WMPBurnFormat;
Members
wmpbfAudioCD
The CD being burned is an audio CD.
wmpbfDataCD
The CD being burned is a data CD.
Remarks
Windows Media Player 10 Mobile: This enumeration is not supported.
Requirements
Version: Windows Media Player 11.
Header: Include wmp.h.
Library: Use wmp.dll.
See Also
Previous | Next |