|
FFmpegfs Fuse Multi Media Filesystem 2.16
|
Extra value structure for DVDs. More...
#include <fileio.h>
Public Attributes | |
| int | m_title_no |
| Track number (1...n) More... | |
| int | m_chapter_no |
| Chapter number (1...n) More... | |
| int | m_angle_no |
| Selected angle number (1...n) More... | |
Extra value structure for DVDs.
|
inline |
| int VIRTUALFILE::DVD_CHAPTER::m_angle_no |
Selected angle number (1...n)
Definition at line 197 of file fileio.h.
Referenced by create_dvd_virtualfile(), and DvdIO::openio().
| int VIRTUALFILE::DVD_CHAPTER::m_chapter_no |
Chapter number (1...n)
Definition at line 196 of file fileio.h.
Referenced by create_dvd_virtualfile(), and DvdIO::openio().
| int VIRTUALFILE::DVD_CHAPTER::m_title_no |
Track number (1...n)
Definition at line 195 of file fileio.h.
Referenced by create_dvd_virtualfile(), and DvdIO::openio().