AudioTrack.DualMonoModeLr Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
This constant will be removed in the future version. Use Android.Media.AudioTrackDualMonoMode enum directly instead of this field.
This mode indicates that a stereo stream should be presented with the left and right audio channels blended together and delivered to both channels.
[Android.Runtime.Register("DUAL_MONO_MODE_LR", 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 DualMonoModeLr = 1;
[<Android.Runtime.Register("DUAL_MONO_MODE_LR", 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 DualMonoModeLr : Android.Media.AudioTrackDualMonoMode
Field Value
Value = 1- Attributes
Remarks
This mode indicates that a stereo stream should be presented with the left and right audio channels blended together and delivered to both channels.
Behavior for non-stereo streams is implementation defined. A suggested guideline is that the left-right stereo symmetric channels are pairwise blended; the other channels such as center are left alone.
The Dual Mono effect occurs before volume scaling.
Java documentation for android.media.AudioTrack.DUAL_MONO_MODE_LR
.
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.