JVCL Help:ID3 FrameIDToString

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 frame identifier to a frame name.

run\JvId3v2Types.pas


Pascal

 run\JvId3v2Types.pas
 functionID3_FrameIDToString(constID: TJvID3FrameID; constSize: Integer = 4): AnsiString;


Parameters

Parameters Description
const ID: TJvID3FrameID The frame identifier to convert.
const Size: Integer = 4 Specifies the size of the resulting string. Use 3 for version 2.2.0 frame names and 4 for version 2.3.0 and version 2.4.0 frame names.

run\JvId3v2Types.pas


Description

ID3_FrameIDToString converts a frame identifier to a string containing the alphanumerical representation of that frame identifier.
For example: ID3_FrameIDToString(fiComment, 4) returns 'COMM'.

run\JvId3v2Types.pas


See Also

ID3_StringToFrameID

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