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

Required Methods§

Object Safety§

This trait is not object safe.

Implementors§