JVCL Help:TJvID3ExtendedHeader.Flags

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

Search in JVCL Help

 
Search in all projects
 

Summary

Specifies extended options for the tag.


Pascal

 propertyFlags: TJvID3HeaderExtendedFlags;


Description

The extended header contains information that is not vital to the correct parsing of the tag information, hence the extended header is optional.
Use Flags to read or set whether the following applies to the tag:

  • whether the tag is an update.
  • whether CRC data is included in the tag. The CRC data can be used to check the integrity of the audio data.
  • v2.4.0 whether restrictions specifiers are included in the tag. For some applications it might be desired to restrict a tag in more ways than imposed by the ID3v2 specification. Note that the presence of these restrictions does not affect how the tag is decoded, merely how it was restricted before encoding.


See Also

TJvID3ExtendedHeader.TotalFrameCRC


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