DVD_SUBPICTURE_LANG_EXT (strmif.h) 列舉
[與此頁面 相關的功能 DirectShow 是舊版功能。 它已被 MediaPlayer、 IMFMediaEngine 和 Media Foundation 中的音訊/視訊擷取取代。 這些功能已針對 Windows 10 和 Windows 11 進行優化。 Microsoft 強烈建議新程式代碼盡可能使用 MediaPlayer、 IMFMediaEngine 和 音訊/視訊擷取 ,而不是 DirectShow。 Microsoft 建議盡可能重寫使用舊版 API 的現有程式代碼,以使用新的 API。]
在指定的子圖形數據流中定義可能的語言延伸模組。
Syntax
typedef enum tagDVD_SUBPICTURE_LANG_EXT {
DVD_SP_EXT_NotSpecified = 0,
DVD_SP_EXT_Caption_Normal = 1,
DVD_SP_EXT_Caption_Big = 2,
DVD_SP_EXT_Caption_Children = 3,
DVD_SP_EXT_CC_Normal = 5,
DVD_SP_EXT_CC_Big = 6,
DVD_SP_EXT_CC_Children = 7,
DVD_SP_EXT_Forced = 9,
DVD_SP_EXT_DirectorComments_Normal = 13,
DVD_SP_EXT_DirectorComments_Big = 14,
DVD_SP_EXT_DirectorComments_Children = 15
} DVD_SUBPICTURE_LANG_EXT;
常數
DVD_SP_EXT_NotSpecified 值: 0 表示沒有任何語言延伸模組存在。 |
DVD_SP_EXT_Caption_Normal 值: 1 表示指定的數據流包含一般標題。 |
DVD_SP_EXT_Caption_Big 值: 2 表示指定的數據流包含大標題。 |
DVD_SP_EXT_Caption_Children 值: 3 表示指定的數據流包含子系的標題。 |
DVD_SP_EXT_CC_Normal 值: 5 表示指定的數據流包含一般隱藏式輔助字幕。 |
DVD_SP_EXT_CC_Big 值: 6 表示指定的數據流包含大型隱藏式輔助字幕。 |
DVD_SP_EXT_CC_Children 值: 7 表示指定的數據流包含子系的隱藏式輔助字幕。 |
DVD_SP_EXT_Forced 值: 9 表示強制啟用子圖形數據流,這表示應用程式將無法關閉它。 |
DVD_SP_EXT_DirectorComments_Normal 值: 13 表示指定的數據流包含一般大小的 Director 批注。 |
DVD_SP_EXT_DirectorComments_Big 值: 14 表示指定的數據流包含大型 Director 的批注。 |
DVD_SP_EXT_DirectorComments_Children 值: 15 表示指定的數據流包含 director 的子系批注。 |
規格需求
需求 | 值 |
---|---|
標頭 | strmif.h (包含 Dshow.h) |