![]() |
Kodi Documentation 18.0
Kodi is an open source media player and entertainment hub.
|
#include "iso9660.h"
#include "storage/IoSupport.h"
#include "utils/CharsetConverter.h"
#include "threads/SingleLock.h"
#include "IFile.h"
#include "utils/log.h"
#include "storage/DetectDVDType.h"
#include "platform/linux/XFileUtils.h"
#include "platform/linux/XTimeUtils.h"
#include <stdlib.h>
#include <algorithm>
#include <cdio/bytesex.h>
Macros | |
#define | BUFFER_SIZE MODE2_DATA_SIZE |
#define | RET_ERR -1 |
Functions | |
void | cdio_warn (const char *msg,...) |
Variables | |
class iso9660 | m_isoReader |
#define BUFFER_SIZE MODE2_DATA_SIZE |
#define RET_ERR -1 |
void cdio_warn | ( | const char * | msg, |
... | |||
) |
class iso9660 m_isoReader |