pub trait IAudioEndpointLastBufferControl_Impl: Sized {
// Required methods
fn IsLastBufferControlSupported(&self) -> BOOL;
fn ReleaseOutputDataPointerForLastBuffer(
&self,
pconnectionproperty: *const APO_CONNECTION_PROPERTY,
);
}
Required Methods§
fn IsLastBufferControlSupported(&self) -> BOOL
fn ReleaseOutputDataPointerForLastBuffer( &self, pconnectionproperty: *const APO_CONNECTION_PROPERTY, )
Object Safety§
This trait is not object safe.