Struct IAudioFrameInputNode_Vtbl
#[repr(C)]pub struct IAudioFrameInputNode_Vtbl {
pub base__: IInspectable_Vtbl,
pub SetPlaybackSpeedFactor: unsafe extern "system" fn(_: *mut c_void, _: f64) -> HRESULT,
pub PlaybackSpeedFactor: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT,
pub AddFrame: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub DiscardQueuedFrames: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub QueuedSampleCount: unsafe extern "system" fn(_: *mut c_void, _: *mut u64) -> HRESULT,
pub AudioFrameCompleted: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i64) -> HRESULT,
pub RemoveAudioFrameCompleted: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULT,
pub QuantumStarted: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i64) -> HRESULT,
pub RemoveQuantumStarted: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULT,
}Fields§
§base__: IInspectable_Vtbl§SetPlaybackSpeedFactor: unsafe extern "system" fn(_: *mut c_void, _: f64) -> HRESULT§PlaybackSpeedFactor: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT§AddFrame: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§DiscardQueuedFrames: unsafe extern "system" fn(_: *mut c_void) -> HRESULT§QueuedSampleCount: unsafe extern "system" fn(_: *mut c_void, _: *mut u64) -> HRESULT§AudioFrameCompleted: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i64) -> HRESULT§RemoveAudioFrameCompleted: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULT§QuantumStarted: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i64) -> HRESULT§RemoveQuantumStarted: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULTAuto Trait Implementations§
impl Freeze for IAudioFrameInputNode_Vtbl
impl RefUnwindSafe for IAudioFrameInputNode_Vtbl
impl Send for IAudioFrameInputNode_Vtbl
impl Sync for IAudioFrameInputNode_Vtbl
impl Unpin for IAudioFrameInputNode_Vtbl
impl UnwindSafe for IAudioFrameInputNode_Vtbl
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more