CTransInPlaceOutputPin.SetAllocator 方法

[与此页面关联的功能 DirectShow 是一项旧功能。 它已被 MediaPlayerIMFMediaEngine媒体基金会中的音频/视频捕获取代。 这些功能已针对Windows 10和Windows 11进行了优化。 Microsoft 强烈建议新代码尽可能使用 MediaPlayerIMFMediaEngineMedia Foundation 中的音频/视频捕获 ,而不是 DirectShow。 如果可能,Microsoft 建议重写使用旧 API 的现有代码以使用新 API。]

方法 SetAllocator 指定连接的分配器。

语法

void SetAllocator(
   IMemAllocator *pAllocator
);

参数

pAllocator

指向分配器的 IMemAllocator 接口的指针。

返回值

此方法不返回值。

备注

此筛选器的输出引脚永远不会提供分配器。 此方法指定输出引脚的分配器。 它设置 CBaseOutputPin::m_pAllocator 成员变量的值。

要求

要求
标头
Transip.h (包括 Streams.h)

Strmbase.lib (零售版本) ;
Strmbasd.lib (调试生成)

另请参阅

CTransInPlaceOutputPin 类