Searched defs:AcousticEchoCanceler (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/media/java/android/media/audiofx/
H A DAcousticEchoCanceler.java28 * <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 { class in inherits: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 creat
92 private AcousticEchoCanceler(int audioSession) method in class:AcousticEchoCanceler
[all...]

Completed in 70 milliseconds