DVD_TextCharSet列舉 (strmif.h)

[與此頁面 相關的功能 DirectShow 是舊版功能。 它已被 MediaPlayerIMFMediaEngineMedia Foundation 中的音訊/視訊擷取取代。 這些功能已針對 Windows 10 和 Windows 11 進行優化。 Microsoft 強烈建議新程式代碼盡可能使用 MediaPlayerIMFMediaEngine音訊/視訊擷取 ,而不是 DirectShow。 Microsoft 建議盡可能重寫使用舊版 API 的現有程式代碼,以使用新的 API。]

定義指定的字串所編碼的字元集。

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
} ;

常數

 
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 Kanji-Roman-Katakana 字元集。

規格需求

需求
標頭 strmif.h (包含 Dshow.h)

另請參閱

DirectShow 列舉型別

IHttpInfo2::GetTextLanguageInfo