DVD_TextCharSet enumeration (strmif.h)
Defines which character set a specified string is encoded with.
Syntax
typedef 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
} ;
Constants
DVD_CharSet_UnicodeValue: 0 Unicode character set. |
DVD_CharSet_ISO646Value: 1 ISO 646 character set. |
DVD_CharSet_JIS_Roman_KanjiValue: 2 Japanese Industrial Standards (JIS) Roman Kanji character set. |
DVD_CharSet_ISO8859_1Value: 3 ISO 8859-1 character set. |
DVD_CharSet_ShiftJIS_Kanji_Roman_KatakanaValue: 4 JIS Kanji-Roman-Katakana character set. |
Requirements
| Header | strmif.h (include Dshow.h) |