MCPcopy Create free account
hub / github.com/LabSound/LabSound / uninitialize

Method uninitialize

src/core/AudioHardwareDeviceNode.cpp:91–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89}
90
91void AudioHardwareDeviceNode::uninitialize()
92{
93 if (!isInitialized()) return;
94 m_platformAudioDevice->stop();
95 AudioNode::uninitialize();
96 m_platformAudioDevice.reset();
97}
98
99void AudioHardwareDeviceNode::start()
100{

Callers

nothing calls this directly

Calls 2

stopMethod · 0.45
resetMethod · 0.45

Tested by

no test coverage detected