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