pub trait IMSVidVideoRendererEvent2_Impl: Sized + IMSVidOutputDeviceEvent_Impl {
    // Required method
    fn OverlayUnavailable(&self) -> Result<()>;
}

Required Methods§

Object Safety§

This trait is not object safe.

Implementors§