| 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 |