Home
last modified time | relevance | path

Searched refs:GENRE_UNDEFINED (Results 1 – 2 of 2) sorted by relevance

/haiku/src/add-ons/media/plugins/ape_reader/MAClib/
H A DID3Genres.h4 #define GENRE_UNDEFINED 255 macro
H A DAPETag.cpp242 if ((ID3Tag.Genre == GENRE_UNDEFINED) || (ID3Tag.Genre >= GENRE_COUNT)) in Analyze()