Visualizer.ScalingModeAsPlayed 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 the playback volume will affect (scale) the range of the captured data.

[Android.Runtime.Register("SCALING_MODE_AS_PLAYED")]
[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 ScalingModeAsPlayed = 1;
[<Android.Runtime.Register("SCALING_MODE_AS_PLAYED")>]
[<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 ScalingModeAsPlayed : Android.Media.Audiofx.VisualizerScalingMode

Field Value

Value = 1
Attributes

Remarks

Defines a capture mode where the playback volume will affect (scale) the range of the captured data. A low playback volume will lead to low sample and fft values, and vice-versa.

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

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