共用方式為


IMFVideoSampleAllocator::AllocateSample 方法 (mfidl.h)

從配置器取得影片範例。

語法

HRESULT AllocateSample(
  [out] IMFSample **ppSample
);

參數

[out] ppSample

接收 IMFSample 介面的指標。 呼叫端必須釋放 介面。

傳回值

方法會傳回 HRESULT。 可能的值包括 (但不限於) 下表中的這些值。

傳回碼 描述
S_OK
此方法已成功。
MF_E_NOT_INITIALIZED
配置器未初始化。 呼叫 IMFVideoSampleAllocator::InitializeSampleAllocatorInitializeSampleAllocatorEx::InitializeSampleAllocatorEx
MF_E_SAMPLEALLOCATOR_EMPTY
沒有可用的範例。

規格需求

需求
最低支援的用戶端 Windows Vista [傳統型應用程式 |UWP 應用程式]
最低支援的伺服器 Windows Server 2008 [傳統型應用程式 |UWP 應用程式]
目標平台 Windows
標頭 mfidl.h
程式庫 Mfuuid.lib

另請參閱

IMFVideoSampleAllocator