Enum VLDVDPlayer.TVLDVDTextCharSet
From Mitov Wiki Doc
This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.
Package: VideoLabPkg
Unit: VLDVDPlayer
Contents |
Syntax
Delphi:
type TVLDVDTextCharSet = (tcsUnicode, tcsISO646, tcsJIS_Roman_Kanji, tcsISO8859_1, tcsShiftJISKanjiRomanKatakana);
C++ Builder:
enum TVLDVDTextCharSet {tcsUnicode, tcsISO646, tcsJIS_Roman_Kanji, tcsISO8859_1, tcsShiftJISKanjiRomanKatakana};
Visual C++ (MFC):
enum CTVLDVDTextCharSet {tcsUnicode, tcsISO646, tcsJIS_Roman_Kanji, tcsISO8859_1, tcsShiftJISKanjiRomanKatakana};
Summary
Defines the DVD text character set types.
Description
Defines enumeration for the DVD text character set types.
Values
tcsUnicode | Unicode character set. |
tcsISO646 | ISO 646 character set. |
tcsJIS_Roman_Kanji | Japanese Industrial Standards (JIS) Roman Kanji character set. |
tcsISO8859_1 | ISO 8859-1 character set. |
tcsShiftJISKanjiRomanKatakana | JIS Kanji-Roman-Katakana character set. |