JVCL Help:ID3 IDToGenre

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 genre identifier to a string.

run\JvId3v2Types.pas


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.

run\JvId3v2Types.pas


Description

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

run\JvId3v2Types.pas


See Also

ID3_Genres, ID3_GenreToID, 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