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

Method DoGet

libraries/lib-stretching-sequence/StretchingSequence.cpp:97–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95}
96
97bool 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
106const ChannelGroup* StretchingSequence::FindChannelGroup() const
107{

Callers

nothing calls this directly

Calls 1

MutableGetMethod · 0.80

Tested by

no test coverage detected