20#ifndef __SYNTHCLONE_SAMPLECOPIER_H__
21#define __SYNTHCLONE_SAMPLECOPIER_H__
Utility class that copies Sample data from a SampleInputStream to a SampleOutputStream,...
Definition: samplecopier.h:34
SampleCopier(QObject *parent=0)
Constructs a new SampleCopier.
~SampleCopier()
Destroys the SampleCopier object.
SampleFrameCount copy(SampleInputStream &inputStream, SampleOutputStream &outputStream, SampleFrameCount frames)
Copies data from a SampleInputStream to a SampleOutputStream.
void copyProgress(synthclone::SampleFrameCount framesCopied, synthclone::SampleFrameCount totalFrames)
Emitted when frames are being copied.
Used to write sample data to a sample file.
Definition: sampleoutputstream.h:34
Definition: component.h:26
qint64 SampleFrameCount
Holds a count of sample frames, or an offset with sample frames.
Definition: types.h:90