Todo List
- Member arcstk::
v_1_0_0:: ContentHandler:: id (const uint8_t track_count, const uint32_t id1, const uint32_t id2, const uint32_t cddb_id) - Since
track_countis stored in a single byte, this parameter should be typedbyteonce migrating to C++17. - Member arcstk::
v_1_0_0:: ContentHandler:: triplet (const Checksum arcs, const uint8_t confidence, const Checksum frame450_arcs) - Since
confidenceis stored in a single byte, this parameter should be typedbyteonce migrating to C++17. - Member arcstk::
v_1_0_0:: ContentHandler:: triplet (const Checksum arcs, const uint8_t confidence, const Checksum frame450_arcs, const bool arcs_valid, const bool confidence_valid, const bool frame450_arcs_valid) - Since
confidenceis stored in a single byte, this parameter should be typedbyteonce migrating to C++17.