10#include <QtMultimediaWidgets/QVideoWidget>
12#include <dtkmultimedia.h>
13DMULTIMEDIA_BEGIN_NAMESPACE
15class DPlatformMediaPlayer;
17class DMediaPlayerPrivate;
48 void setVideoOutput(QObject *);
49 bool isMetaDataAvailable() {
return true;};
51 void setMedia(
const QMediaContent &media, QIODevice *stream =
nullptr);
60 QScopedPointer<DMediaPlayerPrivate> d_ptr;
63DMULTIMEDIA_END_NAMESPACE