Home
last modified time | relevance | path

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

/dports/devel/upp/upp/bazaar/plugin/portaudio/hostapi/wasapi/mingw-include/
H A Dksmedia.h858 } KSDS3D_HRTF_FILTER_VERSION; typedef
863 KSDS3D_HRTF_FILTER_VERSION Version;
/dports/emulators/mess/mame-mame0226/3rdparty/portaudio/src/hostapi/wasapi/mingw-include/
H A Dksmedia.h864 } KSDS3D_HRTF_FILTER_VERSION; typedef
869 KSDS3D_HRTF_FILTER_VERSION Version;
/dports/emulators/mame/mame-mame0226/3rdparty/portaudio/src/hostapi/wasapi/mingw-include/
H A Dksmedia.h864 } KSDS3D_HRTF_FILTER_VERSION; typedef
869 KSDS3D_HRTF_FILTER_VERSION Version;
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dksmedia.h852 } KSDS3D_HRTF_FILTER_VERSION; typedef
857 KSDS3D_HRTF_FILTER_VERSION Version;
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dksmedia.h852 } KSDS3D_HRTF_FILTER_VERSION; typedef
857 KSDS3D_HRTF_FILTER_VERSION Version;
/dports/audio/portaudio/portaudio/src/hostapi/wasapi/mingw-include/
H A Dksmedia.h864 } KSDS3D_HRTF_FILTER_VERSION; typedef
869 KSDS3D_HRTF_FILTER_VERSION Version;
/dports/audio/supercollider/SuperCollider-3.11.0-Source/external_libraries/portaudio_sc_org/src/hostapi/wasapi/mingw-include/
H A Dksmedia.h864 } KSDS3D_HRTF_FILTER_VERSION; typedef
869 KSDS3D_HRTF_FILTER_VERSION Version;
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/Media/KernelStreaming/
H A Dmod.rs2251 pub Version: KSDS3D_HRTF_FILTER_VERSION,
2268 pub type KSDS3D_HRTF_FILTER_VERSION = i32; typedef
2269 pub const DS3D_HRTF_VERSION_1: KSDS3D_HRTF_FILTER_VERSION = 0i32;
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Media/Audio/CoreAudio/
H A Dmod.rs11269 pub Version: KSDS3D_HRTF_FILTER_VERSION,
11325 pub struct KSDS3D_HRTF_FILTER_VERSION(pub i32); struct
11326 pub const DS3D_HRTF_VERSION_1: KSDS3D_HRTF_FILTER_VERSION = KSDS3D_HRTF_FILTER_VERSION(0i32);
11327 impl ::std::convert::From<i32> for KSDS3D_HRTF_FILTER_VERSION { implementation
11332 unsafe impl ::windows::runtime::Abi for KSDS3D_HRTF_FILTER_VERSION { implementation