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


Commercial message



Nero SDK Discussion Forum Discuss, Maximum write speed at International Chat: Software related forum; I writing CD-RW with NeroCOM 1.5 ( Nero Burning ROM 6.6) successfully. But with slow speed 4x. The CD-RW medium support up to 10x. Nero Burning ROM 6.6 may sets 4x, 8x, 10x and 12x for the medium. But NeroCOM says only 4x! 1. First I


Reply
 
Thread Tools
Old 08-04-2005   #1 (permalink)
New on Forum
 
Join Date: Mar 2005
Location: Moscow, Russia
Posts: 14
Maximum write speed

I writing CD-RW with NeroCOM 1.5 ( Nero Burning ROM 6.6) successfully. But with slow speed 4x. The CD-RW medium support up to 10x. Nero Burning ROM 6.6 may sets 4x, 8x, 10x and 12x for the medium. But NeroCOM says only 4x! 1. First I try default 0 for speed
Code:
   HRESULT iResult = m_pNeroDrive->BurnIsoAudioCD ( L"", L"", false,
       m_pISOTrack, 0, m_pCDStamp, NERO_BURN_FLAGS ( burnFlags ), 0,
       m_iMediaMask );
2. Then I try explicitly gets maximum of available write speeds. But get_WriteSpeeds() returns only one 4x.
Code:
        // obtains max write speed
        CComPtr pWriteSpeeds;
        NEROCHECK ( m_pNeroDrive->get_WriteSpeeds ( &pWriteSpeeds ));
        long iSpeeds;
        NEROCHECK ( pWriteSpeeds->get_Count ( &iSpeeds ));
        int iMaxSpeed;
        NEROCHECK ( pWriteSpeeds->Item ( iSpeeds - 1 , &iMaxSpeed ));

        HRESULT iResult = m_pNeroDrive->BurnIsoAudioCD ( L"", L"", false,
        m_pISOTrack, 0, m_pCDStamp, NERO_BURN_FLAGS ( burnFlags ), iMaxSpeed,
        m_iMediaMask );
How writes with maximum available speed?
Woland Devil is offline   Reply With Quote
Old 12-04-2005   #2 (permalink)
New on Forum
 
Join Date: Mar 2005
Location: Johannesburg, South Africa
Posts: 22
Re: Maximum write speed

please see the thread Very Very Strange Nerocom... If this is your experiance then hop on the bandwagon while we wait for Ahead to "fix"........
mvockerodt is offline   Reply With Quote
 
Reply


If you can't find where you are looking for, then become a member and get an answer fast! We have thousands of people online every moment of the day to help you! Click here



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
Maximum Write Speeds Sicarii CD and DVD Burners 4 07-06-2006 01:50
Can I set maximum write speed for specific media? v0rtex99 Plextor Burner 4 20-03-2005 20:22
Maximum vs. Set Speed HAMP CloneDVD 3 17-08-2004 04:10
Maximum speed Bhodi Newbie Forum 2 28-09-2002 17:17
The maximum mb that the 32123s can write to ec0jh LiteOn / PLDS/ Sony Burner 2 06-06-2002 15:39


All times are GMT +2. The time now is 17:44.


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