DVD_TextCharSet 枚举 (strmif.h)
[与此页面关联的功能 DirectShow 是旧版功能。 它已被 MediaPlayer、 IMFMediaEngine 和 Media Foundation 中的音频/视频捕获所取代。 这些功能已针对Windows 10和Windows 11进行了优化。 Microsoft 强烈建议新代码尽可能在 Media Foundation 中使用 MediaPlayer、 IMFMediaEngine 和 音频/视频捕获 ,而不是 DirectShow。 如果可能,Microsoft 建议重写使用旧 API 的现有代码以使用新 API。]
定义使用哪个字符集对指定字符串进行编码。
语法
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
} ;
常量
DVD_CharSet_Unicode 值: 0 Unicode 字符集。 |
DVD_CharSet_ISO646 值:1 ISO 646 字符集。 |
DVD_CharSet_JIS_Roman_Kanji 值: 2 日本行业标准 (JIS) 罗马汉字字符集。 |
DVD_CharSet_ISO8859_1 值: 3 ISO 8859-1 字符集。 |
DVD_CharSet_ShiftJIS_Kanji_Roman_Katakana 值: 4 JIS 汉字-罗马-片假名字符集。 |
要求
要求 | 值 |
---|---|
Header | strmif.h (包括 Dshow.h) |