JVCL Help:TJvID3Version
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvID3Version type
Search in JVCL Help
Search in all projectsSummary
Represent different kinds of ID3 tag versions.
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. |
Description
Use the TJvID3Version type to represent an ID3 tag version.
About
no pages or subcategories
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