Android.Media.Audiofx.Visualizer: Method Members

The methods 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

Public Methods

static
GetCaptureSizeRange() : int[]
Returns the capture size range.
GetFft(byte[]) : VisualizerStatus
Returns a frequency capture of currently playing audio content.
GetMeasurementPeakRms(Visualizer.MeasurementPeakRms) : int
Retrieves the latest peak and RMS measurement.
GetWaveForm(byte[]) : VisualizerStatus
Returns a waveform capture of currently playing audio content.
Release()
Releases the native Visualizer resources.
SetCaptureSize(int) : int
Sets the capture size, i.e. the number of bytes returned by Visualizer.GetWaveForm(Byte[]) and Visualizer.GetFft(Byte[]) methods.
SetDataCaptureListener(Visualizer.IOnDataCaptureListener, int, bool, bool) : VisualizerStatus
Registers an OnDataCaptureListener interface and specifies the rate at which the capture should be updated as well as the type of capture requested.
SetEnabled(bool) : VisualizerStatus
Enable or disable the visualization engine.
SetMeasurementMode(VisualizerMeasurementMode) : int
Sets the combination of measurement modes to be performed by this audio effect.
SetScalingMode(VisualizerScalingMode) : int
Set the type of scaling applied on the captured visualization data.