diff options
author | Luiz Augusto von Dentz <luiz.dentz@openbossa.org> | 2007-06-18 21:08:35 +0000 |
---|---|---|
committer | Luiz Augusto von Dentz <luiz.dentz@openbossa.org> | 2007-06-18 21:08:35 +0000 |
commit | eb0899c1c7137ece8c0e5e5ec031cb2b9b4262e3 (patch) | |
tree | c18bfb08d8d4ab57e6b61427c4c30c80361f8170 /audio/audio-api.txt | |
parent | 8b82bd82b15db30f805c755aa783f6c98f0be73e (diff) |
Make deprecated headset methods to rely on new device methods.
Diffstat (limited to 'audio/audio-api.txt')
-rw-r--r-- | audio/audio-api.txt | 8 |
1 files changed, 8 insertions, 0 deletions
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. |