summaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorBrad Midgley <bmidgley@xmission.com>2007-03-08 15:30:48 +0000
committerBrad Midgley <bmidgley@xmission.com>2007-03-08 15:30:48 +0000
commitbdc24681f71ab07cbe548dd006a4624dda669fd1 (patch)
treef2aaf0787878fe398775da352b838c8b22a730f4 /audio
parent2a093f56f87ab1ddec84f869c7941de96ee0bb0f (diff)
indicatecall
Diffstat (limited to 'audio')
-rw-r--r--audio/audio-api.txt18
1 files changed, 18 insertions, 0 deletions
diff --git a/audio/audio-api.txt b/audio/audio-api.txt
index 92858823..81c98aef 100644
--- a/audio/audio-api.txt
+++ b/audio/audio-api.txt
@@ -64,6 +64,16 @@ Methods string GetAddress()
Gain is 0..15
+ void IndicateCall()
+
+ Indicate an incoming call on the headset
+ connected to the stream. Will continue to
+ ring the headset about every 3 seconds.
+
+ void CancelCall()
+
+ Cancel the incoming call indication.
+
Signals void SpeakerGainChanged(uint16 gain)
The speaker gain changed.
@@ -71,3 +81,11 @@ Signals void SpeakerGainChanged(uint16 gain)
void MicrophoneGainChanged(uint16 gain)
The microphone gain changed.
+
+ void CallIndicated()
+
+ An incoming call was indicated.
+
+ void CallCanceled()
+
+ Incoming call was canceled.