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

Method desc

src/extended/PowerMonitorNode.cpp:20–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18static AudioSettingDescriptor s_pmSettings[] = {{"windowSize", "WNSZ", SettingType::Integer}, nullptr};
19
20AudioNodeDescriptor * PowerMonitorNode::desc()
21{
22 static AudioNodeDescriptor d {nullptr, s_pmSettings};
23 return &d;
24}
25
26PowerMonitorNode::PowerMonitorNode(AudioContext & ac)
27 : AudioBasicInspectorNode(ac, *desc(), 2)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected