JVCL Help:TJvID3Restrictions

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

Search in JVCL Help

 
Search in all projects
 

Summary

Contains tag restrictions.

run\JvId3v2Types.pas


Pascal

 run\JvId3v2Types.pas
 TJvID3Restrictions = record
RTagSize: TJvID3TagSizeRestriction;
RTextEncoding: TJvID3TextEncodingRestriction;
RTextFieldsSize: TJvID3TextFieldsSizeRestriction;
RImageEncoding: TJvID3ImageEncodingRestriction;
RImageSize: TJvID3ImageSizeRestriction;
end;


Members

Members Description
RTagSize: TJvID3TagSizeRestriction; Tag size restrictions
RTextEncoding: TJvID3TextEncodingRestriction; Text encoding restrictions
RTextFieldsSize: TJvID3TextFieldsSizeRestriction; Text fields size restrictions
RImageEncoding: TJvID3ImageEncodingRestriction; Image encoding restrictions
RImageSize: TJvID3ImageSizeRestriction; Image size restrictions

run\JvId3v2Types.pas


Description

For some applications it might be desired to restrict a tag in more ways than imposed by the ID3 v2 specification. Note that the presence of these restrictions does not affect how the tag is decoded, merely how it was restricted before encoding.

run\JvId3v2Types.pas


About

Navigation

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