summaryrefslogtreecommitdiffstats
path: root/src/qlibsoundmanager.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/qlibsoundmanager.h')
-rw-r--r--src/qlibsoundmanager.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/qlibsoundmanager.h b/src/qlibsoundmanager.h
index 4c17002..bbe3da9 100644
--- a/src/qlibsoundmanager.h
+++ b/src/qlibsoundmanager.h
@@ -46,10 +46,10 @@ public:
Q_INVOKABLE int getListMainSinks();
Q_INVOKABLE int getListMainSources();
Q_INVOKABLE int getListMainConnections();
- Q_INVOKABLE int stream_open(const QString& audio_role, int endpoint_id);
- Q_INVOKABLE int stream_open(const QString& audio_role, const QString& endpoint_id = "default");
- Q_INVOKABLE int stream_close(int stream_id);
- Q_INVOKABLE int set_stream_state(int stream_id, int mute = 0); // 0 is unmute , 1 is mute
+ Q_INVOKABLE int streamOpen(const QString& audio_role, int endpoint_id);
+ Q_INVOKABLE int streamOpen(const QString& audio_role, const QString& endpoint_id = "default");
+ Q_INVOKABLE int streamClose(int stream_id);
+ Q_INVOKABLE int setStreamState(int stream_id, int mute = 0); // 0 is unmute , 1 is mute
signals:
void reply(const QVariant &msg);