File and CD access wrapper.
#include <srl_cd.hpp>
Classes | |
struct | File |
Disk file. More... | |
struct | FileSize |
File size. More... | |
struct | TableOfContents |
Table of contents of the CD. More... | |
Public Types | |
enum | SeekMode : uint32_t { Absolute = 0 , Relative , EndOfFile } |
CD seek mode. More... | |
Public Member Functions | |
Cd ()=delete | |
disable default constructor | |
Static Public Member Functions | |
static void | ChangeDir (char *name) |
Change current directory. | |
static void | ChangeDir (const char *name) |
Change current directory. | |
static bool | Initialize () |
Initialize file handling stuff. | |
Static Public Attributes | |
static const int | MaxTrackCount = 99 |
Number of tracks CD can have. | |
enum SRL::Cd::SeekMode : uint32_t |
|
inlinestatic |
Change current directory.
name | Directory name (NULL for root directory) |
|
inlinestatic |
Change current directory.
name | Directory name (NULL for root directory) |
|
inlinestatic |
Initialize file handling stuff.