1#ifndef AUDIOPLAYERWIDGET_H
2#define AUDIOPLAYERWIDGET_H
17 explicit AudioPlayerWidget(
const QString &audioFilePath, QWidget *parent =
nullptr);
20 QMediaPlayer::PlaybackState
state()
const;
25 void seek(
int mseconds);
33 void handleError(QMediaPlayer::Error error,
const QString &errorString);