| 186 | void setChannelCountMode(ContextGraphLock & g, ChannelCountMode mode); |
| 187 | |
| 188 | ChannelInterpretation channelInterpretation() const { return m_channelInterpretation; } |
| 189 | void setChannelInterpretation(ChannelInterpretation interpretation) { m_channelInterpretation = interpretation; } |
| 190 | |
| 191 | // returns a vector of parameter names |
nothing calls this directly
no outgoing calls
no test coverage detected