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

Method channelCount

src/core/AudioNode.cpp:407–411  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

405}
406
407int AudioNode::channelCount()
408{
409 ASSERT(m_channelCount != 0);
410 return m_channelCount;
411}
412
413void AudioNode::setChannelCount(ContextGraphLock & g, int channelCount)
414{

Callers 1

numberOfChannelsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected