Home
last modified time | relevance | path

Searched refs:directSound (Results 1 – 4 of 4) sorted by relevance

/dports/emulators/nestopia/nestopia-1.51.1/source/win32/
H A DNstManagerSound.cpp59 directSound ( window ), in Sound()
60 dialog ( new Window::Sound(e,directSound.GetAdapters(),p,cfg) ), in Sound()
108 directSound.StopStream(); in OnEmuEvent()
137 errMsg = directSound.Update in UpdateSettings()
152 recorder->Enable( &directSound.GetWaveFormat() ); in UpdateSettings()
158 directSound.Destroy(); in UpdateSettings()
181 directSound.StopStream(); in StopEmulation()
192 if (sound.directSound.Streaming()) in Lock()
198 if (sound.CanRunInBackground() != sound.directSound.GlobalFocus()) in Lock()
201 sound.directSound.StartStream(); in Lock()
[all …]
H A DNstManagerSound.hpp71 DirectX::DirectSound directSound; member in Nestopia::Managers::Sound
/dports/multimedia/aegisub/aegisub-3.2.2/src/
H A Daudio_player_dsound.cpp77 IDirectSound8 *directSound = nullptr; member in __anon9b5750f40111::DirectSoundPlayer
104 …res = DirectSoundCreate8(&DSDEVID_DefaultPlayback,&directSound,nullptr); // TODO: support selectin… in DirectSoundPlayer()
108 directSound->SetCooperativeLevel((HWND)parent->GetHandle(),DSSCL_PRIORITY); in DirectSoundPlayer()
135 res = directSound->CreateSoundBuffer(&desc,&buf,nullptr); in DirectSoundPlayer()
152 if (directSound) in ~DirectSoundPlayer()
153 directSound->Release(); in ~DirectSoundPlayer()
/dports/multimedia/vlc/vlc-3.0.16/doc/
H A DChangeLog-200918377 Kill directSound warnings