pub trait IMSVidStreamBufferSinkEvent2_Impl: Sized + IMSVidStreamBufferSinkEvent_Impl {
    // Required methods
    fn EncryptionOn(&self) -> Result<()>;
    fn EncryptionOff(&self) -> Result<()>;
}

Required Methods§

fn EncryptionOn(&self) -> Result<()>

fn EncryptionOff(&self) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§