arcstk::v_1_0_0::TracksetMatcher class final

Match an arbitrary set of Checksums against an ARResponse.

Find any match of any actual Checksum in the ARResponse. This targets the situation where a subset of tracks from the same album are tried to be matched, but the subset may be incomplete and the order of the tracks might not be known.

Constructors, destructors, conversion operators

TracksetMatcher(const Checksums& checksums, const ARId& id, const ARResponse& response)
Constructor.
TracksetMatcher(const Checksums& checksums, const ARResponse& response)
Constructor.

Function documentation

arcstk::v_1_0_0::TracksetMatcher::TracksetMatcher(const Checksums& checksums, const ARId& id, const ARResponse& response)

Constructor.

Parameters
checksums in The checksums to match
id in The ARId to match
response in The AccurateRip response to be matched

arcstk::v_1_0_0::TracksetMatcher::TracksetMatcher(const Checksums& checksums, const ARResponse& response)

Constructor.

Parameters
checksums in The checksums to match
response in The AccurateRip response to be matched