| 95 | } |
| 96 | |
| 97 | bool StretchingSequence::DoGet( |
| 98 | size_t iChannel, size_t nBuffers, const samplePtr buffers[], |
| 99 | sampleFormat format, sampleCount start, size_t len, bool backwards, |
| 100 | fillFormat fill, bool mayThrow, sampleCount* pNumWithinClips) const |
| 101 | { |
| 102 | return const_cast<StretchingSequence&>(*this).MutableGet( |
| 103 | iChannel, nBuffers, buffers, format, start, len, backwards); |
| 104 | } |
| 105 | |
| 106 | const ChannelGroup* StretchingSequence::FindChannelGroup() const |
| 107 | { |
nothing calls this directly
no test coverage detected