JVCL Help:TJvID3Encoding
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvID3Encoding type
Search in JVCL Help
Search in all projectsSummary
Represents different kind of string encodings in an ID3 frame.
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. |
Description
Use the TJvID3Encoding type to represent a string encoding in an ID3 frame.
TJvID3Encodings is a set of TJvID3Encoding values.
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