src/3rdparty/phonon/ds9/backend.h
changeset 3 41300fa6a67c
parent 0 1918ee327afb
equal deleted inserted replaced
2:56cd8111b7f7 3:41300fa6a67c
    62             bool startConnectionChange(QSet<QObject *>);
    62             bool startConnectionChange(QSet<QObject *>);
    63             bool endConnectionChange(QSet<QObject *>);
    63             bool endConnectionChange(QSet<QObject *>);
    64 
    64 
    65             Filter getAudioOutputFilter(int index) const;
    65             Filter getAudioOutputFilter(int index) const;
    66 
    66 
    67             static QMutex *directShowMutex();
    67             static QMutex *directShowMutex;
    68 
    68 
    69         Q_SIGNALS:
    69         Q_SIGNALS:
    70             void objectDescriptionChanged(ObjectDescriptionType);
    70             void objectDescriptionChanged(ObjectDescriptionType);
    71 
    71 
    72         private:
    72         private: