AudioTrack.DualMonoModeOff Field

Definition

Caution

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

This mode disables any Dual Mono presentation effect.

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

Field Value

Value = 0
Attributes

Remarks

This mode disables any Dual Mono presentation effect.

Java documentation for android.media.AudioTrack.DUAL_MONO_MODE_OFF.

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