summaryrefslogtreecommitdiffstats
path: root/audio/audio-api.txt
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.dentz@openbossa.org>2007-08-22 14:15:43 +0000
committerLuiz Augusto von Dentz <luiz.dentz@openbossa.org>2007-08-22 14:15:43 +0000
commit84aca873392c957faa5974485633ce4081a416e2 (patch)
tree960000aed03bc9b642decc28c6378d65088f42cf /audio/audio-api.txt
parent674a1d6355ebd5c1e9ffc2e7663b747f60ac70b5 (diff)
Add Playing and Stopped signals to sink inteface.
Diffstat (limited to 'audio/audio-api.txt')
-rw-r--r--audio/audio-api.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/audio/audio-api.txt b/audio/audio-api.txt
index 7e06b1f6..6a4041c0 100644
--- a/audio/audio-api.txt
+++ b/audio/audio-api.txt
@@ -245,6 +245,14 @@ Signals void Connected()
Sent when the device has been disconnected from.
+ void Playing()
+
+ Sent when a stream with remote device is started.
+
+ void Stopped()
+
+ Sent when a stream with remote device is suspended.
+
org.bluez.audio.Source interface
================================