summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/phonon/mmf/mediaobject.h
diff options
context:
space:
mode:
authorGareth Stockwell <gareth.stockwell@sosco.com>2009-08-21 11:58:45 (GMT)
committerGareth Stockwell <gareth.stockwell@sosco.com>2009-08-21 11:58:45 (GMT)
commit0761ebabf9f3cf6c968f4ce86e31c323dc8fe9c8 (patch)
tree2ad21f1f9e0578fe3db689f0190074402278ca41 /src/3rdparty/phonon/mmf/mediaobject.h
parent3f39d630d3dcc161c4a85127129274ca7ea857a2 (diff)
downloadQt-0761ebabf9f3cf6c968f4ce86e31c323dc8fe9c8.zip
Qt-0761ebabf9f3cf6c968f4ce86e31c323dc8fe9c8.tar.gz
Qt-0761ebabf9f3cf6c968f4ce86e31c323dc8fe9c8.tar.bz2
Implemented connection between MediaOutput and VideoWidget
Video is still not visible; need to debug the initialization of the VideoOutput object to determine whether DSA is being aborted.
Diffstat (limited to 'src/3rdparty/phonon/mmf/mediaobject.h')
-rw-r--r--src/3rdparty/phonon/mmf/mediaobject.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/3rdparty/phonon/mmf/mediaobject.h b/src/3rdparty/phonon/mmf/mediaobject.h
index 2e12b72..130b7e1 100644
--- a/src/3rdparty/phonon/mmf/mediaobject.h
+++ b/src/3rdparty/phonon/mmf/mediaobject.h
@@ -33,8 +33,8 @@ namespace Phonon
{
namespace MMF
{
- class AbstractPlayer;
- class AudioOutput;
+ class AbstractPlayer;
+ class VideoOutput;
/**
* @short Facade class which wraps MMF client utility instance
@@ -73,7 +73,9 @@ namespace Phonon
virtual void setTransitionTime(qint32);
// VolumeObserver
- void volumeChanged(qreal volume);
+ void volumeChanged(qreal volume);
+
+ void setVideoOutput(VideoOutput* videoOutput);
Q_SIGNALS:
void totalTimeChanged();