JVCL Help:ID3 GenreToID

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Converts a string to a genre identifier.

run\JvId3v2Types.pas


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.

run\JvId3v2Types.pas


Description

Use the ID3_GenreToID function to convert a string to a genre identifier (offset of a genre in a predefined list).

run\JvId3v2Types.pas


See Also

ID3_Genres, ID3_IDToGenre, ID3_LongGenreToID

run\JvId3v2Types.pas


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