Kodi Documentation 18.0
Kodi is an open source media player and entertainment hub.
iso9660.h File Reference
#include <vector>
#include <string>
#include "PlatformDefs.h"
#include <cdio/iso9660.h>

Classes

struct  iso9660_VolumeDescriptor
 
struct  iso9660_Datetime
 
struct  iso9660_Directory
 
struct  iso9660info
 
struct  iso_dirtree
 
struct  iso_directories
 
class  iso9660
 
class  iso9660::isofile
 

Macros

#define Flag_NotExist   0x01 /* 1-file not exists */
 
#define Flag_Directory   0x02 /* 0-normal file, 1-directory */
 
#define Flag_Associated   0x03 /* 0-not associated file */
 
#define Flag_Protection   0x04 /* 0-normal access */
 
#define Flag_Multi   0x07 /* 0-final Directory Record for the file */
 
#define MAX_ISO_FILES   30
 
#define CIRC_BUFFER_SIZE   10
 

Variables

class iso9660 m_isoReader
 

Macro Definition Documentation

◆ CIRC_BUFFER_SIZE

#define CIRC_BUFFER_SIZE   10

◆ Flag_Associated

#define Flag_Associated   0x03 /* 0-not associated file */

◆ Flag_Directory

#define Flag_Directory   0x02 /* 0-normal file, 1-directory */

◆ Flag_Multi

#define Flag_Multi   0x07 /* 0-final Directory Record for the file */

◆ Flag_NotExist

#define Flag_NotExist   0x01 /* 1-file not exists */

◆ Flag_Protection

#define Flag_Protection   0x04 /* 0-normal access */

◆ MAX_ISO_FILES

#define MAX_ISO_FILES   30

Variable Documentation

◆ m_isoReader

class iso9660 m_isoReader
extern