libhd 5.0
dvd.h
Go to the documentation of this file.
1/*
2 * taken from HAL 0.5.14
3 * http://www.freedesktop.org/Software/hal
4 */
5
6#define DRIVE_CDROM_CAPS_DVDRW 1
7#define DRIVE_CDROM_CAPS_DVDRDL 2
8#define DRIVE_CDROM_CAPS_DVDPLUSR 4
9#define DRIVE_CDROM_CAPS_DVDPLUSRW 8
10#define DRIVE_CDROM_CAPS_DVDPLUSRWDL 16
11#define DRIVE_CDROM_CAPS_DVDPLUSRDL 32
12#define DRIVE_CDROM_CAPS_BDROM 64
13#define DRIVE_CDROM_CAPS_BDR 128
14#define DRIVE_CDROM_CAPS_BDRE 256
15#define DRIVE_CDROM_CAPS_HDDVDROM 512
16#define DRIVE_CDROM_CAPS_HDDVDR 1024
17#define DRIVE_CDROM_CAPS_HDDVDRW 2048
18
19int get_dvd_profile(int fd);
int get_dvd_profile(int fd)
Definition: dvd.c:187