JVCL Help:TJvID3Encoding

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 kind of string encodings in an ID3 frame.

run\JvId3v2Types.pas


Pascal

 run\JvId3v2Types.pas
 TJvID3Encoding = (
ienISO_8859_1,
ienUTF_16,
ienUTF_16BE,
ienUTF_8
);
TJvID3Encodings = setof TJvID3Encoding;


Members

Members Description
ienISO_8859_1 An ISO-8859-1 encoding.
ienUTF_16 An UTF-16 unicode with BOM encoding.
ienUTF_16BE An UTF-16BE unicode without BOM encoding.
ienUTF_8 An UTF-8 unicode encoding.

run\JvId3v2Types.pas


Description

Use the TJvID3Encoding type to represent a string encoding in an ID3 frame.
TJvID3Encodings is a set of TJvID3Encoding values.

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