JVCL Help:ID3 GenreToID
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: ID3_GenreToID function
[+] JvId3v2Types.pas Functions
Search in JVCL Help
Search in all projectsSummary
Converts a string to a genre identifier.
Pascal
run\JvId3v2Types.pas
functionID3_GenreToID(constAGenre: string; constInclWinampGenres: Boolean = True): Integer;
Parameters
Parameters | Description |
const AGenre: string | The genre string to convert. |
const InclWinampGenres: Boolean = True | Specifies whether to include the genres introduced by Winamp. |
Description
Use the ID3_GenreToID function to convert a string to a genre identifier (offset of a genre in a predefined list).
See Also
ID3_Genres, ID3_IDToGenre, 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