| 
    FFmpegfs Fuse Multi Media Filesystem 2.16
    
   | 
 
Extra value structure for cue sheets. More...
#include <fileio.h>

Public Attributes | |
| int | m_tracktotal | 
| Total number of tracks in cue sheet.  More... | |
| int | m_trackno | 
| Track number.  More... | |
| std::string | m_artist | 
| Track artist.  More... | |
| std::string | m_title | 
| Track title.  More... | |
| std::string | m_album | 
| Album title.  More... | |
| std::string | m_genre | 
| Album genre.  More... | |
| std::string | m_date | 
| Publishing date.  More... | |
| int64_t | m_start | 
| Track start time, in AV_TIME_BASE fractional seconds.  More... | |
| int64_t | m_duration | 
| Track/chapter duration, in AV_TIME_BASE fractional seconds.  More... | |
| VIRTUALFILE * | m_nextfile | 
| Next (probable) file to be played. Used for cuesheet lists.  More... | |
      
  | 
  inline | 
| std::string VIRTUALFILE::CUESHEET_TRACK::m_album | 
Album title.
Definition at line 234 of file fileio.h.
Referenced by create_cuesheet_virtualfile(), and FFmpeg_Transcoder::process_metadata().
| std::string VIRTUALFILE::CUESHEET_TRACK::m_artist | 
Track artist.
Definition at line 232 of file fileio.h.
Referenced by FFmpeg_Transcoder::copy_metadata(), create_cuesheet_virtualfile(), and FFmpeg_Transcoder::process_metadata().
| std::string VIRTUALFILE::CUESHEET_TRACK::m_date | 
Publishing date.
Definition at line 236 of file fileio.h.
Referenced by create_cuesheet_virtualfile(), and FFmpeg_Transcoder::process_metadata().
| int64_t VIRTUALFILE::CUESHEET_TRACK::m_duration | 
Track/chapter duration, in AV_TIME_BASE fractional seconds.
Definition at line 239 of file fileio.h.
Referenced by create_cuesheet_virtualfile(), and FFmpeg_Transcoder::read_decode_convert_and_store().
| std::string VIRTUALFILE::CUESHEET_TRACK::m_genre | 
Album genre.
Definition at line 235 of file fileio.h.
Referenced by create_cuesheet_virtualfile(), and FFmpeg_Transcoder::process_metadata().
| VIRTUALFILE* VIRTUALFILE::CUESHEET_TRACK::m_nextfile | 
Next (probable) file to be played. Used for cuesheet lists.
Definition at line 241 of file fileio.h.
Referenced by kick_next().
| int64_t VIRTUALFILE::CUESHEET_TRACK::m_start | 
Track start time, in AV_TIME_BASE fractional seconds.
Definition at line 238 of file fileio.h.
Referenced by create_cuesheet_virtualfile(), FFmpeg_Transcoder::open_input_file(), and FFmpeg_Transcoder::read_decode_convert_and_store().
| std::string VIRTUALFILE::CUESHEET_TRACK::m_title | 
Track title.
Definition at line 233 of file fileio.h.
Referenced by FFmpeg_Transcoder::copy_metadata(), create_cuesheet_virtualfile(), and FFmpeg_Transcoder::process_metadata().
| int VIRTUALFILE::CUESHEET_TRACK::m_trackno | 
Track number.
Definition at line 231 of file fileio.h.
Referenced by FFmpeg_Transcoder::copy_metadata(), create_cuesheet_virtualfile(), and FFmpeg_Transcoder::process_metadata().
| int VIRTUALFILE::CUESHEET_TRACK::m_tracktotal | 
Total number of tracks in cue sheet.
Definition at line 230 of file fileio.h.
Referenced by create_cuesheet_virtualfile(), and FFmpeg_Transcoder::process_metadata().