Trait windows::Win32::Media::DirectShow::Tv::IMSVidStreamBufferSinkEvent2_Impl
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.