Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HertzDevil/0CC-FamiTracker
/ IsAudioDeviceOpen
Method
IsAudioDeviceOpen
Source/AudioDriver.cpp:132–134 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
130
}
131
132
bool CAudioDriver::IsAudioDeviceOpen() const {
133
return static_cast<bool>(m_pDSoundChannel);
134
}
135
136
bool CAudioDriver::GetSoundTimeout() const {
137
return m_bBufferTimeout;
Callers
2
ResetAudioDevice
Method · 0.80
IsAudioReady
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected