summaryrefslogtreecommitdiffstats
path: root/audio/audio-api.txt
diff options
context:
space:
mode:
Diffstat (limited to 'audio/audio-api.txt')
-rw-r--r--audio/audio-api.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/audio/audio-api.txt b/audio/audio-api.txt
index f391415f..19cefc69 100644
--- a/audio/audio-api.txt
+++ b/audio/audio-api.txt
@@ -39,6 +39,12 @@ Methods
Returns list of headset objects that are configured.
+ array{string} FindDeviceByAddress(string address)
+
+ Searches the list of available devices and returns the
+ first device which matchess address. If no device is
+ found returns a DoesNotExist error.
+
string DefaultHeadset()
Returns the object path for the default headset device.