dvd.h

Go to the documentation of this file.
00001 /*
00002  * taken from HAL 0.5.14
00003  * http://www.freedesktop.org/Software/hal
00004  */
00005 
00006 #define DRIVE_CDROM_CAPS_DVDRW             1
00007 #define DRIVE_CDROM_CAPS_DVDRDL            2
00008 #define DRIVE_CDROM_CAPS_DVDPLUSR          4
00009 #define DRIVE_CDROM_CAPS_DVDPLUSRW         8
00010 #define DRIVE_CDROM_CAPS_DVDPLUSRWDL      16
00011 #define DRIVE_CDROM_CAPS_DVDPLUSRDL       32
00012 #define DRIVE_CDROM_CAPS_BDROM            64
00013 #define DRIVE_CDROM_CAPS_BDR             128
00014 #define DRIVE_CDROM_CAPS_BDRE            256
00015 #define DRIVE_CDROM_CAPS_HDDVDROM        512
00016 #define DRIVE_CDROM_CAPS_HDDVDR         1024
00017 #define DRIVE_CDROM_CAPS_HDDVDRW        2048
00018  
00019 int get_dvd_profile(int fd);