Visualizer.ScalingModeNormalized Field

Definition

Caution

This constant will be removed in the future version. Use Android.Media.Audiofx.VisualizerScalingMode enum directly instead of this field.

Defines a capture mode where amplification is applied based on the content of the captured data.

[Android.Runtime.Register("SCALING_MODE_NORMALIZED")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Media.Audiofx.VisualizerScalingMode enum directly instead of this field.", true)]
public const Android.Media.Audiofx.VisualizerScalingMode ScalingModeNormalized = 0;
[<Android.Runtime.Register("SCALING_MODE_NORMALIZED")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Media.Audiofx.VisualizerScalingMode enum directly instead of this field.", true)>]
val mutable ScalingModeNormalized : Android.Media.Audiofx.VisualizerScalingMode

Field Value

Value = 0
Attributes

Remarks

Defines a capture mode where amplification is applied based on the content of the captured data. This is the default Visualizer mode, and is suitable for music visualization.

Java documentation for android.media.audiofx.Visualizer.SCALING_MODE_NORMALIZED.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to