IMemInputPin 介面 (strmif.h)
[與此頁面相關的功能 DirectShow 是舊版功能。 它已被 MediaPlayer、 IMFMediaEngine 和 Media Foundation 中的音訊/視訊擷取取代。 這些功能已針對 Windows 10 和 Windows 11 進行優化。 Microsoft 強烈建議新程式代碼盡可能使用 MediaPlayer、 IMFMediaEngine 和 音訊/視訊擷取 ,而不是 DirectShow。 Microsoft 建議使用舊版 API 的現有程式代碼盡可能重寫為使用新的 API。
介面 IMemInputPin
會將媒體數據傳遞至輸入針腳。 如果輸入針腳使用 IMemAllocator 介面來配置緩衝區,則輸入針腳會公開此介面。 當輸出針腳連接到輸入針腳時,輸出針腳會使用此介面來交涉配置器需求,並將範例傳遞給輸入針腳。
應用程式通常不會使用此介面。
篩選開發人員: CBaseInputPin 類別會實作這個介面。
繼承
IMemInputPin 介面繼承自 IUnknown 介面。 IMemInputPin 也有下列類型的成員:
方法
IMemInputPin 介面具有這些方法。
IMemInputPin::GetAllocator GetAllocator 方法會擷取這個針腳所建議的記憶體配置器。 選取配置器之後,這個方法會傳回所選配置器的指標。 |
IMemInputPin::GetAllocatorRequirements GetAllocatorRequirements 方法會擷取輸入針腳所要求的配置器屬性。 |
IMemInputPin::NotifyAllocator NotifyAllocator 方法會指定連接的配置器。 |
IMemInputPin::Receive Receive 方法會接收數據流中的下一個媒體範例。 |
IMemInputPin::ReceiveCanBlock ReceiveCanBlock 方法會決定呼叫 IMemInputPin::Receive 方法是否可能會封鎖。 |
IMemInputPin::ReceiveMultiple ReceiveMultiple 方法會在數據流中接收多個樣本。 |
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | Windows 2000 專業版 [僅限傳統型應用程式] |
最低支援的伺服器 | Windows 2000 Server [僅限傳統型應用程式] |
目標平台 | Windows |
標頭 | strmif.h (包含 Dshow.h) |