pub trait IMSVidStreamBufferSourceEvent2_Impl: Sized + IMSVidStreamBufferSourceEvent_Impl {
    // Required method
    fn RateChange(&self, qwnewrate: f64, qwoldrate: f64) -> Result<()>;
}

Required Methods§

fn RateChange(&self, qwnewrate: f64, qwoldrate: f64) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§