Class android.media.AudioManager

Removed Methods
void clearDeviceForCommunication()  
AudioDeviceInfo getDeviceForCommunication()  
boolean setDeviceForCommunication(AudioDeviceInfo)  
 

Added Methods
void clearCommunicationDevice()  
List<AudioDeviceInfo> getAvailableCommunicationDevices()  
AudioDeviceInfo getCommunicationDevice()  
int getEncodedSurroundMode()  
boolean isSurroundFormatEnabled(int)  
boolean setCommunicationDevice(AudioDeviceInfo)  
boolean setEncodedSurroundMode(int)  
boolean setSurroundFormatEnabled(int, boolean)  
 

Added Fields
int ENCODED_SURROUND_OUTPUT_ALWAYS  
int ENCODED_SURROUND_OUTPUT_AUTO  
int ENCODED_SURROUND_OUTPUT_MANUAL  
int ENCODED_SURROUND_OUTPUT_NEVER