(self)
| 161 | config_changed() |
| 162 | |
| 163 | def latencyControl(self): |
| 164 | return getattr(self, '_k_latencyControl', LAT_INTERACTIVE) |
| 165 | def setLatencyControl_(self, v): |
| 166 | self._k_latencyControl = v |
| 167 | config_changed() |
no outgoing calls
no test coverage detected