JVCL Help:TJvID3Header
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvID3Header Class
[+] JvID3v2Base.pas Classes
[+] TJvID3Header Methods
[+] TJvID3Header Properties
Search in JVCL Help
Search in all projectsClass Hierarchy
TJvID3Base
TJvID3Header
run\JvID3v2Base.pas
Summary
Wrapper for the header of the ID3 v2 tag.
Pascal
run\JvID3v2Base.pas
TJvID3Header = class(TJvID3Base);
Description
A header of an ID3 v2 tag contains:
- The version of the tag: See MajorVersion and RevisionNumber. The value returned by the Version property of a tag controller is determined by these values.
- The complete size of the tag: See Size.
- Some flags that specify options for the tag. For example, if hfExtendedHeader is included in these flags then the tag contains an extended header, and the information from the ExtendedHeader property of the tag controller is valid.
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