JVCL Help:TJvID3Version

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

Search in JVCL Help

 
Search in all projects
 

Summary

Represent different kinds of ID3 tag versions.

run\JvId3v2Types.pas


Pascal

 run\JvId3v2Types.pas
 TJvID3Version = (
iveLowerThan2_2,
ive2_2,
ive2_3,
ive2_4,
iveHigherThan2_4
);


Members

Members Description
iveLowerThan2_2 Such a version can't be read by TJvID3Controller.
ive2_2 Version 2.2
ive2_3 Version 2.3
ive2_4 Version 2.4
iveHigherThan2_4 Such a version can't be read by TJvID3Controller.

run\JvId3v2Types.pas


Description

Use the TJvID3Version type to represent an ID3 tag version.

run\JvId3v2Types.pas


About

Navigation

no pages or subcategories

run\JvId3v2Types.pas



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