Class android.media.AudioTrack

Added Constructors
AudioTrack(AudioAttributes, AudioFormat, int, int, int)  
 

Added Methods
int setVolume(float)  
int write(float[], int, int, int)  
int write(ByteBuffer, int, int)  
 

Changed Methods
int setStereoVolume(float, float) Now deprecated.
 
 

Added Fields
int WRITE_BLOCKING  
int WRITE_NON_BLOCKING