| 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; } |