Trait IAudioOutputEndpointRT_Impl
pub trait IAudioOutputEndpointRT_Impl: IUnknownImpl {
// Required methods
fn GetOutputDataPointer(
&self,
u32framecount: u32,
paetimestamp: *const AE_CURRENT_POSITION,
) -> usize;
fn ReleaseOutputDataPointer(
&self,
pconnectionproperty: *const APO_CONNECTION_PROPERTY,
);
fn PulseEndpoint(&self);
}
Required Methods§
fn GetOutputDataPointer( &self, u32framecount: u32, paetimestamp: *const AE_CURRENT_POSITION, ) -> usize
fn ReleaseOutputDataPointer( &self, pconnectionproperty: *const APO_CONNECTION_PROPERTY, )
fn PulseEndpoint(&self)
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.