AudioManager.ActionScoAudioStateUpdated Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sticky broadcast intent action indicating that the Bluetooth SCO audio connection state has been updated.
[Android.Runtime.Register("ACTION_SCO_AUDIO_STATE_UPDATED")]
public const string ActionScoAudioStateUpdated;
[<Android.Runtime.Register("ACTION_SCO_AUDIO_STATE_UPDATED")>]
val mutable ActionScoAudioStateUpdated : string
Field Value
- Attributes
Remarks
Sticky broadcast intent action indicating that the Bluetooth SCO audio connection state has been updated.
This intent has two extras: <ul> <li> #EXTRA_SCO_AUDIO_STATE
- The new SCO audio state. </li> <li> #EXTRA_SCO_AUDIO_PREVIOUS_STATE
- The previous SCO audio state. </li> </ul>
EXTRA_SCO_AUDIO_STATE or EXTRA_SCO_AUDIO_PREVIOUS_STATE can be any of: <ul> <li> #SCO_AUDIO_STATE_DISCONNECTED
, </li> <li> #SCO_AUDIO_STATE_CONNECTING
or </li> <li> #SCO_AUDIO_STATE_CONNECTED
, </li> </ul>
Java documentation for android.media.AudioManager.ACTION_SCO_AUDIO_STATE_UPDATED
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.