共用方式為


IVMRWindowlessControl 介面 (strmif.h)

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

介面 IVMRWindowlessControl 會控制 影片混合轉譯器篩選條件 7 (VMR-7) 如何在容器視窗中轉譯視訊數據流。 應用程式必須先將 VMR-7 放入無視窗模式,才能使用此介面。

針對 VMR-9,請使用 IVMRWindowlessControl9 介面。

繼承

IVMRWindowlessControl 介面繼承自 IUnknown 介面。 IVMRWindowlessControl 也有下列類型的成員:

方法

IVMRWindowlessControl 介面具有這些方法。

 
IVMRWindowlessControl::D isplayModeChanged

DisplayModeChanged 方法會通知 VMR 應用程式已收到WM_DISPLAYCHANGE訊息。
IVMRWindowlessControl::GetAspectRatioMode

GetAspectRatioMode 方法會查詢 VMR 是否會保留來源視訊的外觀比例。 (IVMRWindowlessControl.GetAspectRatioMode)
IVMRWindowlessControl::GetBorderColor

GetBorderColor 方法會擷取 VMR 所使用的目前框線色彩。
IVMRWindowlessControl::GetColorKey

GetColorKey 方法會擷取 VMR 所使用的目前來源色彩索引鍵值。
IVMRWindowlessControl::GetCurrentImage

GetCurrentImage 方法會擷取 VMR 所顯示的目前影像複本。
IVMRWindowlessControl::GetMaxIdealVideoSize

GetMaxIdealVideoSize 方法會擷取 VMR 可顯示的最大視訊大小,而不會造成顯著的效能或影像品質降低。
IVMRWindowlessControl::GetMinIdealVideoSize

GetMinIdealVideoSize 方法會擷取 VMR 可顯示的最小視訊大小,而不會造成顯著的效能或影像品質降低。
IVMRWindowlessControl::GetNativeVideoSize

GetNativeVideoSize 方法會擷取影片的未延展視訊大小和外觀比例。
IVMRWindowlessControl::GetVideoPosition

GetVideoPosition 方法會擷取用來顯示影片的目前來源和目的地矩形。
IVMRWindowlessControl::RepaintVideo

RepaintVideo 方法會重新繪製目前的視訊畫面。
IVMRWindowlessControl::SetAspectRatioMode

SetAspectRatioMode 方法會指定 VMR 是否會保留來源視訊的外觀比例。 (IVMRWindowlessControl.SetAspectRatioMode)
IVMRWindowlessControl::SetBorderColor

SetBorderColor 方法會設定 VMR 要使用的框線色彩。
IVMRWindowlessControl::SetColorKey

SetColorKey 方法會設定 VMR 應該使用的來源色彩索引鍵值。
IVMRWindowlessControl::SetVideoClippingWindow

SetVideoClippingWindow 方法會指定應裁剪視訊的容器視窗。
IVMRWindowlessControl::SetVideoPosition

SetVideoPosition 方法會設定視訊的來源和目的地矩形。

規格需求

需求
最低支援的用戶端 Windows XP with SP1 [僅限傳統型應用程式]
最低支援的伺服器 Windows Server 2003 [僅限桌面應用程式]
目標平台 Windows
標頭 strmif.h (包含 Dshow.h)

另請參閱

使用視訊混合轉譯器