Trait IMSVidStreamBufferSinkEvent2_Impl
pub trait IMSVidStreamBufferSinkEvent2_Impl: IMSVidStreamBufferSinkEvent_Impl {
// Required methods
fn EncryptionOn(&self) -> Result<()>;
fn EncryptionOff(&self) -> Result<()>;
}
Required Methods§
fn EncryptionOn(&self) -> Result<()>
fn EncryptionOff(&self) -> Result<()>
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.