ifo ¶
Classes:
Functions:
-
to_json–
IFO0 dataclass ¶
IFO0(reader: SectorReadHelper)
Attributes:
Source code in vssource/formats/dvd/parsedvd/ifo.py
27 28 29 30 31 32 33 34 35 36 37 38 39 40 | |
IFO0Title dataclass ¶
IFO0Title(
title_set_nr: int,
title_set_sector: int,
nr_of_angles: int,
nr_of_ptts: int,
vts_ttn: int,
)
Attributes:
-
nr_of_angles(int) – -
nr_of_ptts(int) – -
title_set_nr(int) – -
title_set_sector(int) – -
vts_ttn(int) –
IFOX dataclass ¶
IFOX(reader: SectorReadHelper)
Attributes:
-
vts_c_adt(CADT) – -
vts_pgci(VTSPgci) – -
vts_ptt_srpt(list[list[PTTInfo]]) – -
vts_vobu_admap(list[int]) – -
vtsi_mat(VTSIMat) –
Source code in vssource/formats/dvd/parsedvd/ifo.py
57 58 59 60 61 62 | |
PTTInfo dataclass ¶
to_json ¶
Source code in vssource/formats/dvd/parsedvd/ifo.py
93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 | |