| 350 | } |
| 351 | |
| 352 | int ExportFilePanel::GetChannels() const |
| 353 | { |
| 354 | if(mCustomMapping != nullptr && mCustomMapping->GetValue()) |
| 355 | return 0; |
| 356 | return mMono->GetValue() ? 1 : 2; |
| 357 | } |
| 358 | |
| 359 | MixerOptions::Downmix* ExportFilePanel::GetMixerSpec() const |
| 360 | { |
no test coverage detected