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

Class AudioNodeDescriptor

include/LabSound/core/AudioNodeDescriptor.h:12–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10struct AudioParamDescriptor;
11struct AudioSettingDescriptor;
12struct AudioNodeDescriptor
13{
14 AudioParamDescriptor * params;
15 AudioSettingDescriptor * settings;
16
17 AudioParamDescriptor const * const param(char const * const) const;
18 AudioSettingDescriptor const * const setting(char const * const) const;
19};
20
21} // namespace
22

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected