FFmpegfs Fuse Multi Media Filesystem 2.16
|
Extra value structure for Video CDs. More...
#include <fileio.h>
Public Attributes | |
int | m_track_no |
Track number (1..) More... | |
int | m_chapter_no |
Chapter number (1..) More... | |
uint64_t | m_start_pos |
Start offset in bytes. More... | |
uint64_t | m_end_pos |
End offset in bytes (not including this byte) More... | |
Extra value structure for Video CDs.
|
inline |
int VIRTUALFILE::VCD_CHAPTER::m_chapter_no |
Chapter number (1..)
Definition at line 179 of file fileio.h.
Referenced by create_vcd_virtualfile(), and VcdIO::openio().
uint64_t VIRTUALFILE::VCD_CHAPTER::m_end_pos |
End offset in bytes (not including this byte)
Definition at line 181 of file fileio.h.
Referenced by create_vcd_virtualfile(), and VcdIO::openio().
uint64_t VIRTUALFILE::VCD_CHAPTER::m_start_pos |
Start offset in bytes.
Definition at line 180 of file fileio.h.
Referenced by create_vcd_virtualfile(), and VcdIO::openio().
int VIRTUALFILE::VCD_CHAPTER::m_track_no |
Track number (1..)
Definition at line 178 of file fileio.h.
Referenced by create_vcd_virtualfile(), and VcdIO::openio().