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