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_count is stored in a single byte, this parameter should be typed byte once migrating to C++17.
Member arcstk::v_1_0_0::ContentHandler::triplet (const Checksum arcs, const uint8_t confidence, const Checksum frame450_arcs)
Since confidence is stored in a single byte, this parameter should be typed byte once 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 confidence is stored in a single byte, this parameter should be typed byte once migrating to C++17.