Go to
the documentation of this file.
00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022 #ifndef Phonon_ABSTRACTVIDEOOUTPUTBASE_H
00023 #define Phonon_ABSTRACTVIDEOOUTPUTBASE_H
00024
00025 #include "phonondefs.h"
00026 #include "phonon_export.h"
00027 #include "medianode.h"
00028 #include <QtCore/QObject>
00029
00030 QT_BEGIN_HEADER
00031 QT_BEGIN_NAMESPACE
00032
00033 #ifndef QT_NO_PHONON_VIDEO
00034
00035 class QString;
00036
00037 namespace Phonon
00038 {
00039
00040 namespace Experimental
00041 {
00042 class Visualization;
00043 class VisualizationPrivate;
00044 }
00045
00046 class AbstractVideoOutputPrivate;
00047
00053 class PHONON_EXPORT AbstractVideoOutput : public MediaNode
00054 {
00055 friend class Experimental::Visualization;
00056 friend class Experimental::VisualizationPrivate;
00057 K_DECLARE_PRIVATE(AbstractVideoOutput)
00058 protected:
00065 AbstractVideoOutput(AbstractVideoOutputPrivate &d);
00066 };
00067 }
00068
00069 #endif //QT_NO_PHONON_VIDEO
00070
00071 QT_END_NAMESPACE
00072 QT_END_HEADER
00073
00074 #endif // Phonon_ABSTRACTVIDEOOUTPUTBASE_H