windows::Win32::Media::Audio::Endpoints

Trait IAudioEndpointLastBufferControl_Impl

pub trait IAudioEndpointLastBufferControl_Impl: IUnknownImpl {
    // Required methods
    fn IsLastBufferControlSupported(&self) -> BOOL;
    fn ReleaseOutputDataPointerForLastBuffer(
        &self,
        pconnectionproperty: *const APO_CONNECTION_PROPERTY,
    );
}

Required Methods§

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§