JVCL Help:TJvID3ForceEncoding
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvID3ForceEncoding type
Search in JVCL Help
Search in all projectsSummary
Represents different kinds of enforcements of string encodings for a whole ID3 tag.
Pascal
run\JvId3v2Types.pas
TJvID3ForceEncoding = (
ifeDontCare,
ifeISO_8859_1,
ifeUTF_16,
ifeUTF_16BE,
ifeUTF_8,
ifeAuto
);
Members
Members | Description |
ifeDontCare | Does not enforce a specific string encoding for the whole ID3 tag. |
ifeISO_8859_1 | Enforces an ISO-8859-1 encoding for all strings in the ID3 tag. |
ifeUTF_16 | Enforces an UTF-16 unicode encoding for all strings in the ID3 tag. |
ifeUTF_16BE | Enforces an UTF-16BE unicode without BOM encoding for all strings in the ID3 tag. |
ifeUTF_8 | Enforces an UTF-8 unicode encoding for all strings in the ID3 tag. |
Description
Use the TJvID3ForceEncoding type to represent a specific enforcement of a string encoding for a whole ID3 tag.
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