#1 Burning Software

It is currently Thu Dec 19, 2024 6:41 am

All times are UTC




Post new topic Reply to topic  [ 4 posts ] 
Author Message
 Post subject: StarburnX write speed
PostPosted: Tue Feb 12, 2008 7:46 am 
Offline

Joined: Thu Feb 07, 2008 1:45 pm
Posts: 3
Is there a way to set the write speed of my burning device in starburnX I've been looking through the documentation and the closest I've come is IDataBurner.WriteSpeed. Unfortunately, this property only sets the speed at which video data will be burned.

Thanks


Top
 Profile  
 
 Post subject:
PostPosted: Tue Feb 12, 2008 5:24 pm 
Offline

Joined: Thu Dec 13, 2007 8:44 am
Posts: 609
Hello

To set the write speed for DataBurner you should use the WriteSpeed property (we are sorry for the inaccuracy in StarBurnX help :()

For example:

<CODE C#>

private DataBurner m_dataBurner;

...
m_dataBurner.WriteSpeed = driveObject.DriveInfo.SupportedWriteSpeeds[indexOfSlectedSpeed].Speed;

// Note: driveObject is the Drive object - obtained from the StarBurnX.Drives collection.

</CODE>

Thanx

Dmitry Bortsov

Rocket Division Software


Top
 Profile  
 
 Post subject:
PostPosted: Wed Feb 13, 2008 8:41 am 
Offline

Joined: Thu Feb 07, 2008 1:45 pm
Posts: 3
Thanks!


Top
 Profile  
 
 Post subject:
PostPosted: Wed Feb 13, 2008 6:42 pm 
Offline
Site Admin

Joined: Fri Jun 18, 2004 12:03 am
Posts: 4089
Location: British Virgin Islands
Let us know if you'd have other questions :)


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 4 posts ] 

All times are UTC


Who is online

Users browsing this forum: No registered users and 6 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group