JVCL Help:TJvID3ForceEncoding

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

Search in JVCL Help

 
Search in all projects
 

Summary

Represents different kinds of enforcements of string encodings for a whole ID3 tag.

run\JvId3v2Types.pas


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.

run\JvId3v2Types.pas


Description

Use the TJvID3ForceEncoding type to represent a specific enforcement of a string encoding for a whole ID3 tag.

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