Represents an audio sample retrieved from a database.
Definition: AudioSample.h:39
QString fileName
The name of the file associated with the sample.
Definition: AudioSample.h:41
int sampleId
The unique identifier of the sample in the database.
Definition: AudioSample.h:40
QString path
The file system path to the audio file.
Definition: AudioSample.h:42
AudioSample(int sampleId, const QString &fileName, const QString &path)
Definition: AudioSample.h:55