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
static | GetCaptureSizeRange()Returns the capture size range. | |
GetFft(byte[])Returns a frequency capture of currently playing audio content. | ||
GetMeasurementPeakRms(Visualizer.MeasurementPeakRms)Retrieves the latest peak and RMS measurement. | ||
GetWaveForm(byte[])Returns a waveform capture of currently playing audio content. | ||
Release()Releases the native Visualizer resources. | ||
SetCaptureSize(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)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)Enable or disable the visualization engine. | ||
SetMeasurementMode(VisualizerMeasurementMode)Sets the combination of measurement modes to be performed by this audio effect. | ||
SetScalingMode(VisualizerScalingMode)Set the type of scaling applied on the captured visualization data. |