JVCL Help:TJvID3Header

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

Search in JVCL Help

 
Search in all projects
 

Class Hierarchy

TJvID3Base
TJvID3Header
run\JvID3v2Base.pas


Summary

Wrapper for the header of the ID3 v2 tag.

run\JvID3v2Base.pas


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.

run\JvID3v2Base.pas


About

Navigation

run\JvID3v2Base.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