Go Back   Club CDFreaks - Knowledge is Power > International Chat: Software related > Nero SDK Discussion Forum


Commercial message



Nero SDK Discussion Forum Discuss, Problems get drive speeds at International Chat: Software related forum; I am using NeroCom with VB.Net and wish to display the possible drive speeds for both CD and DVD media, however I am only able to get the lowest speed. Can any one tell me what I am doing wrong, code snipit below. Private WithEvents cNeroController As Nero Private


Reply
 
Thread Tools
Old 08-11-2005   #1 (permalink)
New on Forum
 
Join Date: Nov 2005
Posts: 5
Problems get drive speeds

I am using NeroCom with VB.Net and wish to display the possible drive speeds for both CD and DVD media, however I am only able to get the lowest speed. Can any one tell me what I am doing wrong, code snipit below.


Private WithEvents cNeroController As Nero
Private drives As INeroDrives
Private WithEvents drive As NeroDrive

'Create a new Nero controller
cNeroController = New Nero

drives = cNeroController.GetDrives(NERO_MEDIA_TYPE.NERO_MEDIA_CDR)

Dim pSpeed As NeroSpeeds
Dim strSpeed As String
Dim iSpeed As Integer
Dim iCount As Integer

pSpeed = drive.AvailableSpeeds(NERO_ACCESSTYPE.NERO_ACCESSTYPE_WRITE, NERO_MEDIA_TYPE.NERO_MEDIA_CDRW)
iCount = pSpeed.Count - 1

For x As Integer = 0 To iCount
iSpeed = pSpeed.Item(x) / pSpeed.BaseSpeedKBs
strSpeed = iSpeed.ToString() + "x ("
strSpeed += pSpeed.Item(x).ToString
strSpeed += " KB/s)"
m_SpeedArray(x) = strSpeed
Msgbox(strSpeed)
Next
ruthpern is offline   Reply With Quote
Reply

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
Speeding Up Drive Speeds V1P3RZ DVDFab / DVD Region+CSS Free 27 06-05-2007 17:55
DRive speeds?? me86884 CD and DVD Burners 2 23-09-2005 17:50
Rip speeds on my 3520 drive VdubTX NEC / Optiarc Burner 3 28-04-2005 21:04
Increasing drive speeds arsonist Optical Storage Technical Discussions 6 09-09-2004 00:10
how to test drive speeds? 4th alphabet General Hardware Forum 7 03-07-2002 18:26


All times are GMT +2. The time now is 09:06.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.1.0