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

Method channelCountMode

include/LabSound/core/AudioNode.h:185–185  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

183 void setChannelCount(ContextGraphLock & g, int channelCount);
184
185 ChannelCountMode channelCountMode() const { return m_channelCountMode; }
186 void setChannelCountMode(ContextGraphLock & g, ChannelCountMode mode);
187
188 ChannelInterpretation channelInterpretation() const { return m_channelInterpretation; }

Callers 1

numberOfChannelsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected