OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Virtualizer
(Results
1 - 11
of
11
) sorted by null
/frameworks/base/media/java/android/media/audiofx/
Virtualizer.java
33
* An audio
virtualizer
is a general name for an effect to spatialize audio channels. The exact
37
* <p>An application creates a
Virtualizer
object to instantiate and control a
virtualizer
engine
39
* <p>The methods, parameter types and units exposed by the
Virtualizer
implementation are directly
42
* <p>To attach the
Virtualizer
to a particular AudioTrack or MediaPlayer, specify the audio session
43
* ID of this AudioTrack or MediaPlayer when constructing the
Virtualizer
.
44
* <p>NOTE: attaching a
Virtualizer
to the global audio output mix by use of session 0 is
51
public class
Virtualizer
extends AudioEffect {
53
private final static String TAG = "
Virtualizer
";
57
* Is strength parameter supported by
virtualizer
engine. Parameter ID for getParameter()
[
all
...]