From eb0899c1c7137ece8c0e5e5ec031cb2b9b4262e3 Mon Sep 17 00:00:00 2001 From: Luiz Augusto von Dentz Date: Mon, 18 Jun 2007 21:08:35 +0000 Subject: Make deprecated headset methods to rely on new device methods. --- audio/audio-api.txt | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'audio/audio-api.txt') diff --git a/audio/audio-api.txt b/audio/audio-api.txt index 17baedc1..cd736802 100644 --- a/audio/audio-api.txt +++ b/audio/audio-api.txt @@ -35,6 +35,14 @@ Methods of available devices which implement as a minimum the interfaces given through the parameter. + string DefaultDevice() + + Returns the object path for the default device. + + void ChangeDefaultDevice(string path) + + Changes the default device. + array{string} ListHeadsets() Returns list of headset objects that are configured. -- cgit