Public type that is used to provide statistics on a handle. More...
#include <dvd_reader.h>
Public Attributes | |
| off_t | size |
| Total size of file in bytes. | |
| int | nr_parts |
| Number of file parts. | |
| off_t | parts_size [9] |
| Size of each part in bytes. | |
Public type that is used to provide statistics on a handle.
Definition at line 75 of file dvd_reader.h.
| off_t dvd_stat_t::size |
Total size of file in bytes.
Definition at line 76 of file dvd_reader.h.
Referenced by DVDFileStat(), DVDFileStatVOBPath(), and DVDFileStatVOBUDF().
Number of file parts.
Definition at line 77 of file dvd_reader.h.
Referenced by DVDFileStat(), DVDFileStatVOBPath(), and DVDFileStatVOBUDF().
| off_t dvd_stat_t::parts_size[9] |
Size of each part in bytes.
Definition at line 78 of file dvd_reader.h.
Referenced by DVDFileStat(), DVDFileStatVOBPath(), and DVDFileStatVOBUDF().
1.6.3