JVCL Help:ID3 IDToGenre
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: ID3_IDToGenre function
[+] JvId3v2Types.pas Functions
Search in JVCL Help
Search in all projectsSummary
Converts a genre identifier to a string.
Pascal
run\JvId3v2Types.pas
functionID3_IDToGenre(constID: Integer; constInclWinampGenres: Boolean = True): string;
Parameters
Parameters | Description |
const ID: Integer | The genre identifier to convert. |
const InclWinampGenres: Boolean = True | Specifies whether to include the genres introduced by Winamp. |
Description
Use the ID3_IDToGenre function to convert a genre identifier (offset of a genre in a predefined list) to a string.
See Also
ID3_Genres, ID3_GenreToID, ID3_LongGenreToID
About
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page