DVD_RELATIVE_BUTTON列舉 (strmif.h)
[與此頁面 相關的功能 DirectShow 是舊版功能。 它已被 MediaPlayer、 IMFMediaEngine 和 Media Foundation 中的音訊/視訊擷取取代。 這些功能已針對 Windows 10 和 Windows 11 進行優化。 Microsoft 強烈建議新程式代碼盡可能使用 MediaPlayer、 IMFMediaEngine 和 音訊/視訊擷取 ,而不是 DirectShow。 Microsoft 建議盡可能重寫使用舊版 API 的現有程式代碼,以使用新的 API。]
識別用於 DVD 功能表導覽和其他作業的四個方向按鈕。
Syntax
typedef enum __MIDL___MIDL_itf_strmif_0000_0132_0004 {
DVD_Relative_Upper = 1,
DVD_Relative_Lower = 2,
DVD_Relative_Left = 3,
DVD_Relative_Right = 4
} DVD_RELATIVE_BUTTON;
常數
DVD_Relative_Upper 值: 1 上方按鈕。 |
DVD_Relative_Lower 值: 2 下方按鈕。 |
DVD_Relative_Left 值: 3 左鍵。 |
DVD_Relative_Right 值: 4 右鍵。 |
規格需求
需求 | 值 |
---|---|
標頭 | strmif.h (包含 Dshow.h) |