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

Method initialize

src/core/AudioHardwareDeviceNode.cpp:85–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83}
84
85void AudioHardwareDeviceNode::initialize()
86{
87 if (!isInitialized())
88 AudioNode::initialize();
89}
90
91void AudioHardwareDeviceNode::uninitialize()
92{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected