Audacity 3.2.0
Public Member Functions | List of all members
AudioSegmentFactoryInterface Class Referenceabstract

#include <AudioSegmentFactoryInterface.h>

Inheritance diagram for AudioSegmentFactoryInterface:
[legend]

Public Member Functions

virtual ~AudioSegmentFactoryInterface ()
 
virtual std::vector< std::shared_ptr< AudioSegment > > CreateAudioSegmentSequence (double playbackStartTime, PlaybackDirection)=0
 

Detailed Description

Definition at line 22 of file AudioSegmentFactoryInterface.h.

Constructor & Destructor Documentation

◆ ~AudioSegmentFactoryInterface()

AudioSegmentFactoryInterface::~AudioSegmentFactoryInterface ( )
virtualdefault

Member Function Documentation

◆ CreateAudioSegmentSequence()

virtual std::vector< std::shared_ptr< AudioSegment > > AudioSegmentFactoryInterface::CreateAudioSegmentSequence ( double  playbackStartTime,
PlaybackDirection   
)
pure virtual

The documentation for this class was generated from the following files: