Audacity 3.2.0
|
#include "AudioSegmentFactoryInterface.h"
#include "ClipInterface.h"
#include "TimeAndPitchInterface.h"
#include <memory>
Go to the source code of this file.
Classes | |
class | AudioSegmentFactory |
Typedefs | |
using | ClipConstHolders = std::vector< std::shared_ptr< const ClipInterface > > |
using ClipConstHolders = std::vector<std::shared_ptr<const ClipInterface> > |
Definition at line 21 of file AudioSegmentFactory.h.