MCPcopy Create free account
hub / github.com/audacity/audacity / GetChannels

Method GetChannels

src/export/ExportFilePanel.cpp:352–357  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 9

EncodeAudioMethod · 0.80
FinalizeMethod · 0.80
EncodeAudioFrameMethod · 0.80
InitCodecsMethod · 0.80
WriteDataMethod · 0.80
OnOKMethod · 0.80
OnExportMethod · 0.80

Calls 1

GetValueMethod · 0.45

Tested by

no test coverage detected