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