Home
last modified time | relevance | path

Searched refs:KS_TUNER_STRATEGY (Results 1 – 12 of 12) sorted by relevance

/dports/multimedia/vlc/vlc-3.0.16/modules/access/dshow/
H A Dvlc_dshow.h140 }KS_TUNER_STRATEGY; typedef
/dports/multimedia/mencoder/mplayer-export-2021-12-29/stream/
H A Dtvi_dshow.h251 } KS_TUNER_STRATEGY; typedef
/dports/multimedia/mplayer/mplayer-export-2021-12-29/stream/
H A Dtvi_dshow.h251 } KS_TUNER_STRATEGY; 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.rs6933 pub type KS_TUNER_STRATEGY = i32; typedef
6934 pub const KS_TUNER_STRATEGY_PLL: KS_TUNER_STRATEGY = 1i32;
6935 pub const KS_TUNER_STRATEGY_SIGNAL_STRENGTH: KS_TUNER_STRATEGY = 2i32;
6936 pub const KS_TUNER_STRATEGY_DRIVER_TUNES: KS_TUNER_STRATEGY = 4i32;
/dports/devel/upp/upp/bazaar/plugin/portaudio/hostapi/wasapi/mingw-include/
H A Dksmedia.h3281 } KS_TUNER_STRATEGY; typedef
/dports/emulators/mess/mame-mame0226/3rdparty/portaudio/src/hostapi/wasapi/mingw-include/
H A Dksmedia.h3295 } KS_TUNER_STRATEGY; typedef
/dports/emulators/mame/mame-mame0226/3rdparty/portaudio/src/hostapi/wasapi/mingw-include/
H A Dksmedia.h3295 } KS_TUNER_STRATEGY; typedef
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dksmedia.h3355 } KS_TUNER_STRATEGY; typedef
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dksmedia.h3355 } KS_TUNER_STRATEGY; typedef
/dports/audio/portaudio/portaudio/src/hostapi/wasapi/mingw-include/
H A Dksmedia.h3295 } KS_TUNER_STRATEGY; typedef
/dports/audio/supercollider/SuperCollider-3.11.0-Source/external_libraries/portaudio_sc_org/src/hostapi/wasapi/mingw-include/
H A Dksmedia.h3295 } KS_TUNER_STRATEGY; typedef
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Media/Audio/CoreAudio/
H A Dmod.rs20637 pub struct KS_TUNER_STRATEGY(pub i32); struct
20638 pub const KS_TUNER_STRATEGY_PLL: KS_TUNER_STRATEGY = KS_TUNER_STRATEGY(1i32);
20639 pub const KS_TUNER_STRATEGY_SIGNAL_STRENGTH: KS_TUNER_STRATEGY = KS_TUNER_STRATEGY(2i32);
20640 pub const KS_TUNER_STRATEGY_DRIVER_TUNES: KS_TUNER_STRATEGY = KS_TUNER_STRATEGY(4i32);
20641 impl ::std::convert::From<i32> for KS_TUNER_STRATEGY { implementation
20646 unsafe impl ::windows::runtime::Abi for KS_TUNER_STRATEGY { implementation