IMFVideoSampleAllocatorEx 接口 (mfidl.h)

分配包含 Microsoft Direct3D 11 纹理图面的视频样本。

继承

IMFVideoSampleAllocatorEx 接口继承自 IMFVideoSampleAllocatorIMFVideoSampleAllocatorEx 也具有以下类型的成员:

方法

IMFVideoSampleAllocatorEx 接口包含以下方法。

 
IMFVideoSampleAllocatorEx::InitializeSampleAllocatorEx

初始化视频示例分配器对象。

注解

可以使用此接口分配 Direct3D 11 视频样本,而不是直接分配纹理图面和媒体样本。 若要获取指向此接口的指针,请调用 MFCreateVideoSampleAllocatorEx 函数。

若要分配视频示例,请执行以下步骤:

  1. 获取指向 IMFDXGIDeviceManager 接口的 指针。 对于媒体基础转换 (MFT) ,此步骤在 MFT_MESSAGE_SET_D3D_MANAGER 事件期间发生。
  2. 调用 MFCreateVideoSampleAllocatorEx 以创建分配器对象,并获取指向 IMFVideoSampleAllocatorEx 接口的指针。
  3. 在分配器上调用 IMFVideoSampleAllocator::SetDirectXManager ,以在分配器上设置 IMFDXGIDeviceManager 指针。
  4. 调用 MFCreateAttributes 以获取指向 IMFAttributes 接口的 指针。
  5. 设置 MF_SA_D3D11_USAGEMF_SA_D3D11_BINDFLAGS 属性。
  6. 调用 IMFVideoSampleAllocator::InitializeSampleAllocatorEx

要求

要求
最低受支持的客户端 Windows 8 [桌面应用 |UWP 应用]
最低受支持的服务器 Windows Server 2012 [桌面应用 |UWP 应用]
目标平台 Windows
标头 mfidl.h

另请参阅

IMFVideoSampleAllocator

媒体基础接口