#include <BlurayCallback.h>
◆ bluray_logger()
void CBlurayCallback::bluray_logger |
( |
const char * |
msg | ) |
|
|
static |
◆ dir_close()
void CBlurayCallback::dir_close |
( |
BD_DIR_H * |
dir | ) |
|
|
static |
◆ dir_open()
BD_DIR_H * CBlurayCallback::dir_open |
( |
void * |
handle, |
|
|
const char * |
rel_path |
|
) |
| |
|
static |
◆ dir_read()
int CBlurayCallback::dir_read |
( |
BD_DIR_H * |
dir, |
|
|
BD_DIRENT * |
entry |
|
) |
| |
|
static |
◆ file_close()
void CBlurayCallback::file_close |
( |
BD_FILE_H * |
file | ) |
|
|
static |
◆ file_eof()
int CBlurayCallback::file_eof |
( |
BD_FILE_H * |
file | ) |
|
|
static |
◆ file_open()
BD_FILE_H * CBlurayCallback::file_open |
( |
void * |
handle, |
|
|
const char * |
rel_path |
|
) |
| |
|
static |
◆ file_read()
int64_t CBlurayCallback::file_read |
( |
BD_FILE_H * |
file, |
|
|
uint8_t * |
buf, |
|
|
int64_t |
size |
|
) |
| |
|
static |
◆ file_seek()
int64_t CBlurayCallback::file_seek |
( |
BD_FILE_H * |
file, |
|
|
int64_t |
offset, |
|
|
int32_t |
origin |
|
) |
| |
|
static |
◆ file_tell()
int64_t CBlurayCallback::file_tell |
( |
BD_FILE_H * |
file | ) |
|
|
static |
◆ file_write()
int64_t CBlurayCallback::file_write |
( |
BD_FILE_H * |
file, |
|
|
const uint8_t * |
buf, |
|
|
int64_t |
size |
|
) |
| |
|
static |
The documentation for this class was generated from the following files: