pub trait IMFTrackedSample_Impl: Sized {
    // Required method
    fn SetAllocator(
        &self,
        psampleallocator: Option<&IMFAsyncCallback>,
        punkstate: Option<&IUnknown>
    ) -> Result<()>;
}

Required Methods§

fn SetAllocator( &self, psampleallocator: Option<&IMFAsyncCallback>, punkstate: Option<&IUnknown> ) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§