Go to the source code of this file.
Classes | |
| struct | CDROMeventStatus |
| struct | CDROMdiscInfo |
| class | MythCDROMLinux |
| Use Linux-specific ioctl()s to detect Audio-CDs, changed media, open trays and blank writable media. More... | |
Typedefs | |
| typedef struct cdrom_generic_command | CDROMgenericCmd |
Enumerations | |
| enum | CDROMdiscStatus { MEDIA_IS_EMPTY = 0x0, MEDIA_IS_APPENDABLE = 0x1, MEDIA_IS_COMPLETE = 0x2, MEDIA_IS_OTHER = 0x3 } |
Functions | |
| MythCDROM * | GetMythCDROMLinux (QObject *par, const char *devicePath, bool SuperMount, bool AllowEject) |
| typedef struct cdrom_generic_command CDROMgenericCmd |
Definition at line 32 of file mythcdrom-linux.cpp.
| enum CDROMdiscStatus |
Definition at line 109 of file mythcdrom-linux.cpp.
| MythCDROM* GetMythCDROMLinux | ( | QObject * | par, | |
| const char * | devicePath, | |||
| bool | SuperMount, | |||
| bool | AllowEject | |||
| ) |
Definition at line 149 of file mythcdrom-linux.cpp.
Referenced by MythCDROM::get().
1.6.3