@UnstableApi
class Id3Util


Utility methods for working with ID3 metadata.

Summary

Public functions

java-static String?
resolveV1Genre(id3v1GenreCode: Int)

Resolves an ID3v1 numeric genre code to its string form, or null if the code isn't recognized.

Public functions

resolveV1Genre

java-static fun resolveV1Genre(id3v1GenreCode: Int): String?

Resolves an ID3v1 numeric genre code to its string form, or null if the code isn't recognized.

Includes codes that were added later by various versions of Winamp. See this Wikipedia list of official and unofficial ID3v1 genres.