summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2012-10-09 18:03:53 +0200
committerJohan Hedberg <johan.hedberg@intel.com>2012-10-09 18:43:53 +0200
commit54d091859847e22463930f3be1a37499caafb940 (patch)
tree7d72c1ce75cd8d48bf69bb5abb4b7f634854a961 /doc
parentbff95e0a02b6fa0b760f3e5b27ae9e712638e007 (diff)
sink: Remove deprecated code
Remove decrecated properties and signals
Diffstat (limited to 'doc')
-rw-r--r--doc/audio-api.txt29
1 files changed, 1 insertions, 28 deletions
diff --git a/doc/audio-api.txt b/doc/audio-api.txt
index ca430fc22..72129fcef 100644
--- a/doc/audio-api.txt
+++ b/doc/audio-api.txt
@@ -200,24 +200,7 @@ Methods void Connect()
Possible Errors: org.bluez.Error.InvalidArguments
-Signals void Connected() {deprecated}
-
- Sent when a successful connection has been made to the
- remote A2DP Sink
-
- void Disconnected() {deprecated}
-
- Sent when the device has been disconnected from.
-
- void Playing() {deprecated}
-
- Sent when a stream with remote device is started.
-
- void Stopped() {deprecated}
-
- Sent when a stream with remote device is suspended.
-
- PropertyChanged(string name, variant value)
+Signals PropertyChanged(string name, variant value)
This signal indicates a changed value of the given
property.
@@ -247,16 +230,6 @@ properties string State [readonly]
"playing" -> "disconnected"
Disconnected from the remote device
- boolean Connected [readonly]
-
- Indicates if a stream is setup to a A2DP sink on
- the remote device.
-
- boolean Playing [readonly]
-
- Indicates if a stream is active to a A2DP sink on
- the remote device.
-
AudioSource hierarchy
=====================