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

Method GetSampleFormats

libraries/lib-wave-track/WaveClip.cpp:687–691  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

685}
686
687SampleFormats WaveClip::GetSampleFormats() const
688{
689 // All sequences have the same formats by class invariant
690 return mSequences[0]->GetSampleFormats();
691}
692
693size_t WaveClip::CountBlocks() const
694{

Callers 7

WidestEffectiveFormatMethod · 0.45
MakeStereoMethod · 0.45
HandleXMLChildMethod · 0.45
PasteMethod · 0.45
CheckInvariantsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected