| 499 | } |
| 500 | |
| 501 | SUFLOAT |
| 502 | Source::Config::getPPM(void) const |
| 503 | { |
| 504 | if (this->instance == nullptr) |
| 505 | return 0.; |
| 506 | |
| 507 | return suscan_source_config_get_ppm(this->instance); |
| 508 | } |
| 509 | |
| 510 | void |
| 511 | Source::Config::setSampleRate(unsigned int rate) |
no outgoing calls
no test coverage detected