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


Commercial message



Nero SDK Discussion Forum Discuss, Close Disc at International Chat: Software related forum; I want to close the disc when writing with NeroAPI. But it is not working - i can always append data with Nero . I do it the following way - what is wrong? while (...) { ... IsoTrack.AddEntry (ff.GetFilePath()); } memset(&m_writeCD,0,sizeof(m_writeCD)); m_writeCD.nwcdMediaType = dvd ? MEDIA_DVD_ANY : MEDIA_CD; m_writeCD.nwcdpCDStamp=NULL;


Reply
 
Thread Tools
Old 18-09-2003   #1 (permalink)
New on Forum
 
Join Date: Feb 2003
Posts: 7
Close Disc

I want to close the disc when writing with NeroAPI. But it is not working - i can always append data with Nero.

I do it the following way - what is wrong?

while (...)
{
...
IsoTrack.AddEntry (ff.GetFilePath());
}

memset(&m_writeCD,0,sizeof(m_writeCD));
m_writeCD.nwcdMediaType = dvd ? MEDIA_DVD_ANY : MEDIA_CD;
m_writeCD.nwcdpCDStamp=NULL;
m_writeCD.nwcdArtist=NULL;
m_writeCD.nwcdTitle = m_szTitle;
m_writeCD.nwcdCDExtra=FALSE;
m_writeCD.nwcdNumTracks=0;

m_writeCD.nwcdIsoTrack = &IsoTrack;
m_writeCD.nwcdCDExtra = FALSE;
int iRes = NeroBurn(m_ndhDeviceHandle, NERO_ISO_AUDIO_CD, &m_writeCD,
(real ? NBF_WRITE : NBF_SIMULATE)
| NBF_DAO
| NBF_DETECT_NON_EMPTY_CDRW | BF_SPEED_IN_KBS
| NBF_CD_TEXT
| NBF_BUF_UNDERRUN_PROT
| NBF_DISABLE_EJECT,
0, &m_npProgress);

Thx
TheWikkinger is offline   Reply With Quote
Old 19-09-2003   #2 (permalink)
Nero Developer
 
Join Date: Jun 2003
Posts: 209
It seems to be correct. What version of
Nero did you use?
matze is offline   Reply With Quote
Old 22-09-2003   #3 (permalink)
New on Forum
 
Join Date: Feb 2003
Posts: 7
Nero v6.0.0.15
Nero API v1.03

I found out in the meantime that it works ok with a CD-R.
Before I was testing with DVD+RW and with this media the disc stays open.
Is that normal behavior with DVD+RW? With Nero i can also close the disc on DVD+RW (but not with Nero API).
TheWikkinger is offline   Reply With Quote
Old 22-09-2003   #4 (permalink)
Nero Developer
 
Join Date: Jun 2003
Posts: 209
This behaviour comes from the method how DVD+RW are written.
DVD+RW can not be finalized in the usual meaning. And they also does not support real multisession like CD-R/RW.
It is just that NeroAPI always add the necessary information to the DVD+RW that it can be continued. Nero only if the user did not choose "Finalize"
matze is offline   Reply With Quote
Old 22-09-2003   #5 (permalink)
New on Forum
 
Join Date: Feb 2003
Posts: 7
Ok - everythings clear now.

Thanks for your support.
TheWikkinger 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
Do not close disc ? bahonga Newbie Forum 1 19-07-2007 18:57
Close VR disc - finalsing DVD micksevern Nero & InCD 4 19-01-2007 21:47
Nero InCD. How To Close A Disc??? GazUK General Software 2 28-07-2006 15:37
dvr-105 fails to close disc or session jjbarrows Asus / Pioneer Burner 4 29-10-2005 04:42
close but... j@kker Bug Reports Mainpage 0 06-04-2003 20:18


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


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