src/3rdparty/phonon/gstreamer/audioeffect.h
changeset 3 41300fa6a67c
parent 0 1918ee327afb
equal deleted inserted replaced
2:56cd8111b7f7 3:41300fa6a67c
    27 
    27 
    28 #include <QtCore/QObject>
    28 #include <QtCore/QObject>
    29 
    29 
    30 #include <gst/gst.h>
    30 #include <gst/gst.h>
    31 
    31 
       
    32 #ifndef QT_NO_PHONON_EFFECT
    32 QT_BEGIN_NAMESPACE
    33 QT_BEGIN_NAMESPACE
    33 
       
    34 namespace Phonon
    34 namespace Phonon
    35 {
    35 {
    36 namespace Gstreamer
    36 namespace Gstreamer
    37 {
    37 {
    38     class AudioOutput;
    38     class AudioOutput;
    47             GstElement* createEffectBin();
    47             GstElement* createEffectBin();
    48             GstElement* audioElement() { return m_effectBin; }
    48             GstElement* audioElement() { return m_effectBin; }
    49             QString m_effectName;
    49             QString m_effectName;
    50     };
    50     };
    51 }} //namespace Phonon::Gstreamer
    51 }} //namespace Phonon::Gstreamer
    52 
       
    53 QT_END_NAMESPACE
    52 QT_END_NAMESPACE
       
    53 #endif //QT_NO_PHONON_EFFECT
    54 
    54 
    55 #endif // Phonon_GSTREAMER_AUDIOEFFECT_H
    55 #endif // Phonon_GSTREAMER_AUDIOEFFECT_H