pub trait IMSVidStreamBufferSinkEvent3_Impl: Sized + IMSVidStreamBufferSinkEvent2_Impl {
    // Required method
    fn LicenseChange(&self, dwprot: i32) -> Result<()>;
}

Required Methods§

fn LicenseChange(&self, dwprot: i32) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§