| |||||||
| Commercial message | |
| | |
|
![]() |
| | Thread Tools |
| | #1 (permalink) |
| CD Freaks Junior Member Join Date: Jan 2005
Posts: 73
| Multisession DVD I am just finishing Backup on CDs and now i would like to do it on DVD. Can some one pleas give some general instructions how to burn multisession DVD, and what are the difrences in compare with mulltisession CD. ![]() I am using NeroCOM |
| | |
| | #3 (permalink) |
| Nero Developer Join Date: Oct 2003
Posts: 605
| There is neither a CDInfo2 function nor a CDInfo object. You have got things mixed up. You call a CDInfo fuction and wait for a OnDoneCDInfo event. The event handler provides you with a INeroCDInfo interface pointer which gives you access to NeroCDInfo object. If you got the proper library version (Nero version), you will also be able to access INeroCDInfo2 interface pointer which allows you access to the properties you seek. If using a higher level language such as C# or VB, this should happen automatically and transparently as you normally never work with interface pointers directly. |
| | |
| | #4 (permalink) |
| CD Freaks Junior Member Join Date: Jan 2005
Posts: 73
| Re: Multisession DVD Thenx alexp I wulld still like to ask about the version. I downloaded Nero Burning ROM 6.6.0.8 but is demo. Is theat ok? I cant access INeroCDInfo2. Maybe i dont have the right version or i do not know how? |
| | |
| | #5 (permalink) |
| Nero Developer Join Date: Oct 2003
Posts: 605
| Nero being a demo does not hurt your ability to use NeroCOM. In what way can't you access INeroCDInfo2? Do you get any run-time error or what? You should have NeroCOM file version 1.3.1.2. If you have it, something else must be wrong. |
| | |
| | #6 (permalink) |
| CD Freaks Junior Member Join Date: Jan 2005
Posts: 73
| Re: Multisession DVD if i change private void drive_OnDoneCDInfo(INeroCDInfo pCDInfo) to private void drive_OnDoneCDInfo(INeroCDInfo2 pCDInfo) i get next error Method 'MDocBeckup.fBackupNaCD.drive_OnDoneCDInfo(NEROLib.INeroCDInfo2)' does not match delegate 'void NEROLib._INeroDriveEvents_OnDoneCDInfoEventHandler(NEROLib.INeroCDInfo)' if i change allso drive.OnDoneCDInfo+=new _INeroDriveEvents_OnDoneCDInfoEventHandler(drive_OnDoneCDInfo); to drive.OnDoneCDInfo+=new _INeroDriveEvents_OnDoneCDInfoEventHandler(drive_OnDoneCDInfo2); i get next error The name 'drive_OnDoneCDInfo2' does not exist in the class or namespace 'MDocBeckup.fBackupNaCD' i am using c# |
| | |
| | #7 (permalink) | ||
| Nero Developer Join Date: Oct 2003
Posts: 605
| Quote:
For instance, you could have the following code at the beginning of the handler: Code: NeroCDInfo cdInfo = (NeroCDInfo) pCDInfo; Quote:
| ||
| | |
| | #8 (permalink) | |
| CD Freaks Junior Member Join Date: Jan 2005
Posts: 73
| Re: Multisession DVD I found this in some other thread. Quote:
i set cdInfo.MediumFlags. i get NeroVMSInfo object with GetVMSInfo() method . Now i don't know what exactly to do with NeroVMSInfo object Some healp pleas ![]() | |
| | |
| | #9 (permalink) |
| Nero Developer Join Date: Oct 2003
Posts: 605
| NeroVMSInfo object provides you with info about possible virtual sessions of a DVD+-RW disc. If you want to write a multisession disc, you must examine this object and choose which session you would like to import, if any. If you decide to import, make sure to use NERO_IMPORT_VMS_SESSION flag. This changes the meaning of TrackNumber to be a sequence number of a VMS session. |
| | |
| | #11 (permalink) |
| Nero Developer Join Date: Oct 2003
Posts: 605
| When the flag NERO_IMPORT_VMS_SESSION is present, the track number is treated as a virtual multisession number. To make it even simpler... if you omit it, the track number should be a sequence number of tracks as returned by GetCDInfo(). If the flag is present, it should be a sequence number of the tracks as returned by GetVMSInfo(). |
| | |
| | #12 (permalink) |
| CD Freaks Junior Member Join Date: Jan 2005
Posts: 73
| Re: Multisession DVD I corected the mistakes but it still dosn't work for multisession. It works for first session but not for secend. i get NERO_WAITCD_EMPTYCD error. Disc is not empty error? my cdInfo.MediumFlags is set on NCDIMF_VIRTUALMULTISESSION then i call NeroVMSInfo v = drive.GetVMSInfo(); drive.ImportIsoTrack(v.Count-1,NERO_IMPORT_ISO_TRACK_FLAGS.NERO_IMPORT_VMS_SESSION); and before burning seems like all is OK but then i get error. maybe i have some wrong flags or something. Here i will upload my code if you could pleas hellp me. it's short. I start burning on method private void button2_Click(object sender, System.EventArgs e) |
| | |
| | #15 (permalink) |
| New on Forum Join Date: Aug 2005
Posts: 1
| Re: Multisession DVD Sorry to bother you folks. But where did this MS discussion start? I am sooo interested in doing multisession dvd's but I'm a newbie. What are the steps in Nero Burning to create a MS DVD? And to continue a MS DVD? Is there somebody who can explain this in plain and simple English? |
| | |
| |
| |
![]() |
| 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 | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| dvd multisession help please | julietech | Burning Software | 7 | 06-03-2008 09:49 |
| can't burn a multisession dvd | unkle stu | Nero & InCD | 0 | 22-09-2005 06:51 |
| multisession DVD | romgohan | General Software | 1 | 15-01-2005 12:19 |
| DVD and Multisession | dolfin97 | Nero SDK Discussion Forum | 0 | 21-05-2004 15:08 |
| multisession dvd | bozampa | Video Edit Software | 1 | 03-04-2002 02:32 |