24 #ifndef DIGIKAM_MEDIA_PLAYER_VIEW_H
25 #define DIGIKAM_MEDIA_PLAYER_VIEW_H
29 #include <QStackedWidget>
35 #include <QtAV/AVError.h>
36 #include <QtAV/AVPlayer.h>
55 void setCurrentItem(
const QUrl& url = QUrl(),
56 bool hasPrevious =
false,
57 bool hasNext =
false);
71 void slotEscapePressed();
72 void slotRotateVideo();
76 void slotThemeChanged();
77 void slotPlayerStateChanged(QtAV::AVPlayer::State state);
78 void slotMediaStatusChanged(QtAV::MediaStatus status);
79 void slotHandlePlayerError(
const QtAV::AVError& err);
80 void slotImageCaptured(
const QImage& image);
83 void slotPositionChanged(qint64
position);
84 void slotDurationChanged(qint64 duration);
85 void slotVolumeChanged(
int volume);
86 void slotLoopToggled(
bool loop);
94 void setPreviewMode(
int mode);
Definition: dinfointerface.h:56
Definition: datefolderview.cpp:43