| 730 | } |
| 731 | |
| 732 | SUFLOAT |
| 733 | Source::Config::getGain(const std::string &name) const |
| 734 | { |
| 735 | if (this->instance == nullptr) |
| 736 | return 0; |
| 737 | |
| 738 | return suscan_source_config_get_gain(this->instance, name.c_str()); |
| 739 | } |
| 740 | |
| 741 | ///////////////////////////////// Source Wrappers //////////////////////////// |
| 742 | Source::Source(Config const& config) |