#1 Burning Software

It is currently Sat Apr 27, 2024 10:26 pm

All times are UTC




Post new topic Reply to topic  [ 4 posts ] 
Author Message
 Post subject: Set DVD Burn speeds
PostPosted: Thu Mar 13, 2008 4:46 pm 
Offline

Joined: Thu Mar 13, 2008 4:39 pm
Posts: 3
Can anyone tell me the constants
for these speeds when calling this method
device.SetSpeeds(readspeed?,writespeed?)
1x,2x,4x,8x,12x,16x, 20x

and does this work, problems

i know the max speed is this 0xFFFF

thanks


Top
 Profile  
 
 Post subject:
PostPosted: Fri Mar 14, 2008 4:49 pm 
Offline

Joined: Fri Jan 11, 2008 6:13 am
Posts: 200
Location: BVI
Looks like you've asked the same question EVERYWHERE :)

Please take a look at the StarBurn.h, everything is there. Here's some quote from it:

//
// 1X DVD speed constant (DVD-R, DVD-RW and DVD-RAM)
//

#define DVD_SPEED_IN_KBPS_1X 1385


//
// 2X DVD speed constant (DVD-R, DVD-RW and DVD-RAM)
//

#define DVD_SPEED_IN_KBPS_2X 2770


//
// 2.4X DVD speed constant (DVD+R, DVD+R DL and DVD+RW)
//

#define DVD_SPEED_IN_KBPS_2DOT4X 3324


//
// 3X DVD speed constant (DVD-RAM)
//

#define DVD_SPEED_IN_KBPS_3X 4155


//
// 4X DVD speed constant (DVD-R, DVD-R DL, DVD-RW, DVD+R, DVD+R DL, DVD+RW and DVD-RAM)
//

#define DVD_SPEED_IN_KBPS_4X 5540


//
// 5X DVD speed constant (DVD-RAM)
//

#define DVD_SPEED_IN_KBPS_5X 6925


//
// 6X DVD speed constant (DVD-RW)
//

#define DVD_SPEED_IN_KBPS_6X 8310


//
// 8X DVD speed constant (DVD-R, DVD-R DL, DVD+R, DVD+R DL and DVD+RW)
//

#define DVD_SPEED_IN_KBPS_8X 11080


//
// 12X DVD speed constant (DVD-R, DVD+R)
//

#define DVD_SPEED_IN_KBPS_12X 16620


//
// 16X DVD speed constant (DVD+R and DVD-R)
//

#define DVD_SPEED_IN_KBPS_16X 22160


//
// 18X DVD speed constant (DVD+R and DVD-R)
//

#define DVD_SPEED_IN_KBPS_18X 24930


//
// 20X DVD speed constant (DVD+R and DVD-R)
//

#define DVD_SPEED_IN_KBPS_20X 27700


//
// Other DVD speeds are just multiplier of ( DVD_SPEED_IN_KBPS_1X * N ) where N is drive speed
//


Top
 Profile  
 
 Post subject:
PostPosted: Fri Apr 04, 2008 8:40 pm 
Offline

Joined: Fri Apr 04, 2008 12:51 pm
Posts: 17
And what about Blu-Ray and HDDVD speeds constants?


Top
 Profile  
 
 Post subject:
PostPosted: Sat Apr 05, 2008 1:44 am 
Offline
Site Admin

Joined: Fri Jun 18, 2004 12:03 am
Posts: 4089
Location: British Virgin Islands
BLURAY_SPEED_IN_KBPS_XXX set of constants are your friends :)

Calisto wrote:
And what about Blu-Ray and HDDVD speeds constants?


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 18 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