JVCL Help:TJvID3HeaderExtendedFlag

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

Search in JVCL Help

 
Search in all projects
 

Summary

Enumerates extended options for the tag.

run\JvId3v2Types.pas


Pascal

 run\JvId3v2Types.pas
 TJvID3HeaderExtendedFlag = (
hefTagIsAnUpdate,
hefCRCDataPresent,
hefTagRestrictions
);
TJvID3HeaderExtendedFlags = setof TJvID3HeaderExtendedFlag;


Members

Members Description
hefTagIsAnUpdate The present tag is an update of a tag found earlier in the present file or stream.
hefCRCDataPresent A CRC-32 data is included in the extended header.
hefTagRestrictions

run\JvId3v2Types.pas


Description

Use the TJvID3HeaderExtendedFlag type to specify extended options for the tag. TJvID3HeaderExtendedFlags is a set of TJvID3HeaderExtendedFlag values.

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