24 #ifndef DIGIKAM_SLIDE_VIDEO_H
25 #define DIGIKAM_SLIDE_VIDEO_H
35 #include <QtAV/AVError.h>
36 #include <QtAV/AVPlayer.h>
56 void setCurrentUrl(
const QUrl& url);
57 void showIndicator(
bool);
71 void slotPlayerStateChanged(QtAV::AVPlayer::State state);
72 void slotMediaStatusChanged(QtAV::MediaStatus status);
73 void slotHandlePlayerError(
const QtAV::AVError& err);
75 void slotPositionChanged(qint64
position);
76 void slotDurationChanged(qint64 duration);
77 void slotVolumeChanged(
int volume);
Definition: dinfointerface.h:56
Definition: slidevideo.h:47
void signalVideoDuration(qint64)
void signalVideoPosition(qint64)
void signalVideoLoaded(bool)
void signalVideoFinished()
Definition: datefolderview.cpp:43