DVD_TextCharSet Enumeration
Microsoft DirectShow 9.0 |
DVD_TextCharSet Enumeration
Defines which character set a specified string is encoded with.
Syntax
enum DVD_TextCharSet { DVD_CharSet_Unicode = 0, DVD_CharSet_ISO646 = 1, DVD_CharSet_JIS_Roman_Kanji = 2, DVD_CharSet_ISO8859_1 = 3, DVD_CharSet_ShiftJIS_Kanji_Roman_Katakana = 4 };
Members
DVD_CharSet_Unicode
Unicode character set.
DVD_CharSet_ISO646
ISO 646 character set.
DVD_CharSet_JIS_Roman_Kanji
Japanese Industrial Standards (JIS) Roman Kanji character set.
DVD_CharSet_ISO8859_1
ISO 8859-1 character set.
DVD_CharSet_ShiftJIS_Kanji_Roman_Katakana
JIS Kanji-Roman-Katakana character set.
Requirements
Header: Dshow.h
See Also