Home | History | Annotate | Download | only in media

Lines Matching defs:Visualizer

25  * The Visualizer class enables application to retrieve part of the currently playing audio for
28 * of the visualizer requires the permission android.permission.RECORD_AUDIO.
46 * Before capturing data, the Visualizer must be enabled by calling the setEnabled() method.
47 * When data capture is not needed any more, the Visualizer should be disabled.
55 class Visualizer: public AudioEffect {
68 Visualizer(int32_t priority = 0,
73 ~Visualizer();
101 // must be called when the visualizer is not enabled
148 CaptureThread(Visualizer& receiver, uint32_t captureRate, bool bCanCallJava = false);
151 friend class Visualizer;
153 Visualizer& mReceiver;