Home
last modified time | relevance | path

Searched refs:IAudioProcessingObjectNotifications (Results 1 – 2 of 2) sorted by relevance

/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/Media/Audio/Apo/
H A Dmod.rs362 pub type IAudioProcessingObjectNotifications = *mut ::core::ffi::c_void; typedef
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Media/Audio/CoreAudio/
H A Dmod.rs4026 pub struct IAudioProcessingObjectNotifications(::windows::runtime::IUnknown); struct
4027 impl IAudioProcessingObjectNotifications { implementation
4036 unsafe impl ::windows::runtime::Interface for IAudioProcessingObjectNotifications { implementation
4040 impl ::std::convert::From<IAudioProcessingObjectNotifications> for ::windows::runtime::IUnknown {
4041 fn from(value: IAudioProcessingObjectNotifications) -> Self { in from()
4045 impl ::std::convert::From<&IAudioProcessingObjectNotifications> for ::windows::runtime::IUnknown {
4046 fn from(value: &IAudioProcessingObjectNotifications) -> Self { in from()
4050 …ows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for IAudioProcessingObjectNotifications { implementation
4055 …ws::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for &IAudioProcessingObjectNotifications { implementation