Class android.media.AudioManager

Added Methods
int  abandonAudioFocus( OnAudioFocusChangeListener)  
boolean  isBluetoothScoAvailableOffCall()  
void  registerMediaButtonEventReceiver( ComponentName)  
int  requestAudioFocus( OnAudioFocusChangeListener, int , int )  
void  startBluetoothSco()  
void  stopBluetoothSco()  
void  unregisterMediaButtonEventReceiver( ComponentName)  
 

Added Fields
String  ACTION_SCO_AUDIO_STATE_CHANGED  
int  AUDIOFOCUS_GAIN  
int  AUDIOFOCUS_GAIN_TRANSIENT  
int  AUDIOFOCUS_GAIN_TRANSIENT_MAY_DUCK  
int  AUDIOFOCUS_LOSS  
int  AUDIOFOCUS_LOSS_TRANSIENT  
int  AUDIOFOCUS_LOSS_TRANSIENT_CAN_DUCK  
int  AUDIOFOCUS_REQUEST_FAILED  
int  AUDIOFOCUS_REQUEST_GRANTED  
String  EXTRA_SCO_AUDIO_STATE  
int  SCO_AUDIO_STATE_CONNECTED  
int  SCO_AUDIO_STATE_DISCONNECTED  
int  SCO_AUDIO_STATE_ERROR  
 
No examples for this method.
Frequently called with: [Clear]
Portions of this page are reproduced from work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. The original page is available here.