#include <cerrno>
#include <climits>
#include <cstdint>
#include <fcntl.h>
#include <linux/cdrom.h>
#include <linux/fs.h>
#include <linux/iso_fs.h>
#include <scsi/scsi.h>
#include <scsi/sg.h>
#include <sys/ioctl.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <unistd.h>
#include <QtGlobal>
#include <QChar>
#include <QDateTime>
#include "mythcdrom.h"
#include "mythcdrom-linux.h"
#include "mythlogging.h"
#include "mythdate.h"
Go to the source code of this file.
◆ ASSUME_WANT_AUDIO
| #define ASSUME_WANT_AUDIO 1 |
◆ LOC
| #define LOC QString("MythCDROMLinux:") |
◆ CDROMgenericCmd
◆ CDROMdiscStatus
| Enumerator |
|---|
| MEDIA_IS_EMPTY | |
| MEDIA_IS_APPENDABLE | |
| MEDIA_IS_COMPLETE | |
| MEDIA_IS_OTHER | |
Definition at line 119 of file mythcdrom-linux.cpp.
◆ GetMythCDROMLinux()
| MythCDROM * GetMythCDROMLinux |
( |
QObject * |
par, |
|
|
const QString & |
devicePath, |
|
|
bool |
SuperMount, |
|
|
bool |
AllowEject |
|
) |
| |