JVCL Help:TJvID3ForceVersion

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

Search in JVCL Help

 
Search in all projects
 

Summary

Represents different kinds of enforcements of ID3 versions for an ID3 tag.

run\JvId3v2Types.pas


Pascal

 run\JvId3v2Types.pas
 TJvID3ForceVersion = (
ifvDontCare,
ifv2_2,
ifv2_3,
ifv2_4
);


Members

Members Description
ifvDontCare Does not enforce a specific version for the ID3 tag.
ifv2_2 Enforces a 2.2 version for the ID3 tag.
ifv2_3 Enforces a 2.3 version for the ID3 tag.
ifv2_4 Enforces a 2.4 version for the ID3 tag.

run\JvId3v2Types.pas


Description

Use the TJvID3ForceVersion type to represent a specific enforcement of an ID3 version for an ID3 tag.

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