IDiscWriterApp Interface

A CD/DVD recording application for Windows Media Center must implement the IDiscWriterApp interface. Windows Media Center uses this interface to retrieve information from the application, including the available drives, the supported recording formats, the currently selected drive, and so on. Windows Media Center also provides disc-related information to the application through this interface.

Syntax

public interface IDiscWriterApp : IListMakerApp

Public Instance Methods

Method Description
Erase Causes a CD/DVD recording application to erase the contents of the currently selected disc.

Public Instance Properties

Property Description
AvailableDrives Gets an array of strings, each containing the drive letter of a disc drive capable of writing data to a CD or DVD.
FitToDisc Gets or sets a value that indicates whether the user has selected the Fit To Disc recording option.
InUseDriveLetter Gets a value that indicates the letter of the disc drive that is currently in use.
IsBlank Gets a value that indicates whether the recording medium is blank.
IsDiscViable Gets a value that indicates whether the recording medium is still usable.
IsErasable Gets a value that indicates whether the current medium is erasable—that is, whether it is a read/write medium that contains content.
SelectedDrive Gets a value that indicates the drive letter of the currently selected drive.
SelectedFormat Gets a value that indicates the currently selected disc format.
SupportedFormat Gets an array of flags that indicates the disc recording formats that a CD/DVD recording application supports.
SupportsFitToDisc Gets a value that indicates whether the fit-to-disc feature is on or off.

See Also