DVD_TextCharSet enumeration (strmif.h)
[The feature associated with this page, DirectShow, is a legacy feature. It has been superseded by MediaPlayer, IMFMediaEngine, and Audio/Video Capture in Media Foundation. Those features have been optimized for Windows 10 and Windows 11. Microsoft strongly recommends that new code use MediaPlayer, IMFMediaEngine and Audio/Video Capture in Media Foundation instead of DirectShow, when possible. Microsoft suggests that existing code that uses the legacy APIs be rewritten to use the new APIs if possible.]
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_Unicode Value: 0 Unicode character set. |
DVD_CharSet_ISO646 Value: 1 ISO 646 character set. |
DVD_CharSet_JIS_Roman_Kanji Value: 2 Japanese Industrial Standards (JIS) Roman Kanji character set. |
DVD_CharSet_ISO8859_1 Value: 3 ISO 8859-1 character set. |
DVD_CharSet_ShiftJIS_Kanji_Roman_Katakana Value: 4 JIS Kanji-Roman-Katakana character set. |
Requirements
Requirement | Value |
---|---|
Header | strmif.h (include Dshow.h) |