pub trait IMSVidStreamBufferSink2_Impl: Sized + IMSVidStreamBufferSink_Impl {
    // Required method
    fn UnlockProfile(&self) -> Result<()>;
}

Required Methods§

fn UnlockProfile(&self) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§