Trait windows::Win32::Media::DirectShow::IAMFilterGraphCallback_Impl
pub trait IAMFilterGraphCallback_Impl: Sized {
// Required method
fn UnableToRender(&self, ppin: Option<&IPin>) -> Result<()>;
}
Required Methods§
fn UnableToRender(&self, ppin: Option<&IPin>) -> Result<()>
Object Safety§
This trait is not object safe.