HomeSort by relevance Sort by last modified time
    Searched defs:AcousticEchoCanceler (Results 1 - 5 of 5) sorted by null

  /frameworks/base/media/java/android/media/audiofx/
AcousticEchoCanceler.java 28 * <p>An application creates an AcousticEchoCanceler object to instantiate and control an AEC
30 * <p>To attach the AcousticEchoCanceler to a particular {@link android.media.AudioRecord},
31 * specify the audio session ID of this AudioRecord when creating the AcousticEchoCanceler.
36 * call AcousticEchoCanceler.getEnable() after creating the AEC to check the default AEC activation
42 public class AcousticEchoCanceler extends AudioEffect {
44 private final static String TAG = "AcousticEchoCanceler";
55 * Creates an AcousticEchoCanceler and attaches it to the AudioRecord on the audio
57 * @param audioSession system wide unique audio session identifier. The AcousticEchoCanceler
59 * @return AcousticEchoCanceler created or null if the device does not implement AEC.
61 public static AcousticEchoCanceler create(int audioSession)
    [all...]
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 52 milliseconds