| |||||||
| Commercial message | |
| | |
|
![]() |
| | Thread Tools |
| | #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 |
| | |
| | #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). |
| | |
| | #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" |
| | |
| |
| |
![]() |
| Bookmarks |
| Thread Tools | |
| |
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 |