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

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

Detailed Description

Extra value structure for Video CDs.

Note
Only available if compiled with -DUSE_LIBVCD.

Definition at line 170 of file fileio.h.

Constructor & Destructor Documentation

◆ VCD_CHAPTER()

Definition at line 172 of file fileio.h.

Member Data Documentation

◆ m_chapter_no

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

◆ m_end_pos

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

◆ m_start_pos

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

◆ m_track_no

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


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