IMFVideoSampleAllocatorNotify::NotifyRelease 메서드(mfidl.h)

비디오 샘플이 할당자로 반환되면 호출됩니다.

구문

HRESULT NotifyRelease();

반환 값

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

설명

할당자에서 비디오 샘플을 얻으려면 IMFVideoSampleAllocator::AllocateSample 메서드를 호출합니다. 샘플이 릴리스된 후 사용 가능한 샘플 풀로 반환되면 할당자는 NotifyRelease 메서드를 호출합니다.

요구 사항

   
지원되는 최소 클라이언트 Windows 7 [데스크톱 앱 | UWP 앱]
지원되는 최소 서버 Windows Server 2008 R2 [데스크톱 앱 | UWP 앱]
대상 플랫폼 Windows
헤더 mfidl.h

참고 항목

IMFVideoSampleAllocatorNotify

IMFVideoSampleAllocatorNotifyEx