windows::Win32::Media::KernelStreaming

Trait IKsQualityForwarder_Impl

pub trait IKsQualityForwarder_Impl: IKsObject_Impl {
    // Required method
    fn KsFlushClient(&self, pin: Ref<'_, IKsPin>);
}

Required Methods§

fn KsFlushClient(&self, pin: Ref<'_, IKsPin>)

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.

Implementors§