| 158 | void setRecording( const bool b ) { m_isRecording = b; } |
| 159 | |
| 160 | static int quantization() { return s_quantization; } |
| 161 | static void setQuantization(int q) { s_quantization = q; } |
| 162 | |
| 163 | public slots: |
no outgoing calls
no test coverage detected