FFmpegfs Fuse Multi Media Filesystem 2.16
Public Attributes | List of all members
VCDINFO Struct Reference

VCDINFO structure of INFO.VCD/SVD file. More...

Public Attributes

std::array< char, 8 > m_ID
 8 Byte: ID for this CD More...
 
char m_type
 1 Byte: CD type More...
 
char m_profile_tag
 1 Byte: System profile tag More...
 
std::array< char, 16 > m_albumid
 16 Byte: Album ID More...
 
short m_numberof_cds
 2 Byte: Number of CDs in set More...
 
short m_cd_number
 2 Byte: Number of this CD More...
 
std::array< char, 98 > m_palflags
 98 Byte: PAL Flags More...
 

Detailed Description

VCDINFO structure of INFO.VCD/SVD file.

Definition at line 42 of file vcdinfo.cc.

Member Data Documentation

◆ m_albumid

std::array<char, 16> VCDINFO::m_albumid

16 Byte: Album ID

The album ID is the name of this album.

Definition at line 71 of file vcdinfo.cc.

Referenced by VcdInfo::load_file().

◆ m_cd_number

short VCDINFO::m_cd_number

2 Byte: Number of this CD

Defines which number this CD is in this set.

Definition at line 83 of file vcdinfo.cc.

Referenced by VcdInfo::load_file().

◆ m_ID

std::array<char, 8> VCDINFO::m_ID

8 Byte: ID for this CD

This ID is CD type dependant: VIDEO_CD, SUPERVCD or HQ-VCD. It is always 8 bytes long.

Definition at line 51 of file vcdinfo.cc.

Referenced by VcdInfo::load_file().

◆ m_numberof_cds

short VCDINFO::m_numberof_cds

2 Byte: Number of CDs in set

Total number of CDs in this set.

Definition at line 77 of file vcdinfo.cc.

Referenced by VcdInfo::load_file().

◆ m_palflags

std::array<char, 98> VCDINFO::m_palflags

98 Byte: PAL Flags

The meaning of these flags is unknown to me.

Definition at line 89 of file vcdinfo.cc.

◆ m_profile_tag

char VCDINFO::m_profile_tag

1 Byte: System profile tag

0 fuer VCD 1.0, VCD 2.0, SVCD und HQVCD 1 fuer VCD 1.1

Definition at line 65 of file vcdinfo.cc.

Referenced by VcdInfo::load_file().

◆ m_type

char VCDINFO::m_type

1 Byte: CD type

1 for VCD 1.0, VCD 1.1, SVCD 1.0 and HQVCD 2 for VCD 2.0

Definition at line 58 of file vcdinfo.cc.

Referenced by VcdInfo::load_file().


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