JVCL Help:TJvID3TagSizeRestriction
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvID3TagSizeRestriction type
Search in JVCL Help
Search in all projectsSummary
Enumerates tag size restrictions.
Pascal
run\JvId3v2Types.pas
TJvID3TagSizeRestriction = (
tsrMax128Frames_1MB,
tsrMax64Frames_128KB,
tsrMax32Frames_40KB,
tsrMax32Frames_4KB
);
Members
Members | Description |
tsrMax128Frames_1MB | No more than 128 frames and 1 MB total tag size. |
tsrMax64Frames_128KB | No more than 64 frames and 128 KB total tag size. |
tsrMax32Frames_40KB | No more than 32 frames and 40 KB total tag size. |
tsrMax32Frames_4KB | No more than 32 frames and 4 KB total tag size. |
Description
The TJvID3TagSizeRestriction type is used to specify a specific tag size restriction.
About
no pages or subcategories
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