pub trait IMSVidStreamBufferSinkEvent4_Impl: Sized + IMSVidStreamBufferSinkEvent3_Impl {
    // Required method
    fn WriteFailureClear(&self) -> Result<()>;
}

Required Methods§

Object Safety§

This trait is not object safe.

Implementors§