JVCL Help:TJvID3TagSizeRestriction

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

Search in JVCL Help

 
Search in all projects
 

Summary

Enumerates tag size restrictions.

run\JvId3v2Types.pas


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.

run\JvId3v2Types.pas


Description

The TJvID3TagSizeRestriction type is used to specify a specific tag size restriction.

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