JVCL Help:TJvID3HeaderFlag

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

Search in JVCL Help

 
Search in all projects
 

Summary

Enumerates options for a tag.

run\JvId3v2Types.pas


Pascal

 run\JvId3v2Types.pas
 TJvID3HeaderFlag = (
hfUnsynchronisation,
hfExtendedHeader,
hfExperimentalIndicator,
hfFooterPresent
);
TJvID3HeaderFlags = setof TJvID3HeaderFlag;


Members

Members Description
hfUnsynchronisation Applies unsynchronisation on all frames.
hfExtendedHeader Includes an extended header in the tag.
hfExperimentalIndicator Indicates that the tag is in experimental state.
hfFooterPresent

run\JvId3v2Types.pas


Description

Use the TJvID3HeaderFlag to specify options for a tag. TJvID3HeaderFlags is a set of TJvID3HeaderFlag 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