MCPcopy Create free account
hub / github.com/cinder/Cinder / getChannelMode

Function getChannelMode

include/cinder/audio/Node.h:143–143  ·  view source on GitHub ↗

Returns the channel mode. \see ChannelMode.

Source from the content-addressed store, hash-verified

141 size_t getNumChannels() const { return mNumChannels; }
142 //! Returns the channel mode. \see ChannelMode.
143 ChannelMode getChannelMode() const { return mChannelMode; }
144 //! Returns the maximum number of channels any input has.
145 size_t getMaxNumInputChannels() const;
146 //! Returns the samplerate of this Node, which is governed by the Context's OutputNode.

Callers 3

OutputDeviceNodeMethod · 0.85
InputNodeMethod · 0.85
InputDeviceNodeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected