Home
last modified time | relevance | path

Searched defs:CreateCaptureBuffer (Results 1 – 21 of 21) sorted by relevance

/dports/devel/sdl20/SDL2-2.0.18/src/audio/directsound/
H A DSDL_directsound.c436 CreateCaptureBuffer(_THIS, const DWORD bufsize, WAVEFORMATEX *wfmt) in CreateCaptureBuffer() function
/dports/emulators/mess/mame-mame0226/3rdparty/SDL2/src/audio/directsound/
H A DSDL_directsound.c432 CreateCaptureBuffer(_THIS, const DWORD bufsize, WAVEFORMATEX *wfmt) in CreateCaptureBuffer() function
/dports/emulators/mame/mame-mame0226/3rdparty/SDL2/src/audio/directsound/
H A DSDL_directsound.c432 CreateCaptureBuffer(_THIS, const DWORD bufsize, WAVEFORMATEX *wfmt) in CreateCaptureBuffer() function
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/SDL/src/audio/directsound/
H A DSDL_directsound.c432 CreateCaptureBuffer(_THIS, const DWORD bufsize, WAVEFORMATEX *wfmt) in CreateCaptureBuffer() function
/dports/graphics/milton/milton-1.9.1/third_party/SDL2-2.0.8/src/audio/directsound/
H A DSDL_directsound.c432 CreateCaptureBuffer(_THIS, const DWORD bufsize, WAVEFORMATEX *wfmt) in CreateCaptureBuffer() function
/dports/x11/controllermap/SDL2-2.0.18/src/audio/directsound/
H A DSDL_directsound.c436 CreateCaptureBuffer(_THIS, const DWORD bufsize, WAVEFORMATEX *wfmt) in CreateCaptureBuffer() function
/dports/devel/juce/JUCE-f37e9a1/modules/juce_audio_devices/native/
H A Djuce_win32_DirectSound.cpp101 …STDMETHOD(CreateCaptureBuffer) (THIS_ DSCBUFFERDESC*, IDirectSoundCaptureBuffer**, LPUNKNOWN) PUR… in DECLARE_INTERFACE_() local
/dports/audio/carla/Carla-2.4.1/source/modules/juce_audio_devices/native/
H A Djuce_win32_DirectSound.cpp101 …STDMETHOD(CreateCaptureBuffer) (THIS_ DSCBUFFERDESC*, IDirectSoundCaptureBuffer**, LPUNKNOWN) PUR… in DECLARE_INTERFACE_() local
/dports/audio/libopenshot-audio/libopenshot-audio-0.2.2/JuceLibraryCode/modules/juce_audio_devices/native/
H A Djuce_win32_DirectSound.cpp101 …STDMETHOD(CreateCaptureBuffer) (THIS_ DSCBUFFERDESC*, IDirectSoundCaptureBuffer**, LPUNKNOWN) PUR… in DECLARE_INTERFACE_() local
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Ddsdriver.h310 …STDMETHOD(CreateCaptureBuffer)(THIS_ LPWAVEFORMATEX pwfx,DWORD dwFlags,DWORD dwCardAddress,LPDWORD… in DECLARE_INTERFACE_() local
H A Ddsound.h862 …STDMETHOD(CreateCaptureBuffer)(THIS_ LPCDSCBUFFERDESC lpcDSCBufferDesc,LPDIRECTSOUNDCAPTUREBUFFER … in DECLARE_INTERFACE_() local
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Ddsdriver.h310 …STDMETHOD(CreateCaptureBuffer)(THIS_ LPWAVEFORMATEX pwfx,DWORD dwFlags,DWORD dwCardAddress,LPDWORD… in DECLARE_INTERFACE_() local
H A Ddsound.h862 …STDMETHOD(CreateCaptureBuffer)(THIS_ LPCDSCBUFFERDESC lpcDSCBufferDesc,LPDIRECTSOUNDCAPTUREBUFFER … in DECLARE_INTERFACE_() local
/dports/devel/mingw32-directx/mingw32-directx-20020518_1/include/w32api/
H A Ddsound.h524 …STDMETHOD(CreateCaptureBuffer) (THIS_ LPCDSCBUFFERDESC, LPDIRECTSOUNDCAPTUREBUFFER *, LPUNKNOWN) … in DECLARE_INTERFACE_() local
/dports/emulators/pcsxr/pcsxr-codeplex-final/pcsxr/win32/plugins/dfsound/winsrc/
H A Ddsound.h734 …STDMETHOD(CreateCaptureBuffer)(THIS_ LPCDSCBUFFERDESC lpcDSCBufferDesc,LPDIRECTSOUNDCAPTUREBUFFER … in DECLARE_INTERFACE_() local
/dports/audio/carla/Carla-2.4.1/source/modules/rtaudio/include/
H A Ddsound.h1003 …STDMETHOD(CreateCaptureBuffer) (THIS_ LPCDSCBUFFERDESC pcDSCBufferDesc, LPDIRECTSOUNDCAPTUREBUFFE… in DECLARE_INTERFACE_() local
/dports/audio/giada/giada-0.17.1/src/deps/rtaudio/include/
H A Ddsound.h1003 …STDMETHOD(CreateCaptureBuffer) (THIS_ LPCDSCBUFFERDESC pcDSCBufferDesc, LPDIRECTSOUNDCAPTUREBUFFE… in DECLARE_INTERFACE_() local
/dports/games/NBlood/NBlood-a1689a4/platform/Windows/include/dx/
H A Ddsound.h1007 …STDMETHOD(CreateCaptureBuffer) (THIS_ LPCDSCBUFFERDESC pcDSCBufferDesc, LPDIRECTSOUNDCAPTUREBUFFE… in DECLARE_INTERFACE_() local
/dports/audio/rtaudio/rtaudio-5.1.0/include/
H A Ddsound.h1003 …STDMETHOD(CreateCaptureBuffer) (THIS_ LPCDSCBUFFERDESC pcDSCBufferDesc, LPDIRECTSOUNDCAPTUREBUFFE… in DECLARE_INTERFACE_() local
/dports/audio/stk/stk-4.6.2/src/include/
H A Ddsound.h1003 …STDMETHOD(CreateCaptureBuffer) (THIS_ LPCDSCBUFFERDESC pcDSCBufferDesc, LPDIRECTSOUNDCAPTUREBUFFE… in DECLARE_INTERFACE_() local
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Media/Audio/DirectMusic/
H A Dmod.rs5674 …pub unsafe fn CreateCaptureBuffer<'a, Param2: ::windows::runtime::IntoParam<'a, ::windows::runtime… in CreateCaptureBuffer() method