JVCL Help:TJvID3Restrictions
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvID3Restrictions type
[+] JvId3v2Types.pas Records
[+] TJvID3Restrictions Fields
Search in JVCL Help
Search in all projectsSummary
Contains tag restrictions.
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 |
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.
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