MCPcopy 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
132bool CAudioDriver::IsAudioDeviceOpen() const {
133 return static_cast<bool>(m_pDSoundChannel);
134}
135
136bool CAudioDriver::GetSoundTimeout() const {
137 return m_bBufferTimeout;

Callers 2

ResetAudioDeviceMethod · 0.80
IsAudioReadyMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected