pulsesupport.h   pulsesupport.h 
skipping to change at line 69 skipping to change at line 69
bool setOutputName(QString streamUuid, QString name); bool setOutputName(QString streamUuid, QString name);
bool setOutputDevice(QString streamUuid, int device); bool setOutputDevice(QString streamUuid, int device);
bool setOutputVolume(QString streamUuid, qreal volume); bool setOutputVolume(QString streamUuid, qreal volume);
bool setOutputMute(QString streamUuid, bool mute); bool setOutputMute(QString streamUuid, bool mute);
bool setCaptureDevice(QString streamUuid, int device); bool setCaptureDevice(QString streamUuid, int device);
// NB Capture Volume/Mute not set until PA supports per-source- output volumes/mutes // NB Capture Volume/Mute not set until PA supports per-source- output volumes/mutes
// or phonon supports capture properly... which ever comes f irst. // or phonon supports capture properly... which ever comes f irst.
void clearStreamCache(QString streamUuid); void clearStreamCache(QString streamUuid);
static void debug();
public slots: public slots:
void connectToDaemon(); void connectToDaemon();
signals: signals:
void objectDescriptionChanged(ObjectDescriptionType); void objectDescriptionChanged(ObjectDescriptionType);
private: private:
PulseSupport(); PulseSupport();
~PulseSupport(); ~PulseSupport();
 End of changes. 1 change blocks. 
0 lines changed or deleted 1 lines changed or added

This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/