共用方式為


IMFVideoSampleAllocatorNotify::NotifyRelease 方法 (mfidl.h)

當影片範例傳回配置器時呼叫。

Syntax

HRESULT NotifyRelease();

傳回值

如果此方法成功,則會傳回 S_OK。 否則,它會傳回 HRESULT 錯誤碼。

備註

若要從配置器取得影片範例,請呼叫 IMFVideoSampleAllocator::AllocateSample 方法。 當範例釋出,然後返回可用範例的集區時,配置器會叫用 NotifyRelease 方法。

需求

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

另請參閱

IMFVideoSampleAllocatorNotify

IMFVideoSampleAllocatorNotifyEx