[][src]Type Definition discid_sys::discid_feature

type discid_feature = u32;

PLATFORM-DEPENDENT FEATURES

The platform dependent features are currently:

  • "read" read TOC from disc
  • "mcn" read MCN from disc
  • "isrc" read ISRC from disc

A table in the MusicBrainz Documentation specifies which features are available on which platform in what version.

In the code you can use discid_get_feature_list() or discid_has_feature() below to get the features for your platform in this version.