Home
last modified time | relevance | path

Searched refs:KSEVENT_VPNOTIFY (Results 1 – 9 of 9) sorted by relevance

/dports/devel/upp/upp/bazaar/plugin/portaudio/hostapi/wasapi/mingw-include/
H A Dksmedia.h4291 } KSEVENT_VPNOTIFY; typedef
/dports/emulators/mess/mame-mame0226/3rdparty/portaudio/src/hostapi/wasapi/mingw-include/
H A Dksmedia.h4305 } KSEVENT_VPNOTIFY; typedef
/dports/emulators/mame/mame-mame0226/3rdparty/portaudio/src/hostapi/wasapi/mingw-include/
H A Dksmedia.h4305 } KSEVENT_VPNOTIFY; typedef
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dksmedia.h4365 } KSEVENT_VPNOTIFY; typedef
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dksmedia.h4365 } KSEVENT_VPNOTIFY; typedef
/dports/audio/portaudio/portaudio/src/hostapi/wasapi/mingw-include/
H A Dksmedia.h4305 } KSEVENT_VPNOTIFY; typedef
/dports/audio/supercollider/SuperCollider-3.11.0-Source/external_libraries/portaudio_sc_org/src/hostapi/wasapi/mingw-include/
H A Dksmedia.h4305 } KSEVENT_VPNOTIFY; typedef
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/Media/KernelStreaming/
H A Dmod.rs2610 pub type KSEVENT_VPNOTIFY = i32; typedef
2611 pub const KSEVENT_VPNOTIFY_FORMATCHANGE: KSEVENT_VPNOTIFY = 0i32;
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Media/Audio/CoreAudio/
H A Dmod.rs12146 pub struct KSEVENT_VPNOTIFY(pub i32); struct
12147 pub const KSEVENT_VPNOTIFY_FORMATCHANGE: KSEVENT_VPNOTIFY = KSEVENT_VPNOTIFY(0i32);
12148 impl ::std::convert::From<i32> for KSEVENT_VPNOTIFY { implementation
12153 unsafe impl ::windows::runtime::Abi for KSEVENT_VPNOTIFY { implementation