| 605 | } |
| 606 | |
| 607 | void |
| 608 | Source::Config::setBandwidth(SUFLOAT bw) |
| 609 | { |
| 610 | if (this->instance == nullptr) |
| 611 | return; |
| 612 | |
| 613 | suscan_source_config_set_bandwidth(this->instance, bw); |
| 614 | } |
| 615 | |
| 616 | void |
| 617 | Source::Config::setLoop(bool value) |
no outgoing calls
no test coverage detected