다음을 통해 공유


IMFVideoSampleAllocatorNotifyEx::NotifyPrune 메서드(mfidl.h)

할당자 샘플이 할당자에 의해 정리를 위해 해제되거나 할당자가 제거될 때 호출됩니다.

구문

HRESULT NotifyPrune(
  IMFSample *__MIDL__IMFVideoSampleAllocatorNotifyEx0000
);

매개 변수

__MIDL__IMFVideoSampleAllocatorNotifyEx0000

정리할 샘플입니다.

반환 값

메서드가 성공하면 S_OK를 반환하고, 성공하지 않으면 HRESULT 오류 코드를 반환합니다.

요구 사항

   
지원되는 최소 클라이언트 Windows 10 [데스크톱 앱만 해당]
지원되는 최소 서버 Windows Server 2016 [데스크톱 앱만 해당]
대상 플랫폼 Windows
헤더 mfidl.h

참고 항목

IMFSample

IMFVideoSampleAllocatorNotifyEx