FFmpegfs Fuse Multi Media Filesystem 2.16
Public Attributes | List of all members
VIRTUALFILE::DVD_CHAPTER Struct Reference

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...
 

Detailed Description

Extra value structure for DVDs.

Note
Only available if compiled with -DUSE_LIBDVD.

Definition at line 188 of file fileio.h.

Constructor & Destructor Documentation

◆ DVD_CHAPTER()

Definition at line 190 of file fileio.h.

Member Data Documentation

◆ m_angle_no

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().

◆ m_chapter_no

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().

◆ m_title_no

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().


The documentation for this struct was generated from the following file: