pub trait IMSVidPlaybackEvent_Impl: Sized + IMSVidInputDeviceEvent_Impl {
    // Required method
    fn EndOfMedia(&self, lpd: Option<&IMSVidPlayback>) -> Result<()>;
}

Required Methods§

fn EndOfMedia(&self, lpd: Option<&IMSVidPlayback>) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§