windows::Win32::Media::MediaFoundation

Trait IMFVideoSampleAllocatorNotifyEx_Impl

pub trait IMFVideoSampleAllocatorNotifyEx_Impl: IMFVideoSampleAllocatorNotify_Impl {
    // Required method
    fn NotifyPrune(
        &self,
        __midl__imfvideosampleallocatornotifyex0000: Ref<'_, IMFSample>,
    ) -> Result<()>;
}

Required Methods§

fn NotifyPrune( &self, __midl__imfvideosampleallocatornotifyex0000: Ref<'_, IMFSample>, ) -> Result<()>

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§