The fields of Android.Media.Audiofx.Visualizer are listed below. For a list of all members, see the Visualizer Members list.
See Also: Inherited members from Java.Lang.Object
const | AlreadyExists | VisualizerStatus (-2). Internal operation status. |
const | Error | VisualizerStatus (-1). Unspecified error. |
const | ErrorBadValue | VisualizerStatus (-4). Operation failed due to bad parameter value. |
const | ErrorDeadObject | VisualizerStatus (-7). Operation failed due to dead remote object. |
const | ErrorInvalidOperation | VisualizerStatus (-5). Operation failed because it was requested in wrong state. |
const | ErrorNoInit | VisualizerStatus (-3). Operation failed due to bad object initialization. |
const | ErrorNoMemory | VisualizerStatus (-6). Operation failed due to lack of memory. |
const | MeasurementModeNone | VisualizerMeasurementMode (0). Defines a measurement mode in which no measurements are performed. |
const | MeasurementModePeakRms | VisualizerMeasurementMode (1). Defines a measurement mode which computes the peak and RMS value in mB, where 0mB is the maximum sample value, and -9600mB is the minimum value. |
const | ScalingModeAsPlayed | VisualizerScalingMode (1). Defines a capture mode where the playback volume will affect (scale) the range of the captured data. |
const | ScalingModeNormalized | VisualizerScalingMode (0). Defines a capture mode where amplification is applied based on the content of the captured data. |
const | StateEnabled | VisualizerState (2). State of a Visualizer object that is active. |
const | StateInitialized | VisualizerState (1). State of a Visualizer object that is ready to be used. |
const | StateUninitialized | VisualizerState (0). State of a Visualizer object that was not successfully initialized upon creation |
const | Success | VisualizerStatus (0). Successful operation. |