| 636 | } |
| 637 | |
| 638 | unsigned int |
| 639 | SourceWidget::getEffectiveRate(void) const |
| 640 | { |
| 641 | return this->throttleable && this->panelConfig->throttle |
| 642 | ? this->panelConfig->throttleRate |
| 643 | : this->rate; |
| 644 | } |
| 645 | |
| 646 | void |
| 647 | SourceWidget::setProcessRate(unsigned int rate) |