Ask Learn
Preview
Please sign in to use this experience.
Sign inThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Microsoft DirectShow 9.0 |
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
Please sign in to use this experience.
Sign in