IMemInputPin 接口 (strmif.h)
[与此页面关联的功能 DirectShow 是旧版功能。 它已被 MediaPlayer、 IMFMediaEngine 和 Media Foundation 中的音频/视频捕获所取代。 这些功能已针对Windows 10和Windows 11进行了优化。 Microsoft 强烈建议新代码尽可能在 Media Foundation 中使用 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 Professional [仅限桌面应用] |
最低受支持的服务器 | Windows 2000 Server [仅限桌面应用] |
目标平台 | Windows |
标头 | strmif.h (包括 Dshow.h) |