| 392 | } |
| 393 | |
| 394 | SUFLOAT |
| 395 | Source::Config::getBandwidth(void) const |
| 396 | { |
| 397 | if (this->instance == nullptr) |
| 398 | return 0; |
| 399 | |
| 400 | return suscan_source_config_get_bandwidth(this->instance); |
| 401 | } |
| 402 | |
| 403 | enum suscan_source_format |
| 404 | Source::Config::getFormat(void) const |
no outgoing calls