Windows Media Player 11 SDK IWMPCdromBurn.startBurn (VB and C#)
Previous | Next |
IWMPCdromBurn.startBurn (VB and C#)
The startBurn method burns the CD.
Parameters
This method takes no parameters
Return Value
This method does not return a value.
Remarks
The value of burnstate should be wmpbsReady or wmpbsStopped before calling this method.
This method will not work if the CD drive is not a burner, or if the disc in the drive is not writable. Use isAvailable to determine whether a CD can be burned.
Requirements
Version: Windows Media Player 11.
Namespace: WMPLib
Assembly: Interop.WMPLib.dll (automatically generated by Visual Studio)
See Also
- IWMPCdromBurn Interface (VB and C#)
- IWMPCdromBurn.burnState (VB and C#)
- IWMPCdromBurn.isAvailable (VB and C#)
- IWMPCdromBurn.stopBurn (VB and C#)
Previous | Next |