ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Standard functions / Windows functions / CD and DVD burning functions
  • SmartBurn
  • Required configuration
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Allows you to to find out and modify the properties of the current burner. This burner can be selected by BurnerSelect.
Remark: To find out the list of burners available from the current computer, use BurnerList.
Example
// Burner speed
ResSpeed is int
ResSpeed = BurnerProperty(burnerSpeed)
 
Info("The write speed is: " + ResSpeed + "x")
// Management of "SmartBurn"
BurnerProperty(burnerSmartBurn, 1)
Syntax

Finding out the burner properties Hide the details

<Result> = BurnerProperty(<Burner property>)
<Result>: Integer
Value of requested property.
<Burner property>: Integer constant
Requested property:
burnerMaxSpeedMaximum write speed
burnerSecondsBetweenTracksNumber of seconds between tracks.
burnerSmartBurnManagement of SmartBurn:
  • 0: SmartBurn is not supported.
  • 1: SmartBurn is supported.
burnerSpeedCurrent write speed

Modifying the burner properties Hide the details

<Result> = BurnerProperty(<Burner property> , <New value>)
<Result>: Boolean
  • True if the property was modified,
  • False otherwise. To get more details on the error, use ErrorInfo.
<Burner property>: Integer constant
Property to modify:
burnerSecondsBetweenTracksNumber of seconds between tracks.
burnerSmartBurnManagement of SmartBurn:
  • 0: SmartBurn is not supported.
  • 1: SmartBurn is supported.
burnerSpeedWrite speed.
<New value>: Integer
New value for the requested property.
Remarks

SmartBurn

The Smart Burn technology (Smart Monitoring And Adapting Recording Technology for Burning) is used to optimize the burning speed according to the quality of the CD and to avoid errors such as "buffer underruns".
This technology is available for some types of burners.

Required configuration

Component: wd290grv.dll
Minimum version required
  • Version 10
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help