Returns the channel mode. \see ChannelMode.
| 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. |
no outgoing calls
no test coverage detected