| |||||||
| Commercial message | |
| | |
| Nero SDK Discussion Forum This is the official support forum for the Nero Software Development Kit (SDK). The forum is monitored by Ahead engineers |
![]() |
| | Thread Tools |
| | #1 (permalink) |
| New on Forum Join Date: Jan 2002
Posts: 21
| how getting difference between DVD-R and DVD-RW I use my own program to get the media type in a recorder. The problem: I use NERO_MEDIA_TYPE to get mediums information. The NeroAPI returns "MEDIA_DVD_M". How I can get information, which kind of medium (DVD-R or DVD-RW) is in the recorder? I tried: (m_NeroCDInfo->ncdiMediaType & MEDIA_DVD_M_R) == MEDIA_DVD_M_R but it doesn`t work. Can anybody help me? Why does the recorder (NeroAPI) returns MEDIA_DVD_M_RW when I have a DVD-RW in the recorder ? Thanx, Tomas |
| | |
| | #2 (permalink) |
| New on Forum Join Date: Jul 2003 Location: Germany
Posts: 6
| Hi Tomas, Here it works: >(m_NeroCDInfo->ncdiMediaType & MEDIA_DVD_M_R) == MEDIA_DVD_M_R DVD-R >(m_NeroCDInfo->ncdiMediaType & MEDIA_DVD_M_RW) == MEDIA_DVD_M_RW DVD-RW >Why does the recorder (NeroAPI) returns MEDIA_DVD_M_RW when I have a DVD-RW in the recorder ? What's wrong? |
| | |
| | #3 (permalink) |
| New on Forum Join Date: Jan 2002
Posts: 21
| what`s wrong Sorry I made a mistake. I use a DVD-RW recorder and when I insert a DVD-RW or DVD-R the function m_NeroCDInfo->ncdiMediaType returns only MEDIA_DVD_M. With only MEDIA_DVD_M I cannot find out what kind of medium was inserted, DVD-R or DVD-RW. Maybe now someone can help me ? Thanx, Tomas |
| | |
| | #5 (permalink) |
| New on Forum Join Date: Jan 2002
Posts: 21
| DVD-r/rw with NeroCmd I use NeroCmd from SDK1.02 and a the DVD recorder from LG "HL-DT-ST DVDRAM GMA-4020B". Sorry I don`t know the frimware. I tried an empty DVD-R (from Sony 2x) and NeroCmd returns "DVD-R". In this case m_NeroCDInfo->ncdiMediaType returns MEDIA_DVD_M_R. That`s okay. But when I use a not empty DVD-RW (Maxell) NeroCmd returns "DVD-R/RW". In fact m_NeroCDInfo->ncdiMediaType returns MEDIA_DVD_M. But I helped myself. When I get MEDIA_DVD_M I also use the old NERO_MEDIUM_TYPE. When it says NMT_CD_REWRITABLE I know that must be a DVD-RW. Maybe you can reproduces this on your local computer? |
| | |
| |
| |
![]() |
| Bookmarks |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| difference beteen dvd-rw,dvd-ram,mrw discs... | mtmiran | Nero & InCD | 1 | 20-08-2006 21:56 |
| what is the difference between DVD-R and DVD-RW? | ebegger | Optical Storage Technical Discussions | 1 | 14-05-2005 17:35 |
| Difference between DVD+RW quick/full erase | sbehring | LiteOn / PLDS/ Sony Burner | 3 | 18-11-2004 15:19 |
| whats the difference? DVD-R and DVD+R (+RW & -RW) | xeron | Video Edit Software | 7 | 18-05-2004 16:10 |
| Difference Between Pioneer DVD-RW/R Drives ??? | DVDCopyBoy | CD and DVD Burners | 2 | 04-04-2003 22:27 |