diff options
| author | Brad Midgley <bmidgley@xmission.com> | 2007-03-08 15:30:48 +0000 | 
|---|---|---|
| committer | Brad Midgley <bmidgley@xmission.com> | 2007-03-08 15:30:48 +0000 | 
| commit | bdc24681f71ab07cbe548dd006a4624dda669fd1 (patch) | |
| tree | f2aaf0787878fe398775da352b838c8b22a730f4 | |
| parent | 2a093f56f87ab1ddec84f869c7941de96ee0bb0f (diff) | |
indicatecall
| -rw-r--r-- | audio/audio-api.txt | 18 | 
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. | 
