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

Required Methods§

fn NotifyPrune( &self, __midl__imfvideosampleallocatornotifyex0000: Option<&IMFSample> ) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§