#include <QDir>
#include <QFileInfo>
#include "compat.h"
#include "mythcdrom.h"
#include "mythconfig.h"
#include "remotefile.h"
#include "blockinput.h"
#include "udfread.h"
#include "mythlogging.h"
Go to the source code of this file.
|
static int | def_close (udfread_block_input *p_gen) |
|
static uint32_t | def_size (udfread_block_input *p_gen) |
|
static int | def_read (udfread_block_input *p_gen, uint32_t lba, void *buf, uint32_t nblocks, int flags) |
|
◆ PATHTO_BAD_DVD_MOUNT
#define PATHTO_BAD_DVD_MOUNT "/video_ts" |
◆ PATHTO_DVD_DETECT
#define PATHTO_DVD_DETECT "/VIDEO_TS" |
◆ PATHTO_BD_DETECT
#define PATHTO_BD_DETECT "/BDMV" |
◆ PATHTO_VCD_DETECT
#define PATHTO_VCD_DETECT "/vcd" |
◆ PATHTO_SVCD_DETECT
#define PATHTO_SVCD_DETECT "/svcd" |
◆ PATHTO_AUDIO_DETECT
#define PATHTO_AUDIO_DETECT "/.TOC.plist" |
◆ def_close()
static int def_close |
( |
udfread_block_input * |
p_gen | ) |
|
|
static |
◆ def_size()
static uint32_t def_size |
( |
udfread_block_input * |
p_gen | ) |
|
|
static |
◆ def_read()
static int def_read |
( |
udfread_block_input * |
p_gen, |
|
|
uint32_t |
lba, |
|
|
void * |
buf, |
|
|
uint32_t |
nblocks, |
|
|
int |
flags |
|
) |
| |
|
static |