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

/frameworks/av/include/media/
H A DAudioEffect.h43 class AudioEffect : public RefBase class in namespace:android
161 * if another application requests the use of the engine by creating an AudioEffect for
163 * application having the control deletes its AudioEffect object.
172 * event: type of event notified (see enum AudioEffect::event_type).
187 * AudioEffect is the base class for creating and controlling an effect engine from
188 * the application process. Creating an AudioEffect object will create the effect engine
190 * will be used. The application creating the AudioEffect object (or a derived class like
196 * After creating the AudioEffect, the application must call the initCheck() method and
204 AudioEffect();
227 AudioEffect(cons
[all...]
/frameworks/av/media/libmedia/
H A DAudioEffect.cpp20 #define LOG_TAG "AudioEffect"
27 #include <media/AudioEffect.h>
38 AudioEffect::AudioEffect() function in class:android::AudioEffect
44 AudioEffect::AudioEffect(const effect_uuid_t *type, function in class:android::AudioEffect
57 AudioEffect::AudioEffect(const char *typeStr, function in class:android::AudioEffect
89 status_t AudioEffect::set(const effect_uuid_t *type,
162 AudioEffect
[all...]
/frameworks/base/media/java/android/media/audiofx/
H A DAudioEffect.java32 * AudioEffect is the base class for controlling audio effects provided by the android audio
34 * <p>Applications should not use the AudioEffect class directly but one of its derived classes to
44 * the application must specify the audio session ID of that instance when creating the AudioEffect.
48 * <p>Creating an AudioEffect object will create the corresponding effect engine in the audio
51 * <p>The application creating the AudioEffect object (or a derived class) will either receive
59 public class AudioEffect { class
65 private final static String TAG = "AudioEffect-JAVA";
130 * State of an AudioEffect object that was not successfully initialized upon
136 * State of an AudioEffect object that is ready to be used.
142 // frameworks/base/include/media/AudioEffect
385 public AudioEffect(UUID type, UUID uuid, int priority, int audioSession) method in class:AudioEffect
[all...]
/frameworks/base/media/java/android/media/videoeditor/
H A DMediaArtistNativeHelper.java1184 public static class AudioEffect { class in class:MediaArtistNativeHelper
1211 * Audio effect type. See {@link AudioEffect AudioEffect} for valid

Completed in 180 milliseconds